index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nspawn
/
nspawn-mount.c
Age
Commit message (
Expand
)
Author
2017-02-24
Merge pull request #5444 from poettering/cgroups-revert-no-error
Zbigniew Jędrzejewski-Szmek
2017-02-24
Fix missing space in comments (#5439)
AsciiWolf
2017-02-24
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-20
core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...
Tejun Heo
2017-02-18
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-08
nspawn: Add support for sysroot pivoting (#5258)
Philip Withnall
2016-12-20
nspawn: split out VolatileMode definitions
Lennart Poettering
2016-12-05
nspawn: don't hide --bind=/tmp/* mounts (#4824)
Evgeny Vereshchagin
2016-12-01
util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENT
Lennart Poettering
2016-12-01
nspawn: improve log messages
Lennart Poettering
2016-12-01
nspawn: optionally, automatically allocated --bind=/--overlay source from /va...
Lennart Poettering
2016-12-01
nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"
Lennart Poettering
2016-12-01
nspawn: split out overlayfs argument parsing into a function of its own
Lennart Poettering
2016-12-01
nspawn: use -ENOMEM instead of log_oom() in one case
Lennart Poettering
2016-12-01
nspawn: use the new CHASE_NON_EXISTING flag when resolving mount points
Lennart Poettering
2016-12-01
fs-util: add flags parameter to chase_symlinks()
Lennart Poettering
2016-12-01
nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...
Lennart Poettering
2016-12-01
nspawn: coding style: don't mix variable declarations and function calls
Lennart Poettering
2016-12-01
nspawn: use realloc_multiply() where it makes sense
Lennart Poettering
2016-12-01
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-11-22
nspawn: don't require chown() if userns is not on
Lennart Poettering
2016-11-18
nspawn: R/W support for /sys, and /proc/sys
Sergiusz Urbaniak
2016-11-07
systemd-nspawn: decrease non-fatal mount errors to debug level (#4569)
tblume
2016-11-03
Merge pull request #4510 from keszybz/tree-wide-cleanups
Lennart Poettering
2016-10-23
nspawn: really lchown(uid/gid)
Evgeny Vereshchagin
2016-10-23
nspawn: use the return value from asprintf instead of checking the pointer
Zbigniew Jędrzejewski-Szmek
2016-10-23
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-12
Merge pull request #4351 from keszybz/nspawn-debugging
Lennart Poettering
2016-10-11
nspawn: let's mount(/tmp) inside the user namespace (#4340)
Evgeny Vereshchagin
2016-10-11
nspawn,mount-util: add [u]mount_verbose and use it in nspawn
Zbigniew Jędrzejewski-Szmek
2016-10-11
nspawn: small cleanups in get_controllers()
Zbigniew Jędrzejewski-Szmek
2016-10-11
nspawn: simplify arg_us_cgns passing
Zbigniew Jędrzejewski-Szmek
2016-09-25
nspawn: let's mount /proc/sysrq-trigger read-only by default
Lennart Poettering
2016-09-25
namespace: rework how ReadWritePaths= is applied
Lennart Poettering
2016-08-17
core: use the unified hierarchy for the systemd cgroup controller hierarchy
Tejun Heo
2016-08-15
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-07-26
nspawn: add SYSTEMD_NSPAWN_USE_CGNS env variable (#3809)
Christian Brauner
2016-07-25
Merge pull request #3589 from brauner/cgroup_namespace
Lennart Poettering
2016-07-20
nspawn: when netns is on, mount /proc/sys/net writable
Lennart Poettering
2016-07-18
nspawn: decrease mkdir error logging in /sys to debug priority (#3748)
tblume
2016-07-09
nspawn: handle cgroup namespaces
Christian Brauner
2016-04-01
prevent systemd-nspawn from trying to create target
Bjørnar Ness
2016-03-26
cgroup2: use new fstype for unified hierarchy
Alban Crequy
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-09
treewide: apply errno.cocci
Michal Schmidt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
[next]