Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup namespace support from Tejun Heo: "These are changes to implement namespace support for cgroup which has been pending for quite some time now. It is very straight-forward and only affects what part of cgroup hierarchies are visible. After unsharing, mounting a cgroup fs will be scoped to the cgroups the task belonged to at the time of unsharing and the cgroup paths exposed to userland would be adjusted accordingly" * 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: fix and restructure error handling in copy_cgroup_ns() cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns() Add FS_USERNS_FLAG to cgroup fs cgroup: Add documentation for cgroup namespaces cgroup: mount cgroupns-root when inside non-init cgroupns kernfs: define kernfs_node_dentry cgroup: cgroup namespace setns support cgroup: introduce cgroup namespaces sched: new clone flag CLONE_NEWCGROUP for cgroup namespace kernfs: Add API to generate relative kernfs path
No related branches found
No related tags found
Showing
- Documentation/cgroup-v2.txt 147 additions, 0 deletionsDocumentation/cgroup-v2.txt
- fs/kernfs/dir.c 160 additions, 31 deletionsfs/kernfs/dir.c
- fs/kernfs/mount.c 69 additions, 0 deletionsfs/kernfs/mount.c
- fs/proc/namespaces.c 3 additions, 0 deletionsfs/proc/namespaces.c
- include/linux/cgroup.h 49 additions, 0 deletionsinclude/linux/cgroup.h
- include/linux/kernfs.h 7 additions, 4 deletionsinclude/linux/kernfs.h
- include/linux/nsproxy.h 2 additions, 0 deletionsinclude/linux/nsproxy.h
- include/linux/proc_ns.h 4 additions, 0 deletionsinclude/linux/proc_ns.h
- include/uapi/linux/sched.h 1 addition, 2 deletionsinclude/uapi/linux/sched.h
- kernel/cgroup.c 225 additions, 4 deletionskernel/cgroup.c
- kernel/cpuset.c 4 additions, 4 deletionskernel/cpuset.c
- kernel/fork.c 1 addition, 1 deletionkernel/fork.c
- kernel/nsproxy.c 17 additions, 2 deletionskernel/nsproxy.c
Loading
Please register or sign in to comment