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
*
shutdown: propagate one more error from sync_making_progress()
Yu Watanabe
6 days
1
-4
/
+2
*
shutdown: close DM block device before issuing DM_DEV_REMOVE ioctl
Yu Watanabe
6 days
1
-7
/
+9
*
use report_errno_and_exit() in src/shutdown/umount.c
Ivan Kruglov
2024-11-06
1
-4
/
+2
*
shutdown: In sync_with_progress(), log first then send SIGKILL
Benjamin ROBIN
2024-10-06
1
-4
/
+3
*
shutdown: replace unbounded fsync() with bounded sync_with_progress()
Lennart Poettering
2024-09-09
3
-9
/
+10
*
shutdown: teach sync_with_progress() to optionally sync a specific fd only
Lennart Poettering
2024-09-09
2
-9
/
+26
*
meson: rename libbasic to libbasic_static
Zbigniew Jędrzejewski-Szmek
2024-07-03
1
-1
/
+1
*
shutdown: re-enable CAD handling in kernel at start
Mike Yuan
2024-06-15
1
-0
/
+5
*
shutdown: clean up sync_with_progress a bit
Mike Yuan
2024-06-15
1
-38
/
+29
*
Merge pull request #32847 from YHNdnzj/exitrd
Yu Watanabe
2024-06-12
1
-37
/
+32
|
\
|
*
shutdown: rename initrd to exitrd
Mike Yuan
2024-05-21
1
-12
/
+13
|
*
shutdown: don't freeze() if not executed by pid1
Mike Yuan
2024-05-21
1
-8
/
+7
|
*
shutdown: use execl where appropriate
Mike Yuan
2024-05-21
1
-5
/
+1
|
*
shutdown: downgrade log level of ignored errors to warning
Mike Yuan
2024-05-21
1
-7
/
+7
|
*
shutdown: explicitly initialize static variables, make arg_verb const
Mike Yuan
2024-05-21
1
-6
/
+5
*
|
shutdown: explicitly close watchdog with disarm=false before we destroy watch...
Lennart Poettering
2024-05-29
1
-1
/
+4
|
/
*
sd-daemon: Set SO_LINGER on AF_VSOCK notify socket fds
Daan De Meyer
2024-04-25
1
-9
/
+4
*
shutdown: send an sd_notify() message on shutdown with the shutdown reason an...
Lennart Poettering
2024-04-23
1
-0
/
+22
*
mountpoint-util: add small helper that checks if a path is below the API VFS ...
Lennart Poettering
2024-02-06
1
-1
/
+1
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
2
-2
/
+2
*
shutdown: Send EXIT_STATUS before final sync
Daan De Meyer
2023-12-18
1
-4
/
+7
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-2
/
+2
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
Revert "shutdown: do not umount recursively before MS_MOVE"
Lennart Poettering
2023-09-02
1
-3
/
+2
*
switch-root: rework SWITCH_ROOT_SKIP_RECURSIVE_RUN flag
Lennart Poettering
2023-09-02
1
-1
/
+0
*
Journal: Add message IDs for emergency-level log messages
OMOJOLA JOSHUA
2023-09-01
1
-1
/
+4
*
shutdown: handle gracefully if MD_LEVEL udev propery is not set
Lennart Poettering
2023-08-07
1
-7
/
+20
*
shutdown: do not umount recursively before MS_MOVE
Yu Watanabe
2023-08-03
1
-2
/
+3
*
shutdown: disable recursive mount of /run/ on switching root
Yu Watanabe
2023-08-03
1
-2
/
+4
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-4
/
+1
*
test: fix test executable name
Yu Watanabe
2023-08-03
1
-1
/
+1
*
meson: move declarations of socket-proxy, udevadm, quotacheck, and shutdown
Yu Watanabe
2023-08-01
1
-0
/
+21
*
device-util: Declare iterator variables inline
Daan De Meyer
2023-07-12
3
-3
/
+0
*
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
[next]