index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
automount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: always drop unnecessary dot in path
Yu Watanabe
2021-05-28
1
-1
/
+1
*
core/automount: drop unecessary cast
Zbigniew Jędrzejewski-Szmek
2021-05-04
1
-1
/
+1
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-3
/
+3
*
core: use SYNTHETIC_ERRNO() macro
Yu Watanabe
2020-11-27
1
-12
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
automount: make user unmounting for automount units more debuggable
Lennart Poettering
2020-10-30
1
-0
/
+7
*
tree-wide: cast result of get_process_comm() to (void) where we ignore it
Lennart Poettering
2020-10-27
1
-1
/
+1
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-3
/
+1
*
mount-util: rework umount_verbose() to take log level and flags arg
Lennart Poettering
2020-09-23
1
-2
/
+2
*
mount-util: switch most mount_verbose() code over to not follow symlinks
Lennart Poettering
2020-09-23
1
-3
/
+2
*
core: propagate triggered unit in more load states
Lennart Poettering
2020-09-14
1
-2
/
+2
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-3
/
+2
*
tree-wide: make use of new relative time events in sd-event.h
Lennart Poettering
2020-07-28
1
-4
/
+4
*
core: set private section name for automount units
Dan Callaghan
2020-07-04
1
-0
/
+1
*
tree-wide: use set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-28
/
+4
*
Merge pull request #15265 from fbuihuu/mount-fixes
Lennart Poettering
2020-05-15
1
-0
/
+4
|
\
|
*
automount: fix handling of default dependencies for automount units
Franck Bui
2020-04-09
1
-0
/
+4
*
|
pid1: convert to the new scheme
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-1
/
+0
|
/
*
core: clearly refuse OnFailure= deps on units that can't fail
Lennart Poettering
2020-01-09
1
-2
/
+4
*
pid1: order .automount units after local-fs-pre.target
Zbigniew Jędrzejewski-Szmek
2019-10-28
1
-0
/
+4
*
core: adjust load functions for other unit types to be more like service
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-19
/
+24
*
core: turn unit_load_fragment_and_dropin_optional() into a flag
Zbigniew Jędrzejewski-Szmek
2019-10-11
1
-1
/
+1
*
src/core/automount: use DirectoryMode when calling mkdir -p
Dan Streetman
2019-10-02
1
-1
/
+1
*
Merge pull request #12115 from poettering/verbose-job-enqueue
Zbigniew Jędrzejewski-Szmek
2019-03-28
1
-2
/
+2
|
\
|
*
core: add new API for enqueing a job with returning the transaction data
Lennart Poettering
2019-03-27
1
-2
/
+2
*
|
Voidify more mkdir_p calls
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-1
/
+1
|
/
*
core: unify code for checking whether unit to trigger is loaded
Lennart Poettering
2019-03-18
1
-6
/
+3
*
core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz()
Lennart Poettering
2019-03-18
1
-1
/
+1
*
automount: don't pass non-blocking pipe to kernel.
NeilBrown
2019-02-08
1
-1
/
+4
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-1
/
+1
*
core: whenever we change state of a unit, force out PropertiesChanged bus signal
Lennart Poettering
2018-12-01
1
-0
/
+4
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-0
/
+1
*
core: introduce a helper function to wrap unit_log_{success,failure}
Zbigniew Jędrzejewski-Szmek
2018-11-16
1
-5
/
+1
*
core: log a recognizable message when a unit succeeds, too
Lennart Poettering
2018-11-16
1
-1
/
+3
*
core: make log messages about units entering a 'failed' state recognizable
Lennart Poettering
2018-11-16
1
-1
/
+1
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-6
/
+7
*
automount: fix deserialization of dev_t
Lennart Poettering
2018-10-26
1
-3
/
+4
*
core: rename ManagerExitCode → ManagerObjective
Lennart Poettering
2018-10-09
1
-1
/
+1
*
pid1: drop unused path parameter to add_two_dependencies_by_name()
Zbigniew Jędrzejewski-Szmek
2018-09-15
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: add a couple of more error cases that should result in "bad-setting"
Lennart Poettering
2018-06-11
1
-2
/
+2
*
tree-wide: fix a number of log calls that use %m but have no errno set
Lennart Poettering
2018-06-07
1
-1
/
+1
*
Merge pull request #9158 from poettering/notify-auto-reload
Zbigniew Jędrzejewski-Szmek
2018-06-05
1
-1
/
+1
|
\
|
*
core: don't trigger OnFailure= deps when a unit is going to restart
Lennart Poettering
2018-06-01
1
-1
/
+1
*
|
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-1
/
+1
|
/
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
label: rework label_fix() implementations (#8583)
Lennart Poettering
2018-03-27
1
-1
/
+1
*
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
Lennart Poettering
2018-03-20
1
-1
/
+1
*
pid1: rename unit_check_gc to unit_may_gc
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-5
/
+8
[next]