summaryrefslogtreecommitdiff
path: root/src/core/automount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* automount: handle expire_tokens when the mount unit changes its state (#3434)michaelolbrich2016-06-051-0/+14
* Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering2016-05-041-49/+68
|\
| * automount: move resetting of expiry timeout to automount_set_state()Lennart Poettering2016-05-021-8/+16
| * automount: rework propagation between automount and mount unitsLennart Poettering2016-05-021-24/+41
| * automount: add debug message when we get notified about mount state changesLennart Poettering2016-05-021-2/+5
| * core: remove duplicate code in automount_update_mount()Lennart Poettering2016-05-021-28/+11
| * core: move enforcement of the start limit into per-unit-type code againLennart Poettering2016-05-021-1/+9
* | Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-2/+0
* | Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-1/+0
|/
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* core: don't choke if a unit another unit triggers vanishes during reloadLennart Poettering2016-02-111-3/+22
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-3/+2
* core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering2015-11-111-5/+6
* automount: move generically userful call repeat_mount() into mount-util.[ch]Lennart Poettering2015-10-271-22/+14
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-4/+3
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2