1. e227db4 userns: fix a struct's kernel-doc notation by Randy Dunlap · 2 years, 2 months ago
  2. 493ffd6 Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 2 years, 5 months ago
  3. 7cd4c5c security, lsm: Introduce security_create_user_ns() by Frederick Lawler · 2 years, 7 months ago
  4. de39923 ucounts: Split rlimit and ucount values and max values by Alexey Gladkov · 2 years, 10 months ago
  5. 0ac983f ucounts: Fix systemd LimitNPROC with private users regression by Eric W. Biederman · 3 years, 1 month ago
  6. 30acd0b memcg: enable accounting for new namesapces and struct nsproxy by Vasily Averin · 3 years, 6 months ago
  7. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 9 months ago
  8. a12f4f8 kernel/user_namespace.c: fix typos by Xiaofeng Cao · 3 years, 10 months ago
  9. c1ada3d ucounts: Set ucount_max to the largest positive value the type can hold by Alexey Gladkov · 3 years, 11 months ago
  10. d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
  11. d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
  12. 6e52a9f Reimplement RLIMIT_MSGQUEUE on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
  13. 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 11 months ago
  14. 905ae01 Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 11 months ago
  15. db2e718 capabilities: require CAP_SETFCAP to map uid 0 by Serge E. Hallyn · 3 years, 11 months ago
  16. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
  17. 7b7b8a2 kernel/: fix repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  18. 265cbd6 user: Use generic ns_common::count by Kirill Tkhai · 4 years, 7 months ago
  19. f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 10 months ago
  20. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  21. 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 6 years ago
  22. b206f28 keys: Namespace keyring names by David Howells · 6 years ago
  23. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  24. d2f007d userns: also map extents in the reverse map to kernel IDs by Jann Horn · 6 years ago
  25. 5820f14 userns: move user access out of the mutex by Jann Horn · 7 years ago
  26. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  27. 73f03c2 fuse: Restrict allow_other to the superblock's namespace or a descendant by Seth Forshee · 7 years ago
  28. 758f875 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  29. 3fda0e7 userns: Simplify insert_extent by Eric W. Biederman · 7 years ago
  30. ece6613 userns: Make map_id_down a wrapper for map_id_range_down by Eric W. Biederman · 7 years ago
  31. d5e7b3c userns: Don't read extents twice in m_start by Eric W. Biederman · 7 years ago
  32. 3edf652 userns: Simplify the user and group mapping functions by Eric W. Biederman · 7 years ago
  33. 11a8b92 userns: Don't special case a count of 0 by Eric W. Biederman · 7 years ago
  34. 6397fac userns: bump idmap limits to 340 by Christian Brauner · 7 years ago
  35. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  36. a2b4262 userns,pidns: Verify the userns for new pid namespaces by Eric W. Biederman · 8 years ago
  37. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  38. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  39. a7306ed nsfs: add ioctl to get a parent namespace by Andrey Vagin · 9 years ago
  40. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 9 years ago
  41. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  42. 25f9c08 userns: Generalize the user namespace count into ucount by Eric W. Biederman · 9 years ago
  43. f6b2db1a userns: Make the count of user namespaces per user by Eric W. Biederman · 9 years ago
  44. b376c3e userns: Add a limit on the number of user namespaces by Eric W. Biederman · 9 years ago
  45. dbec284 userns: Add per user namespace sysctls. by Eric W. Biederman · 9 years ago
  46. b032132 userns: Free user namespaces in process context by Eric W. Biederman · 9 years ago
  47. d07b846 fs: Limit file caps to the user namespace of the super block by Seth Forshee · 9 years ago
  48. 70f6cbb kernel/*: switch to memdup_user_nul() by Al Viro · 9 years ago
  49. 5831905 capabilities: ambient capabilities by Andy Lutomirski · 10 years ago
  50. faf00da userns,pidns: Force thread group sharing, not signal handler sharing. by Eric W. Biederman · 10 years ago
  51. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  52. 36476be userns; Correct the comment in map_write by Eric W. Biederman · 10 years ago
  53. 66d2f33 userns: Allow setting gid_maps without privilege when setgroups is disabled by Eric W. Biederman · 10 years ago
  54. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
  55. f0d62ae userns: Rename id_map_mutex to userns_state_mutex by Eric W. Biederman · 10 years ago
  56. f95d791 userns: Only allow the creator of the userns unprivileged mappings by Eric W. Biederman · 10 years ago
  57. 80dd00a userns: Check euid no fsuid when establishing an unprivileged uid mapping by Eric W. Biederman · 10 years ago
  58. be7c6dba userns: Don't allow unprivileged creation of gid mappings by Eric W. Biederman · 10 years ago
  59. 273d2c6 userns: Don't allow setgroups until a gid mapping has been setablished by Eric W. Biederman · 10 years ago
  60. 0542f17 userns: Document what the invariant required for safe unprivileged mappings. by Eric W. Biederman · 10 years ago
  61. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  62. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  63. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  64. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  65. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  66. ccf94f1 proc: constify seq_operations by Fabian Frederick · 11 years ago
  67. 68a9a43 kernel/user_namespace.c: kernel-doc/checkpatch fixes by Fabian Frederick · 11 years ago
  68. e79323b user namespace: fix incorrect memory barriers by Mikulas Patocka · 11 years ago
  69. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 11 years ago
  70. b080e04 user_namespace.c: Remove duplicated word in comment by Brian Campbell · 11 years ago
  71. f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
  72. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  73. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  74. 8742f22 userns: limit the maximum depth of user_namespace->parent chain by Oleg Nesterov · 12 years ago
  75. 6160968 userns: unshare_userns(&cred) should not populate cred on failure by Oleg Nesterov · 12 years ago
  76. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  77. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  78. 41c21e3 userns: Changing any namespace id mappings should require privileges by Andy Lutomirski · 12 years ago
  79. e3211c1 userns: Check uid_map's opener's fsuid, not the current fsuid by Andy Lutomirski · 12 years ago
  80. 6708075 userns: Don't let unprivileged users trick privileged users into setting the id_map by Eric W. Biederman · 12 years ago
  81. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  82. 3151527 userns: Don't allow creation if the user is chrooted by Eric W. Biederman · 12 years ago
  83. e66eded userns: Don't allow CLONE_NEWUSER | CLONE_FS by Eric W. Biederman · 12 years ago
  84. 0bd14b4 userns: Allow any uid or gid mappings that don't overlap. by Eric W. Biederman · 12 years ago
  85. c61a281 userns: Avoid recursion in put_user_ns by Eric W. Biederman · 12 years ago
  86. 5155040 userns: Fix typo in description of the limitation of userns_install by Eric W. Biederman · 12 years ago
  87. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  88. c450f37 userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct file by Eric W. Biederman · 13 years ago
  89. b2e0d987 userns: Implement unshare of the user namespace by Eric W. Biederman · 13 years ago
  90. cde1975 userns: Implent proc namespace operations by Eric W. Biederman · 13 years ago
  91. 37657da userns: Allow setting a userns mapping to your current uid. by Eric W. Biederman · 13 years ago
  92. f76d207 userns: Add kprojid_t and associated infrastructure in projid.h by Eric W. Biederman · 13 years ago
  93. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  94. 22d917d userns: Rework the user_namespace adding uid/gid mapping support by Eric W. Biederman · 13 years ago
  95. 783291e userns: Simplify the user_namespace by making userns->creator a kuid. by Eric W. Biederman · 13 years ago
  96. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
  97. 973c591 userns: Start out with a full set of capabilities. by Eric W. Biederman · 13 years ago
  98. aeb3ae9 userns: Add an explicit reference to the parent user namespace by Eric W. Biederman · 13 years ago
  99. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
  100. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago