index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
switch-root.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use O_PATH to get the root fds
Matteo Croce
2024-07-16
1
-1
/
+1
*
switch-root: update comment regarding dropped mounts
Mike Yuan
2024-05-16
1
-2
/
+2
*
switch-root: preserve the whole cred mount tree (/run/credentials/)
Mike Yuan
2024-05-15
1
-7
/
+6
*
use FOREACH_ELEMENT
Matteo Croce
2024-04-18
1
-1
/
+1
*
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
1
-1
/
+1
*
switch-root: also check that mount IDs are the same, not just inodes
Luca Boccassi
2023-12-05
1
-3
/
+3
*
Revert "shutdown: do not umount recursively before MS_MOVE"
Lennart Poettering
2023-09-02
1
-2
/
+1
*
switch-root: when pivot_root() fails, but old root shall be mounted, do so
Lennart Poettering
2023-09-02
1
-0
/
+6
*
switch-root: rework SWITCH_ROOT_SKIP_RECURSIVE_RUN flag
Lennart Poettering
2023-09-02
1
-17
/
+18
*
switch-root: reopen target directory after it is mounted
Yu Watanabe
2023-08-03
1
-0
/
+12
*
shutdown: do not umount recursively before MS_MOVE
Yu Watanabe
2023-08-03
1
-1
/
+2
*
switch-root: use MS_REC for /run, unless we are soft-rebooting
Luca Boccassi
2023-07-24
1
-7
/
+16
*
switch-root: automatically make target switch root dir a mount point
Lennart Poettering
2023-06-02
1
-0
/
+5
*
switch-root: disable sync() again when we switch root during shutdown
Lennart Poettering
2023-06-02
1
-1
/
+2
*
switch-root: introduce SwitchRootFlags flags parameter to switch_root()
Lennart Poettering
2023-06-02
1
-7
/
+10
*
switch-root: always use MS_BIND to move api vfs over
Lennart Poettering
2023-06-02
1
-23
/
+38
*
pid1: add "soft-reboot" reboot method
Lennart Poettering
2023-06-02
1
-2
/
+3
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
switch-root: check if old and new root fs is same via files_same_at()
Lennart Poettering
2023-05-19
1
-7
/
+12
*
switch-root: sync() before MNT_DETACH unmounting all old mounts
Lennart Poettering
2023-05-19
1
-0
/
+7
*
switch-root: when switching root via MS_MOVE unmount all remaining mounts first
Lennart Poettering
2023-05-17
1
-0
/
+8
*
switch-root: add a comment regarding the safety limits of rm_rf_children()
Lennart Poettering
2023-05-16
1
-0
/
+2
*
base-filesystem: add new helper base_filesystem_create_fd() that operates on ...
Lennart Poettering
2023-05-03
1
-1
/
+1
*
switch-root: don't require /mnt/ when switching root into host OS
Lennart Poettering
2023-05-03
1
-39
/
+48
*
chase-symlinks: Rename chase_symlinks() to chase()
Daan De Meyer
2023-03-24
1
-3
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
pid1: skip cleanup if root is not tmpfs/ramfs
Zbigniew Jędrzejewski-Szmek
2022-11-09
1
-10
/
+12
*
basic: create new basic/initrd-util.[ch] for initrd-related functions
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
strv: declare iterator of FOREACH_STRING() in the loop
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-6
/
+5
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-2
/
+2
*
switch-root: modernize rm_rf_children() invocation a bit
Lennart Poettering
2019-04-29
1
-4
/
+2
*
switch-root: fix error message
Yu Watanabe
2018-12-28
1
-1
/
+1
*
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-0
/
+1
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
shared: rework switch_root() code
Lennart Poettering
2016-12-21
1
-80
/
+59
*
Do not raise in switch root if paths are too long
Zbigniew Jędrzejewski-Szmek
2016-11-03
1
-7
/
+18
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-1
/
+2
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-1
/
+3
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
[next]