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-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman4-11/+37
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan3-6/+0
2016-06-23ipc: Initialize ipc_namespace->user_ns early.Eric W. Biederman1-2/+3
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds36-430/+416
2014-12-13ipc/msg: increase MSGMNI, remove scalingManfred Spraul9-298/+45
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-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso7-69/+69
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
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-05-10ns proc: Add support for the ipc namespaceEric W. Biederman3-0/+41
2011-03-26ipcns: fix use after free in free_ipc_ns()Xiaotian Feng1-1/+1
2011-03-24userns: user namespaces: convert several capable() callsSerge E. Hallyn13-45/+75
2011-03-24userns: add a user namespace owner of ipc nsSerge E. Hallyn4-2/+16
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan2-25/+24
2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan1-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan1-5/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn5-52/+131
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn7-71/+145
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey4-25/+17
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey8-4/+162
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey4-3/+14
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer5-67/+50
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer7-104/+34
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov12-112/+164