- 72d1e61 ipc/msg: mitigate the lock contention with percpu counter by Jiebin Sun · 2 years, 4 months ago
- db7cfc3 ipc: Free mq_sysctls if ipc namespace creation failed by Alexey Gladkov · 2 years, 7 months ago
- 1f5c135 ipc: Store ipc sysctls in the ipc namespace by Alexey Gladkov · 2 years, 11 months ago
- dc55e35 ipc: Store mqueue sysctls in the ipc namespace by Alexey Gladkov · 2 years, 11 months ago
- 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 4 months ago
- 137ec39 ipc: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
- e1eb26f ipc/namespace.c: use a work queue to free_ipc by Giuseppe Scrivano · 4 years, 7 months ago
- f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 8 months ago
- 935c6912 ipc: Convert mqueue fs to fs_context by David Howells · 6 years ago
- eae04d2 ipc: simplify ipc initialization by Davidlohr Bueso · 6 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 0cfb6ae ipc: optimize semget/shmget/msgget for lots of keys by Guillaume Knispel · 7 years ago
- a2e0602 ipc: convert ipc_namespace.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
- bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
- df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
- aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
- 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 8 years ago
- b236017 ipc: Initialize ipc_namespace->user_ns early. by Eric W. Biederman · 9 years ago
- 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 10 years ago
- 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
- 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
- 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
- 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
- 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
- 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
- 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
- d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
- c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 12 years ago
- 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
- 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
- 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
- bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
- 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
- c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
- a00eaf1 ns proc: Add support for the ipc namespace by Eric W. Biederman · 15 years ago
- be4d250 ipcns: fix use after free in free_ipc_ns() by Xiaotian Feng · 14 years ago
- b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 14 years ago
- b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 14 years ago
- b4188de ipcns: make free_ipc_ns() static by Alexey Dobriyan · 16 years ago
- 612ce47 ipcns: extract create_ipc_ns() by Alexey Dobriyan · 16 years ago
- 6442428 ipcns: remove useless get/put while CLONE_NEWIPC by Alexey Dobriyan · 16 years ago
- 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 16 years ago
- 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 16 years ago
- e2c284d ipc: recompute msgmni on ipc namespace creation/removal by Nadia Derbey · 17 years ago
- b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 17 years ago
- 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 17 years ago
- 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 17 years ago
- ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 17 years ago
- ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 17 years ago