1. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  2. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  3. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  4. aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
  5. 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 8 years ago
  6. b236017 ipc: Initialize ipc_namespace->user_ns early. by Eric W. Biederman · 8 years ago
  7. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  8. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 9 years ago
  9. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  10. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  11. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  12. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  13. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  14. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  15. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  16. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  17. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  18. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  19. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 11 years ago
  20. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  21. bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
  22. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  23. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 12 years ago
  24. a00eaf1 ns proc: Add support for the ipc namespace by Eric W. Biederman · 14 years ago
  25. be4d250 ipcns: fix use after free in free_ipc_ns() by Xiaotian Feng · 13 years ago
  26. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  27. b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 13 years ago
  28. b4188de ipcns: make free_ipc_ns() static by Alexey Dobriyan · 15 years ago
  29. 612ce47 ipcns: extract create_ipc_ns() by Alexey Dobriyan · 15 years ago
  30. 6442428 ipcns: remove useless get/put while CLONE_NEWIPC by Alexey Dobriyan · 15 years ago
  31. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  32. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  33. e2c284d ipc: recompute msgmni on ipc namespace creation/removal by Nadia Derbey · 16 years ago
  34. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  35. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 16 years ago
  36. 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 16 years ago
  37. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  38. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago