summaryrefslogtreecommitdiff
path: root/src/core/mount.c
Commit message (Expand)AuthorAgeFilesLines
* mount: don't add Requires for tmp.mountDavid Tardon2020-06-081-1/+1
* core: log a recognizable message when a unit succeeds, tooLennart Poettering2020-05-261-1/+3
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2020-05-261-1/+1
* core: reduce the number of stalled PIDs from the watched processes list when ...Franck Bui2019-10-211-3/+2
* mount: rescan /proc/self/mountinfo before processing waitid() resultsLennart Poettering2019-08-071-3/+27
* mount: simplify /proc/self/mountinfo handlerLennart Poettering2019-08-071-22/+26
* core: introduce new Type=exec service typeLennart Poettering2019-05-031-4/+5
* 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