1. ae16b7c Revert "Add a reference to ucounts for each cred" by Greg Kroah-Hartman · 3 years, 4 months ago
  2. b2c4d9a Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 9 months ago
  3. fb4c1c2 capabilities: require CAP_SETFCAP to map uid 0 by Serge E. Hallyn · 3 years, 9 months ago
  4. 769071a ns: Introduce Time Namespace by Andrei Vagin · 5 years ago
  5. 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 6 years ago
  6. b206f28 keys: Namespace keyring names by David Howells · 6 years ago
  7. 758f875 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  8. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  9. 6397fac userns: bump idmap limits to 340 by Christian Brauner · 7 years ago
  10. aa4bf44 userns: use union in {g,u}idmap struct by Christian Brauner · 7 years ago
  11. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  12. a2b4262 userns,pidns: Verify the userns for new pid namespaces by Eric W. Biederman · 8 years ago
  13. 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
  14. 040757f ucount: Remove the atomicity from ucount->count by Eric W. Biederman · 8 years ago
  15. b2d5bfe sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h> by Ingo Molnar · 8 years ago
  16. cd9c513 sched/headers: Remove <linux/rwsem.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  17. cc5efc2 sched/headers: Prepare for the removal of various unrelated headers from <linux/sched.h> by Ingo Molnar · 8 years ago
  18. 1cce1ee inotify: Convert to using per-namespace limits by Nikolay Borisov · 8 years ago
  19. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  20. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  21. 537f7cc mntns: Add a limit on the number of mount namespaces. by Eric W. Biederman · 8 years ago
  22. 7032866 netns: Add a limit on the number of net namespaces by Eric W. Biederman · 8 years ago
  23. d08311d cgroupns: Add a limit on the number of cgroup namespaces by Eric W. Biederman · 8 years ago
  24. aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
  25. f7af3d1 utsns: Add a limit on the number of uts namespaces by Eric W. Biederman · 8 years ago
  26. f333c70 pidns: Add a limit on the number of pid namespaces by Eric W. Biederman · 8 years ago
  27. 25f9c08 userns: Generalize the user namespace count into ucount by Eric W. Biederman · 8 years ago
  28. f6b2db1 userns: Make the count of user namespaces per user by Eric W. Biederman · 8 years ago
  29. b376c3e userns: Add a limit on the number of user namespaces by Eric W. Biederman · 8 years ago
  30. dbec284 userns: Add per user namespace sysctls. by Eric W. Biederman · 8 years ago
  31. b032132 userns: Free user namespaces in process context by Eric W. Biederman · 8 years ago
  32. d07b846 fs: Limit file caps to the user namespace of the super block by Seth Forshee · 9 years ago
  33. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  34. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
  35. 273d2c6 userns: Don't allow setgroups until a gid mapping has been setablished by Eric W. Biederman · 10 years ago
  36. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  37. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  38. f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
  39. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  40. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  41. 8742f22 userns: limit the maximum depth of user_namespace->parent chain by Oleg Nesterov · 11 years ago
  42. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  43. c61a281 userns: Avoid recursion in put_user_ns by Eric W. Biederman · 12 years ago
  44. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  45. b2e0d987 userns: Implement unshare of the user namespace by Eric W. Biederman · 12 years ago
  46. f76d207 userns: Add kprojid_t and associated infrastructure in projid.h by Eric W. Biederman · 12 years ago
  47. 76b6db0 userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid by Eric W. Biederman · 13 years ago
  48. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  49. 22d917d userns: Rework the user_namespace adding uid/gid mapping support by Eric W. Biederman · 13 years ago
  50. 783291e userns: Simplify the user_namespace by making userns->creator a kuid. by Eric W. Biederman · 13 years ago
  51. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
  52. aeb3ae9 userns: Add an explicit reference to the parent user namespace by Eric W. Biederman · 13 years ago
  53. 6164281 user_ns: improve the user_ns on-the-slab packaging by Pavel Emelyanov · 14 years ago
  54. 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 15 years ago
  55. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 16 years ago
  56. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  57. 735de22 Convert uid hash to hlist by Pavel Emelyanov · 17 years ago
  58. 626ac54 user namespace: fix copy_user_ns return value by Serge E. Hallyn · 18 years ago
  59. 77ec739 user namespace: add unshare by Serge E. Hallyn · 18 years ago
  60. acce292 user namespace: add the framework by Cedric Le Goater · 18 years ago