summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-23Merge branch 'nsfs-ioctls' into HEADEric W. Biederman15-13/+371
2016-09-23kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin9-0/+68
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman7-7/+7
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman4-5/+32
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro13-10/+34
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro7-13/+16
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro9-65/+28
2014-12-04switch the rest of proc_ns_operations to working with &...->nsAl Viro4-22/+36
2014-12-04common object embedded into various struct ....nsAl Viro17-29/+43
2014-07-30namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman8-40/+31
2013-08-31userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman12-34/+21
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells15-92/+109
2013-02-28kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu1-1/+1
2012-12-15userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman5-5/+10
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman18-12/+132
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman5-26/+28
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman4-6/+17
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman12-24/+24
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman3-0/+43
2011-03-24userns: allow sethostname in a containerSerge E. Hallyn4-15/+12
2011-03-24userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn5-2/+20
2009-06-18utsns: extract creeate_uts_ns()Alexey Dobriyan1-2/+11
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk67-72/+0
2008-04-29kernel: explicitly include required header files under kernel/Robert P. J. Day9-0/+9
2007-09-19Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan1-0/+2
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman8-10/+11
2007-07-16fix create_new_namespaces() return valueCedric Le Goater4-15/+28
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty11-268/+131
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn5-4/+83
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn9-12/+121