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