summaryrefslogtreecommitdiffstats
path: root/src/core/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+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 unit processes exiting recognizableLennart Poettering2018-11-161-2/+5
* core: make log messages about units entering a 'failed' state recognizableLennart Poettering2018-11-161-1/+1
* core: introduce exec_params_clear()Yu Watanabe2018-11-081-1/+1
* core: split environment block mantained by PID 1's Manager object in twoLennart Poettering2018-10-311-1/+3
* core: rework serializationLennart Poettering2018-10-261-5/+6
* core: include error cause in log messageYu Watanabe2018-10-191-1/+1
* pid1: drop unused path parameter to add_two_dependencies_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-4/+4
* pid1: drop now-unused path parameter to add_dependency_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-6/+6
* tree-wide: use returned value from log_*_errno()Yu Watanabe2018-08-071-2/+1
* Merge pull request #9624 from poettering/service-state-flushZbigniew Jędrzejewski-Szmek2018-08-021-0/+1
|\
| * core: properly reset all ExecStatus structures when entering a new unit cycleLennart Poettering2018-07-231-0/+1
* | core: introduce new Type=exec service typeLennart Poettering2018-07-251-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