summaryrefslogtreecommitdiff
path: root/src/core/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* core: enumerate perpetual units in a separate per-unit-type methodLennart Poettering2018-06-071-9/+6
* core: rework device_found_node() prototypeLennart Poettering2018-06-071-2/+2
* Merge pull request #9158 from poettering/notify-auto-reloadZbigniew Jędrzejewski-Szmek2018-06-051-1/+2
|\
| * core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering2018-06-011-1/+2
* | path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
|/
* core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler2018-05-151-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: don't include libmount.h in a header file (#8580)Michael Olbrich2018-03-261-0/+2
* shutdown: use libmount to enumerate /proc/self/mountinfoZbigniew Jędrzejewski-Szmek2018-03-161-5/+2
* Merge pull request #8175 from keszybz/gc-cleanupLennart Poettering2018-02-151-3/+6
|\
| * pid1: rename unit_check_gc to unit_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-3/+6
* | Merge pull request #8125 from poettering/cgroups-migrateZbigniew Jędrzejewski-Szmek2018-02-151-1/+0
|\ \
| * | core: fold manager_set_exec_params() into unit_set_exec_params()Lennart Poettering2018-02-121-1/+0
| |/
* | tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-2/+2
|/
* core: remove unnecessary initializationYu Watanabe2018-02-091-1/+1
* core: make ExecRuntime be manager managed objectYu Watanabe2018-02-061-4/+5
* core/mount: dump TimeoutSec=Yu Watanabe2018-01-301-2/+5
* mount,swap: write event loop priority as "SD_EVENT_PRIORITY_NORMAL-x"Lennart Poettering2018-01-231-1/+1
* mount: don't consider activated until /sbin/mount returnsAlan Jenkins2018-01-231-5/+1
* mount: clarify that umount retries do not (anymore) allow multiple timeoutsAlan Jenkins2018-01-231-3/+7
* mount: mountinfo event is supposed to always arrive before SIGCHLDAlan Jenkins2018-01-231-15/+17
* mount: forbid mount on path with symlinksAlan Jenkins2018-01-201-1/+1
* core: prevent spurious retries of umountAlan Jenkins2018-01-131-2/+2
* core: fix output (logging) for mount units (#7603)Alan Jenkins2018-01-131-0/+4
* core: Fix edge case when processing /proc/self/mountinfo (#7811)rkolchmeyer2018-01-051-1/+1
* core: warn about left-over processes in cgroup on unit startLennart Poettering2017-11-251-3/+5
* core: unify common code for preparing for forking off unit processesLennart Poettering2017-11-211-17/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-0/+2
* core/mount: fstype may be NULLYu Watanabe2017-11-121-1/+1
* core: make "tmpfs" dependencies on swapfs a "default" dep, not an "implicit"Lennart Poettering2017-11-101-24/+7
* core: track why unit dependencies came to beLennart Poettering2017-11-101-32/+39
* core: distinguish "Killing"/"Terminating"/"Stopping" for mount unit timeoutAlan Jenkins2017-11-011-2/+2
* mount: make sure we unmount tmpfs mounts before we deactivate swaps (#7076)Michal Sekletar2017-10-161-0/+24
* core: log unit failure with type-specific result codeLennart Poettering2017-09-271-0/+3
* mount: rename mount_state_active() → MOUNT_STATE_WITH_PROCESS()Lennart Poettering2017-09-261-14/+14
* mount: rework mount state engineLennart Poettering2017-09-261-133/+124
* mount: clean up reload_result management a bitLennart Poettering2017-09-261-3/+17
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-4/+5
* core: make sure to dump cgroup context when unit_dump() is called for all uni...Lennart Poettering2017-09-221-0/+1
* core: rename EXEC_APPLY_PERMISSIONS → EXEC_APPLY_SANDBOXINGLennart Poettering2017-08-101-1/+1
* core: introduce unit_set_exec_params()Lennart Poettering2017-08-101-3/+1
* core: manager_set_exec_params() cannot fail, hence make it voidLennart Poettering2017-08-101-3/+1
* execute: also fold the cgroup delegate bit into ExecFlagsLennart Poettering2017-08-101-1/+1
* core: Do not fail perpetual mount units without fragment (#6459)Abdó Roig-Maranges2017-07-311-1/+1
* core: add {State,Cache,Log,Configuration}Directory= (#6384)Yu Watanabe2017-07-181-5/+5
* core/mount: pass "-c" flag to /bin/umount (#6093)NeilBrown2017-06-071-1/+1