index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shutdown
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
umount: /usr/ should never be unmounted regardless of HAVE_SPLIT_USR or not
Lennart Poettering
2023-06-03
1
-5
/
+4
*
Merge pull request #27435 from poettering/renew-reboot
Lennart Poettering
2023-06-02
1
-11
/
+9
|
\
|
*
switch-root: automatically make target switch root dir a mount point
Lennart Poettering
2023-06-02
1
-6
/
+0
|
*
switch-root: disable sync() again when we switch root during shutdown
Lennart Poettering
2023-06-02
1
-2
/
+6
|
*
switch-root: introduce SwitchRootFlags flags parameter to switch_root()
Lennart Poettering
2023-06-02
1
-1
/
+1
|
*
switch-root: always use MS_BIND to move api vfs over
Lennart Poettering
2023-06-02
1
-5
/
+1
|
*
pid1: add "soft-reboot" reboot method
Lennart Poettering
2023-06-02
1
-1
/
+5
*
|
shutdown: tone down failure messages a bit
Lennart Poettering
2023-06-02
1
-6
/
+6
*
|
detach-loopback: also don't bother detaching loopback block device /usr/ is r...
Lennart Poettering
2023-06-02
1
-3
/
+9
*
|
detach-md: similar to the DM case, also don't try to detach MD device backing...
Lennart Poettering
2023-06-02
1
-2
/
+5
*
|
shutdown: don't attempt to detach DM volume backing /usr/
Lennart Poettering
2023-06-02
1
-2
/
+5
*
|
detach-loopback: also decouple from umount.h
Lennart Poettering
2023-06-02
4
-16
/
+37
*
|
detach-md: also decouple structures from umount.h
Lennart Poettering
2023-06-02
1
-11
/
+33
*
|
detach-dm: decouple from umount.[ch]
Lennart Poettering
2023-06-02
1
-11
/
+33
*
|
detach-swap: decouple from umount.h
Lennart Poettering
2023-06-02
3
-20
/
+39
*
|
umount: split out swap detachment code too
Lennart Poettering
2023-06-02
7
-86
/
+111
*
|
umount: split out loopback detach code
Lennart Poettering
2023-06-02
6
-197
/
+211
*
|
umount: similar as previous commit, split out DM detaching
Lennart Poettering
2023-06-02
6
-125
/
+155
*
|
umount: split out MD detaching code from umount.c
Lennart Poettering
2023-06-02
6
-135
/
+166
|
/
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-2
/
+2
*
switch-root: don't require /mnt/ when switching root into host OS
Lennart Poettering
2023-05-03
1
-1
/
+1
*
shutdown: paranoia – close all fds we might get passed in
Lennart Poettering
2023-04-27
1
-0
/
+6
*
tree-wide: convert more cases do DEVNUM_FORMAT_STR()/DEVNUM_FORMAT_VAL()
Lennart Poettering
2023-04-21
1
-2
/
+3
*
core: Propagate exit status via notify socket when running in VM
Daan De Meyer
2023-04-12
1
-0
/
+6
*
proc-cmdline: filter PID1 arguments when we are running in a container
Yu Watanabe
2023-03-29
1
-14
/
+5
*
tree-wide: reset optind to 0 when GNU extensions in optstring are used
Yu Watanabe
2023-03-29
1
-0
/
+4
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-2
/
+2
*
Merge pull request #26203 from medhefgo/meson
Yu Watanabe
2023-02-22
1
-4
/
+7
|
\
|
*
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-4
/
+7
*
|
process-util: rename FORK_NULL_STDIO -> FORK_REARRANGE_STDIO
Yu Watanabe
2023-02-20
1
-2
/
+8
|
/
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-3
/
+1
*
shutdown: Make all mounts private
Valentin David
2023-01-11
1
-0
/
+5
*
shutdown: Move busy mounts to not block parent mounts
Valentin David
2023-01-11
2
-2
/
+67
*
shutdown: Drop bit fields in boolean declarations
Valentin David
2023-01-11
1
-2
/
+2
*
shutdown: don't close pipe fds.
Lennart Poettering
2023-01-10
1
-2
/
+2
*
shutdown: propagate the original errno
Yu Watanabe
2023-01-10
1
-1
/
+1
*
shutdown: propagate mount() failures from child to parent
Lennart Poettering
2023-01-09
1
-12
/
+40
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+3
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-2
/
+2
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
2
-2
/
+0
*
basic,shared: move disable_coredumps() to coredump-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
shutdown: rework log_umount_blockers() a bit
Lennart Poettering
2022-08-31
1
-23
/
+37
*
umount: unmount profcs/sysfs/.. lazily
Lennart Poettering
2022-08-31
2
-15
/
+13
*
umount: minor modernizations
Lennart Poettering
2022-08-31
1
-4
/
+3
*
umount: use structured initialization
Lennart Poettering
2022-08-31
1
-4
/
+8
*
shutdown: rebreak all comments to coding style
Lennart Poettering
2022-08-31
1
-39
/
+27
*
shutdown: Fix last try detection
Jan Janssen
2022-08-25
1
-1
/
+1
*
shutdown: trivial modernizations
Lennart Poettering
2022-08-16
1
-22
/
+21
*
shutdown: Lazy unmount /oldroot/{dev,proc,sys}
Jan Janssen
2022-06-09
1
-0
/
+11
[next]