aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/mount.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: move check for combination of PAMName= + KillMode= to unit_verify_contexts()Mike Yuan2024-08-261-3/+0
* core/dbus-service: refuse bind mounting over /run/credentials/Mike Yuan2024-08-171-19/+6
* core/unit: unexport cg_kill log funcs, rather take in boolMike Yuan2024-08-021-2/+2
* core: do not set up cgroup runtime on coldplugMike Yuan2024-06-281-3/+1
* core/mount: suffix function name with parenYu Watanabe2024-06-181-1/+1
* Revert "core/credential,mount: re-read /proc/self/mountinfo before invoking umount command"Mike Yuan2024-06-121-32/+0
* core/mount: stop generating mount units for cred mountsMike Yuan2024-06-121-16/+17
* core/mount: correctly set DefaultDependencies=no for mounts from mountinfoMike Yuan2024-05-151-3/+3
* core: Imply DefaultDependencies=no for credential mountsDaan De Meyer2024-05-141-4/+4
* mount: hook up with handoff timestampsLennart Poettering2024-04-251-0/+18
* mount,swap: include ExecStatus output in dumpLennart Poettering2024-04-241-0/+14
* core: Serialize both pid and pidfd to keep downgrades workingDaan De Meyer2024-04-051-2/+2
* core/mount: if mount is gone eventually, consider it successMike Yuan2024-04-021-27/+38
* core/mount: if unmount retries exceeded max, record as failureMike Yuan2024-04-021-1/+1
* core: align tableYu Watanabe2024-03-291-8/+8
* core: introduce UNIT_IS_LOAD_ERROR helperMike Yuan2024-03-241-1/+1
* core/mount: use ASSERT_PTR in mount_setup_new_unitMike Yuan2024-03-221-4/+8
* core: use RET_GATHER moreMike Yuan2024-03-221-6/+6
* core: use ASSERT_PTR(CAST(u)) everywhereMike Yuan2024-03-221-71/+41
* units: make templates for quotaon and systemd-quotacheck serviceThomas Blume2024-03-091-46/+0
* core/mount: if umount(8) fails but mount disappeared, assume successMike Yuan2024-02-201-8/+12
* core: split out cgroup specific state fields from Unit → CGroupRuntimeLennart Poettering2024-02-161-2/+8
* core: use PidRef in exec_spawnLuca Boccassi2024-02-011-6/+1
* core: introduce unit_unwatch_pidref_done() helper functionYu Watanabe2024-01-261-6/+1
* core: use helper functions like unit_main_pid() in unit_kill_context()Yu Watanabe2024-01-241-7/+1
* core: maintain a single table with event source prioritiesLennart Poettering2024-01-191-1/+1
* mount: check that MountParameters is valid before useLuca Boccassi2023-12-091-1/+1
* core: create workdir/upperdir when mounting a Type=overlay mount unitLuca Boccassi2023-12-081-0/+28
* core: add WantsMountsFor=Luca Boccassi2023-11-291-20/+31
* core: rename and add comment to ExecParameters cleanup functionsLuca Boccassi2023-11-011-1/+1
* mount: Add more helpersDaan De Meyer2023-10-201-0/+53
* process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errorsLennart Poettering2023-10-181-1/+1
* core/mount: allow disabling stop propagation from backing deviceMike Yuan2023-10-171-5/+23
* core: ensure execute/spawn functions can work without Unit objectLuca Boccassi2023-10-121-9/+2
* core: ensure execute/spawn functions can work without manager objectLuca Boccassi2023-10-121-5/+7
* pid1: serialize pidrefs as pidfds if possibleLennart Poettering2023-10-051-6/+2
* mount: Log when we can't create the mount pointDaan De Meyer2023-10-021-2/+4
* core: move pid watch/unwatch logic of the service manager to pidfdLennart Poettering2023-09-281-3/+3
* core: generalize service_arm_timer() for all unit typesLennart Poettering2023-09-271-30/+6
* mount: also rework log message generationLennart Poettering2023-09-271-40/+108
* core: port unit_fork_helper_process() and unit_fork_and_watch_rm_rf() to PidRefLennart Poettering2023-09-181-6/+1
* core: port unit_main_pid() + unit_control_pid() to PidRef and drop unit_kill_common()Lennart Poettering2023-09-181-15/+2
* core: port over unit_kill_context() to PidRefLennart Poettering2023-09-181-3/+3
* Merge pull request #29130 from poettering/unit-defaultsLuca Boccassi2023-09-091-3/+3
|\
| * manager: move various fields that declare unit defaults into a new structure UnitDefaultsLennart Poettering2023-09-081-3/+3
* | core: also port mount units to PidRefLennart Poettering2023-09-091-25/+37
|/
* core/credential,mount: re-read /proc/self/mountinfo before invoking umount commandYu Watanabe2023-09-071-0/+32
* core/mount: disable timer event source when USEC_INFINITYYu Watanabe2023-08-171-3/+3
* Revert "mount: check right before invoking /bin/umount if it makes sense"Yu Watanabe2023-08-141-40/+2
* tree-wide: drop _pure_ + _const_ from local, static functionsLennart Poettering2023-08-101-3/+3