summaryrefslogtreecommitdiff
path: root/src/core/automount.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12115 from poettering/verbose-job-enqueueZbigniew Jędrzejewski-Szmek2019-03-281-2/+2
|\
| * core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-2/+2
* | Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
|/
* core: unify code for checking whether unit to trigger is loadedLennart Poettering2019-03-181-6/+3
* core: rename unit_{start_limit|condition|assert}_test() to unit_test_xyz()Lennart Poettering2019-03-181-1/+1
* automount: don't pass non-blocking pipe to kernel.NeilBrown2019-02-081-1/+4
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-1/+1
* core: whenever we change state of a unit, force out PropertiesChanged bus signalLennart Poettering2018-12-011-0/+4
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-0/+1
* core: introduce a helper function to wrap unit_log_{success,failure}Zbigniew Jędrzejewski-Szmek2018-11-161-5/+1
* core: log a recognizable message when a unit succeeds, tooLennart Poettering2018-11-161-1/+3
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2018-11-161-1/+1
* core: rework serializationLennart Poettering2018-10-261-6/+7
* automount: fix deserialization of dev_tLennart Poettering2018-10-261-3/+4
* core: rename ManagerExitCode → ManagerObjectiveLennart Poettering2018-10-091-1/+1
* pid1: drop unused path parameter to add_two_dependencies_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: add a couple of more error cases that should result in "bad-setting"Lennart Poettering2018-06-111-2/+2
* tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering2018-06-071-1/+1
* Merge pull request #9158 from poettering/notify-auto-reloadZbigniew Jędrzejewski-Szmek2018-06-051-1/+1
|\
| * core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering2018-06-011-1/+1
* | path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
|/
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-03-271-1/+1
* coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-1/+1
* pid1: rename unit_check_gc to unit_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-5/+8
* mount: forbid mount on path with symlinksAlan Jenkins2018-01-201-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+2
* core/automount: load() should fail when the unit file does not existYu Watanabe2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: track why unit dependencies came to beLennart Poettering2017-11-101-11/+18
* tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`Andreas Rammhold2017-10-021-2/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-2/+2
* core: log unit failure with type-specific result codeLennart Poettering2017-09-271-0/+3
* mount: rework mount state engineLennart Poettering2017-09-261-2/+0
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-1/+1
* automount: don't lstat(2) upon umount request (#6086)Franck Bui2017-07-031-13/+0
* core/automount: revise the "fun fact" comments. (#6245)NeilBrown2017-06-301-9/+3
* Allow TimeoutSec=0 to work as documented in mount units and elsewhere (#6013)NeilBrown2017-05-231-2/+5
* automount: ack automount requests even when already mounted (#5916)Anchor Cat2017-05-101-15/+18
* automount: if an automount unit is masked, don't react to activation anymore ...Lennart Poettering2017-02-281-28/+50
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-1/+1
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+4
* automount: make sure the expire event is restarted after a daemon-reload (#4265)Michael Olbrich2016-10-041-0/+5
* core: remember first unit failure, not last unit failureLennart Poettering2016-08-041-1/+1
* Merge pull request #2471 from michaelolbrich/transient-mountsLennart Poettering2016-08-041-0/+3
|\
| * automount: implement transient automountsMichael Olbrich2016-06-061-0/+3
* | automount: don't cancel mount/umount request on reload/reexec (#3670)Michael Olbrich2016-07-251-3/+3
|/