| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge branch 'nsfs-ioctls' into HEAD | Eric W. Biederman | 2016-09-22 | 1 | -0/+6 |
|\ |
|
| * | kernel: add a helper to get an owning user namespace for a namespace | Andrey Vagin | 2016-09-22 | 1 | -0/+6 |
* | | userns: When the per user per user namespace limit is reached return ENOSPC | Eric W. Biederman | 2016-09-22 | 1 | -1/+1 |
* | | utsns: Add a limit on the number of uts namespaces | Eric W. Biederman | 2016-08-08 | 1 | -5/+29 |
|/ |
|
* | copy address of proc_ns_ops into ns_common | Al Viro | 2014-12-04 | 1 | -0/+2 |
* | new helpers: ns_alloc_inum/ns_free_inum | Al Viro | 2014-12-04 | 1 | -2/+2 |
* | make proc_ns_operations work with struct ns_common * instead of void * | Al Viro | 2014-12-04 | 1 | -9/+3 |
* | switch the rest of proc_ns_operations to working with &...->ns | Al Viro | 2014-12-04 | 1 | -6/+9 |
* | common object embedded into various struct ....ns | Al Viro | 2014-12-04 | 1 | -3/+3 |
* | namespaces: Use task_lock and not rcu to protect nsproxy | Eric W. Biederman | 2014-07-29 | 1 | -3/+3 |
* | userns: Kill nsown_capable it makes the wrong thing easy | Eric W. Biederman | 2013-08-30 | 1 | -1/+1 |
* | proc: Split the namespace stuff out into linux/proc_ns.h | David Howells | 2013-05-01 | 1 | -1/+1 |
* | kernel/utsname.c: fix wrong comment about clone_uts_ns() | Yuanhan Liu | 2013-02-27 | 1 | -1/+1 |
* | userns: Require CAP_SYS_ADMIN for most uses of setns. | Eric W. Biederman | 2012-12-14 | 1 | -1/+2 |
* | proc: Usable inode numbers for the namespace file descriptors. | Eric W. Biederman | 2012-11-20 | 1 | -1/+16 |
* | userns: Make create_new_namespaces take a user_ns parameter | Eric W. Biederman | 2012-11-20 | 1 | -5/+4 |
* | userns: Allow unprivileged use of setns. | Eric W. Biederman | 2012-11-20 | 1 | -1/+6 |
* | userns: Use cred->user_ns instead of cred->user->user_ns | Eric W. Biederman | 2012-04-07 | 1 | -1/+1 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | ns proc: Add support for the uts namespace | Eric W. Biederman | 2011-05-10 | 1 | -0/+39 |
* | userns: allow sethostname in a container | Serge E. Hallyn | 2011-03-23 | 1 | -5/+7 |
* | userns: add a user_namespace as creator/owner of uts_namespace | Serge E. Hallyn | 2011-03-23 | 1 | -0/+4 |
* | utsns: extract creeate_uts_ns() | Alexey Dobriyan | 2009-06-18 | 1 | -2/+11 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | kernel: explicitly include required header files under kernel/ | Robert P. J. Day | 2008-04-29 | 1 | -0/+1 |
* | Fix UTS corruption during clone(CLONE_NEWUTS) | Alexey Dobriyan | 2007-09-19 | 1 | -0/+2 |
* | namespace: ensure clone_flags are always stored in an unsigned long | Eric W. Biederman | 2007-07-16 | 1 | -1/+1 |
* | fix create_new_namespaces() return value | Cedric Le Goater | 2007-07-16 | 1 | -4/+6 |
* | Merge sys_clone()/sys_unshare() nsproxy and namespace handling | Badari Pulavarty | 2007-05-08 | 1 | -37/+4 |
* | [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag | Serge E. Hallyn | 2006-10-02 | 1 | -0/+53 |
* | [PATCH] namespaces: utsname: implement utsname namespaces | Serge E. Hallyn | 2006-10-02 | 1 | -0/+42 |