aboutsummaryrefslogtreecommitdiff
path: root/ipc/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-27ipc,namespace: batch free ipc_namespace structuresGravatar Rik van Riel 1-3/+10
2023-01-27ipc,namespace: make ipc namespace allocation wait for pending freeGravatar Rik van Riel 1-6/+16
2022-10-03ipc/msg: mitigate the lock contention with percpu counterGravatar Jiebin Sun 1-1/+4
2022-06-22ipc: Free mq_sysctls if ipc namespace creation failedGravatar Alexey Gladkov 1-1/+4
2022-03-08ipc: Store ipc sysctls in the ipc namespaceGravatar Alexey Gladkov 1-0/+4
2022-03-08ipc: Store mqueue sysctls in the ipc namespaceGravatar Alexey Gladkov 1-0/+6
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyGravatar Vasily Averin 1-1/+1
2020-08-19ipc: Use generic ns_common::countGravatar Kirill Tkhai 1-2/+2
2020-06-08ipc/namespace.c: use a work queue to free_ipcGravatar Giuseppe Scrivano 1-2/+22
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-4/+3
2019-02-28ipc: Convert mqueue fs to fs_contextGravatar David Howells 1-1/+1
2018-08-22ipc: simplify ipc initializationGravatar Davidlohr Bueso 1-16/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGravatar Guillaume Knispel 1-4/+16
2017-09-08ipc: convert ipc_namespace.count from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCGravatar Eric W. Biederman 1-1/+1
2016-08-08ipcns: Add a limit on the number of ipc namespacesGravatar Eric W. Biederman 1-11/+34
2016-08-02ipc: delete "nr_ipc_ns"Gravatar Alexey Dobriyan 1-2/+0
2016-06-23ipc: Initialize ipc_namespace->user_ns early.Gravatar Eric W. Biederman 1-2/+3
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-17/+15
2014-12-13ipc/msg: increase MSGMNI, remove scalingGravatar Manfred Spraul 1-22/+0
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-0/+1
2014-12-04new helpers: ns_alloc_inum/ns_free_inumGravatar Al Viro 1-3/+3
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-9/+3
2014-12-04switch the rest of proc_ns_operations to working with &...->nsGravatar Al Viro 1-6/+9
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-4/+4
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-3/+3
2013-09-11ipc: drop ipc_lock_by_ptrGravatar Davidlohr Bueso 1-1/+2
2013-09-11ipc: rename ids->rw_mutexGravatar Davidlohr Bueso 1-2/+2
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyGravatar Eric W. Biederman 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Gravatar Eric W. Biederman 1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Gravatar Eric W. Biederman 1-0/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterGravatar Eric W. Biederman 1-6/+4
2012-11-20userns: Allow unprivileged use of setns.Gravatar Eric W. Biederman 1-1/+5
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsGravatar Eric W. Biederman 1-1/+1
2011-05-10ns proc: Add support for the ipc namespaceGravatar Eric W. Biederman 1-0/+37
2011-03-25ipcns: fix use after free in free_ipc_ns()Gravatar Xiaotian Feng 1-1/+1
2011-03-23userns: user namespaces: convert several capable() callsGravatar Serge E. Hallyn 1-5/+8
2011-03-23userns: add a user namespace owner of ipc nsGravatar Serge E. Hallyn 1-2/+7
2009-06-18ipcns: make free_ipc_ns() staticGravatar Alexey Dobriyan 1-24/+24
2009-06-18ipcns: extract create_ipc_ns()Gravatar Alexey Dobriyan 1-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCGravatar Alexey Dobriyan 1-5/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesGravatar Serge E. Hallyn 1-6/+35
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 1-0/+2
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalGravatar Nadia Derbey 1-0/+12