index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
/
nspawn-mount.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nspawn: minor modernization
Zbigniew Jędrzejewski-Szmek
2021-01-15
1
-28
/
+9
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
mount-util: rework umount_verbose() to take log level and flags arg
Lennart Poettering
2020-09-23
1
-5
/
+6
*
mount-util: switch most mount_verbose() code over to not follow symlinks
Lennart Poettering
2020-09-23
1
-32
/
+36
*
Rename strv_split_extract() to strv_split_full()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-1
/
+1
*
pid1: stop limiting size of /dev/shm
Zbigniew Jędrzejewski-Szmek
2020-07-30
1
-2
/
+2
*
nspawn: rework how /run/host/ is set up
Lennart Poettering
2020-07-23
1
-31
/
+35
*
nspawn: mount os-release in two steps to make it read-only
Luca Boccassi
2020-07-16
1
-3
/
+7
*
nspawn: use access/F_OK instead of stat to check for file existence
Luca Boccassi
2020-07-16
1
-2
/
+1
*
nspawn: implement container host os-release interface
Luca Boccassi
2020-06-23
1
-11
/
+39
*
nspawn: use mkdir_p_safe instead of homegrown version
Luca Boccassi
2020-06-23
1
-54
/
+2
*
nspawn: mkdir selinux mount point once, but not twice
Lennart Poettering
2020-06-23
1
-2
/
+2
*
inaccessible: move inaccessible file nodes to /systemd/ subdir in runtime dir...
Lennart Poettering
2020-06-09
1
-1
/
+1
*
tree-wide: add size limits for tmpfs mounts
Topi Miettinen
2020-05-13
1
-12
/
+12
*
nspawn: be more careful with creating/chowning directories to overmount
Lennart Poettering
2020-04-28
1
-19
/
+21
*
nspawn: voidify umount_verbose()
Yu Watanabe
2020-01-31
1
-1
/
+1
*
nspawn: Don't mount read-only if we have a custom mount on root.
Daan De Meyer
2020-01-03
1
-0
/
+13
*
core: create inaccessible nodes for users when making runtime dirs
Anita Zhang
2019-12-18
1
-3
/
+4
*
nspawn: fix overlay with automatic temporary tree
Lennart Poettering
2019-12-13
1
-17
/
+41
*
nspawn-mount: Use FLAGS_SET to check flags.
Daan De Meyer
2019-12-12
1
-14
/
+14
*
nspawn-mount: Remove unused parameters
Daan De Meyer
2019-12-12
1
-23
/
+10
*
nspawn: Enable specifying root as the mount target directory.
Daan De Meyer
2019-12-12
1
-9
/
+8
*
basic/fs-util: change CHASE_OPEN flag into a separate output parameter
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-6
/
+6
*
tree-wide: various code-formatting improvements
Frantisek Sumsal
2019-09-22
1
-2
/
+3
*
nspawn: print an explanatory error when people try to use --volatile=yes on d...
Lennart Poettering
2019-07-29
1
-3
/
+22
*
Revert "nspawn: remove unnecessary mount option parsing logic"
Iago López Galeiras
2019-07-24
1
-2
/
+43
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
1
-1
/
+1
|
\
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-5
/
+11
|
/
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
Merge pull request #12106 from poettering/nosuidns
Zbigniew Jędrzejewski-Szmek
2019-03-26
1
-3
/
+3
|
\
|
*
mount-util: beef up bind_remount_recursive() to be able to toggle more than M...
Lennart Poettering
2019-03-25
1
-3
/
+3
*
|
nspawn: mount mqueue with nodev,noexec,nosuid, too
Lennart Poettering
2019-03-25
1
-2
/
+3
|
/
*
mount: when we fail to establish an inaccessible mount gracefully, undo the m...
Lennart Poettering
2019-03-21
1
-1
/
+3
*
Merge pull request #9762 from poettering/nspawn-oci
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-61
/
+130
|
\
|
*
nspawn: add support for executing OCI runtime bundles with nspawn
Lennart Poettering
2019-03-15
1
-61
/
+130
*
|
nspawn: fix memleak
Yu Watanabe
2019-03-15
1
-1
/
+1
|
/
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
nspawn: fix memleak uncovered by fuzzer
Zbigniew Jędrzejewski-Szmek
2019-03-11
1
-6
/
+4
*
nspawn: add --volatile=overlay support
Lennart Poettering
2019-03-01
1
-0
/
+68
*
nspawn: fix an error path
Lennart Poettering
2019-03-01
1
-1
/
+1
*
nspawn: add volatile mode multiplexer call setup_volatile_mode()
Lennart Poettering
2019-03-01
1
-14
/
+24
*
nspawn: explicitly refuse mounts over /
Lennart Poettering
2019-03-01
1
-0
/
+7
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
Merge pull request #10996 from poettering/oci-prep
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-0
/
+2
|
\
|
*
nspawn: let's also pre-mount /dev/mqueue
Lennart Poettering
2018-11-29
1
-0
/
+2
*
|
Split out part of mount-util.c into mountpoint-util.c
Zbigniew Jędrzejewski-Szmek
2018-11-29
1
-0
/
+1
|
/
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-9
/
+9
*
nspawn: optionally don't mount a tmpfs over /tmp (#10294)
Lennart Poettering
2018-10-08
1
-1
/
+5
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-10
/
+4
[next]