summaryrefslogtreecommitdiffstats
path: root/ipc/namespace.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-081-4/+16
* ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-081-2/+2
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+6
|\
| * kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
* | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
* | ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2016-08-081-11/+34
|/
* ipc: delete "nr_ipc_ns"Alexey Dobriyan2016-08-021-2/+0
* ipc: Initialize ipc_namespace->user_ns early.Eric W. Biederman2016-06-231-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-17/+15
|\
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+1
| * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-3/+3
| * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
| * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-041-6/+9
| * common object embedded into various struct ....nsAl Viro2014-12-041-4/+4
* | ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-131-22/+0
|/
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-3/+3
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-111-1/+2
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-111-2/+2
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-301-1/+1
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-141-1/+2
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+16
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-201-6/+4
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-201-1/+5
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-1/+1
* ns proc: Add support for the ipc namespaceEric W. Biederman2011-05-101-0/+37
* ipcns: fix use after free in free_ipc_ns()Xiaotian Feng2011-03-251-1/+1
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-5/+8
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-231-2/+7
* ipcns: make free_ipc_ns() staticAlexey Dobriyan2009-06-181-24/+24
* ipcns: extract create_ipc_ns()Alexey Dobriyan2009-06-181-7/+2
* ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan2009-06-181-5/+1
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-071-6/+35
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-071-0/+2
* ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey2008-04-291-0/+12
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-291-0/+11
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-291-0/+3
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-081-0/+30
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-081-21/+4
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+73
OpenPOWER on IntegriCloud