summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-mount.c
AgeCommit message (Expand)Author
2016-12-17nspawn: don't hide --bind=/tmp/* mountsDave Reisner
2016-10-23nspawn: really lchown(uid/gid)Evgeny Vereshchagin
2016-10-12Merge pull request #4351 from keszybz/nspawn-debuggingLennart Poettering
2016-10-11nspawn: let's mount(/tmp) inside the user namespace (#4340)Evgeny Vereshchagin
2016-10-11nspawn,mount-util: add [u]mount_verbose and use it in nspawnZbigniew Jędrzejewski-Szmek
2016-10-11nspawn: small cleanups in get_controllers()Zbigniew Jędrzejewski-Szmek
2016-10-11nspawn: simplify arg_us_cgns passingZbigniew Jędrzejewski-Szmek
2016-09-25nspawn: let's mount /proc/sysrq-trigger read-only by defaultLennart Poettering
2016-09-25namespace: rework how ReadWritePaths= is appliedLennart Poettering
2016-08-17core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo
2016-07-26nspawn: add SYSTEMD_NSPAWN_USE_CGNS env variable (#3809)Christian Brauner
2016-07-25Merge pull request #3589 from brauner/cgroup_namespaceLennart Poettering
2016-07-20nspawn: when netns is on, mount /proc/sys/net writableLennart Poettering
2016-07-18nspawn: decrease mkdir error logging in /sys to debug priority (#3748)tblume
2016-07-09nspawn: handle cgroup namespacesChristian Brauner
2016-04-01prevent systemd-nspawn from trying to create targetBjørnar Ness
2016-03-26cgroup2: use new fstype for unified hierarchyAlban Crequy
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-20nspawn: skip /sys-as-tmpfs if we don't use private-networkIago López Galeiras
2015-10-09nspawn: create /sys/fs/cgroup for unified hierarchy as wellMirco Tischler
2015-09-30nspawn: mount /sys as tmpfs, and then mount only select subdirs of the real s...Lennart Poettering
2015-09-30nspawn: fix user namespace supportLennart Poettering
2015-09-30nspawn: make sure mount_legacy_cgroup_hierarchy() can deal with NULL root dir...Lennart Poettering
2015-09-07nspawn: remove nspawn.h, it's empty nowLennart Poettering
2015-09-07nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering