index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: move check for combination of PAMName= + KillMode= to unit_verify_conte...
Mike Yuan
2024-08-26
1
-3
/
+0
*
core/dbus-service: refuse bind mounting over /run/credentials/
Mike Yuan
2024-08-17
1
-19
/
+6
*
core/unit: unexport cg_kill log funcs, rather take in bool
Mike Yuan
2024-08-02
1
-2
/
+2
*
core: do not set up cgroup runtime on coldplug
Mike Yuan
2024-06-28
1
-3
/
+1
*
core/mount: suffix function name with paren
Yu Watanabe
2024-06-17
1
-1
/
+1
*
Revert "core/credential,mount: re-read /proc/self/mountinfo before invoking u...
Mike Yuan
2024-06-12
1
-32
/
+0
*
core/mount: stop generating mount units for cred mounts
Mike Yuan
2024-06-12
1
-16
/
+17
*
core/mount: correctly set DefaultDependencies=no for mounts from mountinfo
Mike Yuan
2024-05-15
1
-3
/
+3
*
core: Imply DefaultDependencies=no for credential mounts
Daan De Meyer
2024-05-14
1
-4
/
+4
*
mount: hook up with handoff timestamps
Lennart Poettering
2024-04-25
1
-0
/
+18
*
mount,swap: include ExecStatus output in dump
Lennart Poettering
2024-04-24
1
-0
/
+14
*
core: Serialize both pid and pidfd to keep downgrades working
Daan De Meyer
2024-04-05
1
-2
/
+2
*
core/mount: if mount is gone eventually, consider it success
Mike Yuan
2024-04-02
1
-27
/
+38
*
core/mount: if unmount retries exceeded max, record as failure
Mike Yuan
2024-04-02
1
-1
/
+1
*
core: align table
Yu Watanabe
2024-03-29
1
-8
/
+8
*
core: introduce UNIT_IS_LOAD_ERROR helper
Mike Yuan
2024-03-23
1
-1
/
+1
*
core/mount: use ASSERT_PTR in mount_setup_new_unit
Mike Yuan
2024-03-22
1
-4
/
+8
*
core: use RET_GATHER more
Mike Yuan
2024-03-21
1
-6
/
+6
*
core: use ASSERT_PTR(CAST(u)) everywhere
Mike Yuan
2024-03-21
1
-71
/
+41
*
units: make templates for quotaon and systemd-quotacheck service
Thomas Blume
2024-03-09
1
-46
/
+0
*
core/mount: if umount(8) fails but mount disappeared, assume success
Mike Yuan
2024-02-20
1
-8
/
+12
*
core: split out cgroup specific state fields from Unit → CGroupRuntime
Lennart Poettering
2024-02-16
1
-2
/
+8
*
core: use PidRef in exec_spawn
Luca Boccassi
2024-02-01
1
-6
/
+1
*
core: introduce unit_unwatch_pidref_done() helper function
Yu Watanabe
2024-01-25
1
-6
/
+1
*
core: use helper functions like unit_main_pid() in unit_kill_context()
Yu Watanabe
2024-01-24
1
-7
/
+1
*
core: maintain a single table with event source priorities
Lennart Poettering
2024-01-19
1
-1
/
+1
*
mount: check that MountParameters is valid before use
Luca Boccassi
2023-12-09
1
-1
/
+1
*
core: create workdir/upperdir when mounting a Type=overlay mount unit
Luca Boccassi
2023-12-08
1
-0
/
+28
*
core: add WantsMountsFor=
Luca Boccassi
2023-11-29
1
-20
/
+31
*
core: rename and add comment to ExecParameters cleanup functions
Luca Boccassi
2023-11-01
1
-1
/
+1
*
mount: Add more helpers
Daan De Meyer
2023-10-20
1
-0
/
+53
*
process-util: add pidref_is_unwaited() and make pid_is_unwaited() return errors
Lennart Poettering
2023-10-18
1
-1
/
+1
*
core/mount: allow disabling stop propagation from backing device
Mike Yuan
2023-10-17
1
-5
/
+23
*
core: ensure execute/spawn functions can work without Unit object
Luca Boccassi
2023-10-12
1
-9
/
+2
*
core: ensure execute/spawn functions can work without manager object
Luca Boccassi
2023-10-12
1
-5
/
+7
*
pid1: serialize pidrefs as pidfds if possible
Lennart Poettering
2023-10-05
1
-6
/
+2
*
mount: Log when we can't create the mount point
Daan De Meyer
2023-10-02
1
-2
/
+4
*
core: move pid watch/unwatch logic of the service manager to pidfd
Lennart Poettering
2023-09-28
1
-3
/
+3
*
core: generalize service_arm_timer() for all unit types
Lennart Poettering
2023-09-27
1
-30
/
+6
*
mount: also rework log message generation
Lennart Poettering
2023-09-27
1
-40
/
+108
*
core: port unit_fork_helper_process() and unit_fork_and_watch_rm_rf() to PidRef
Lennart Poettering
2023-09-18
1
-6
/
+1
*
core: port unit_main_pid() + unit_control_pid() to PidRef and drop unit_kill_...
Lennart Poettering
2023-09-18
1
-15
/
+2
*
core: port over unit_kill_context() to PidRef
Lennart Poettering
2023-09-18
1
-3
/
+3
*
Merge pull request #29130 from poettering/unit-defaults
Luca Boccassi
2023-09-09
1
-3
/
+3
|
\
|
*
manager: move various fields that declare unit defaults into a new structure ...
Lennart Poettering
2023-09-08
1
-3
/
+3
*
|
core: also port mount units to PidRef
Lennart Poettering
2023-09-09
1
-25
/
+37
|
/
*
core/credential,mount: re-read /proc/self/mountinfo before invoking umount co...
Yu Watanabe
2023-09-06
1
-0
/
+32
*
core/mount: disable timer event source when USEC_INFINITY
Yu Watanabe
2023-08-17
1
-3
/
+3
*
Revert "mount: check right before invoking /bin/umount if it makes sense"
Yu Watanabe
2023-08-14
1
-40
/
+2
*
tree-wide: drop _pure_ + _const_ from local, static functions
Lennart Poettering
2023-08-09
1
-3
/
+3
[next]