index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nspawn
/
nspawn-mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-11
/
+6
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)
Zbigniew Jędrzejewski-Szmek
2018-02-26
1
-1
/
+1
*
nspawn: remove unnecessary mount option parsing logic
Yu Watanabe
2018-02-21
1
-43
/
+2
*
nspawn: fix indentation
Yu Watanabe
2018-02-21
1
-6
/
+6
*
Add mkdir_errno_wrapper() and use instead of mkdir() in various places
Zbigniew Jędrzejewski-Szmek
2017-12-16
1
-5
/
+4
*
util-lib: rename path_check_fstype to path_is_fs_type
Zbigniew Jędrzejewski-Szmek
2017-11-30
1
-1
/
+1
*
Replace empty ternary with helper method
Daniel Lockyer
2017-11-24
1
-2
/
+2
*
cgroup-util: move Set* allocation into cg_kernel_controllers()
Lennart Poettering
2017-11-21
1
-5
/
+1
*
nspawn: minor optimization
Lennart Poettering
2017-11-21
1
-4
/
+4
*
nspawn-mount: rework get_controllers() a bit
Lennart Poettering
2017-11-21
1
-16
/
+22
*
nspawn: rework mount_systemd_cgroup_writable() a bit
Lennart Poettering
2017-11-21
1
-15
/
+26
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
nspawn: EROFS for chowning mount points is not fatal (#7122)
Lauri Tirkkonen
2017-10-24
1
-2
/
+6
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-2
/
+2
*
nspawn: do not mount /sys/fs/kdbus
Zbigniew Jędrzejewski-Szmek
2017-07-23
1
-3
/
+0
*
nspawn: add nosuid and nodev to /tmp mount (#6004)
tomty89
2017-05-23
1
-1
/
+1
*
Merge pull request #5444 from poettering/cgroups-revert-no-error
Zbigniew Jędrzejewski-Szmek
2017-02-24
1
-2
/
+8
|
\
|
*
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-24
1
-2
/
+8
*
|
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
1
-2
/
+2
|
/
*
core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...
Tejun Heo
2017-02-20
1
-30
/
+49
*
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-18
1
-2
/
+2
*
nspawn: Add support for sysroot pivoting (#5258)
Philip Withnall
2017-02-08
1
-0
/
+113
*
nspawn: split out VolatileMode definitions
Lennart Poettering
2016-12-20
1
-18
/
+0
*
nspawn: don't hide --bind=/tmp/* mounts (#4824)
Evgeny Vereshchagin
2016-12-05
1
-1
/
+1
*
util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENT
Lennart Poettering
2016-12-01
1
-4
/
+4
*
nspawn: improve log messages
Lennart Poettering
2016-12-01
1
-4
/
+4
*
nspawn: optionally, automatically allocated --bind=/--overlay source from /va...
Lennart Poettering
2016-12-01
1
-6
/
+39
*
nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"
Lennart Poettering
2016-12-01
1
-44
/
+122
*
nspawn: split out overlayfs argument parsing into a function of its own
Lennart Poettering
2016-12-01
1
-0
/
+55
*
nspawn: use -ENOMEM instead of log_oom() in one case
Lennart Poettering
2016-12-01
1
-1
/
+1
*
nspawn: use the new CHASE_NON_EXISTING flag when resolving mount points
Lennart Poettering
2016-12-01
1
-19
/
+23
*
fs-util: add flags parameter to chase_symlinks()
Lennart Poettering
2016-12-01
1
-3
/
+3
*
nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...
Lennart Poettering
2016-12-01
1
-10
/
+17
*
nspawn: coding style: don't mix variable declarations and function calls
Lennart Poettering
2016-12-01
1
-1
/
+3
*
nspawn: use realloc_multiply() where it makes sense
Lennart Poettering
2016-12-01
1
-1
/
+1
*
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-12-01
1
-12
/
+28
*
nspawn: don't require chown() if userns is not on
Lennart Poettering
2016-11-22
1
-10
/
+14
*
nspawn: R/W support for /sys, and /proc/sys
Sergiusz Urbaniak
2016-11-18
1
-28
/
+42
*
systemd-nspawn: decrease non-fatal mount errors to debug level (#4569)
tblume
2016-11-07
1
-1
/
+1
*
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-11-03
1
-13
/
+7
|
\
|
*
nspawn: use the return value from asprintf instead of checking the pointer
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-13
/
+7
|
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-2
/
+2
*
|
nspawn: really lchown(uid/gid)
Evgeny Vereshchagin
2016-10-23
1
-1
/
+54
|
/
*
Merge pull request #4351 from keszybz/nspawn-debugging
Lennart Poettering
2016-10-12
1
-88
/
+83
|
\
|
*
nspawn,mount-util: add [u]mount_verbose and use it in nspawn
Zbigniew Jędrzejewski-Szmek
2016-10-11
1
-84
/
+78
|
*
nspawn: small cleanups in get_controllers()
Zbigniew Jędrzejewski-Szmek
2016-10-11
1
-3
/
+4
|
*
nspawn: simplify arg_us_cgns passing
Zbigniew Jędrzejewski-Szmek
2016-10-11
1
-1
/
+1
*
|
nspawn: let's mount(/tmp) inside the user namespace (#4340)
Evgeny Vereshchagin
2016-10-11
1
-2
/
+5
|
/
[next]