1. 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  2. 36476be userns; Correct the comment in map_write by Eric W. Biederman · 10 years ago
  3. 66d2f33 userns: Allow setting gid_maps without privilege when setgroups is disabled by Eric W. Biederman · 10 years ago
  4. 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
  5. f0d62ae userns: Rename id_map_mutex to userns_state_mutex by Eric W. Biederman · 10 years ago
  6. f95d791 userns: Only allow the creator of the userns unprivileged mappings by Eric W. Biederman · 10 years ago
  7. 80dd00a userns: Check euid no fsuid when establishing an unprivileged uid mapping by Eric W. Biederman · 10 years ago
  8. be7c6dba userns: Don't allow unprivileged creation of gid mappings by Eric W. Biederman · 10 years ago
  9. 273d2c6 userns: Don't allow setgroups until a gid mapping has been setablished by Eric W. Biederman · 10 years ago
  10. 0542f17 userns: Document what the invariant required for safe unprivileged mappings. by Eric W. Biederman · 10 years ago
  11. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  12. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  13. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  14. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  15. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  16. ccf94f1 proc: constify seq_operations by Fabian Frederick · 10 years ago
  17. 68a9a43 kernel/user_namespace.c: kernel-doc/checkpatch fixes by Fabian Frederick · 11 years ago
  18. e79323b user namespace: fix incorrect memory barriers by Mikulas Patocka · 11 years ago
  19. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 11 years ago
  20. b080e04 user_namespace.c: Remove duplicated word in comment by Brian Campbell · 11 years ago
  21. f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
  22. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  23. e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  24. 8742f22 userns: limit the maximum depth of user_namespace->parent chain by Oleg Nesterov · 11 years ago
  25. 6160968 userns: unshare_userns(&cred) should not populate cred on failure by Oleg Nesterov · 11 years ago
  26. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  27. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  28. 41c21e3 userns: Changing any namespace id mappings should require privileges by Andy Lutomirski · 12 years ago
  29. e3211c1 userns: Check uid_map's opener's fsuid, not the current fsuid by Andy Lutomirski · 12 years ago
  30. 6708075 userns: Don't let unprivileged users trick privileged users into setting the id_map by Eric W. Biederman · 12 years ago
  31. 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
  32. 3151527 userns: Don't allow creation if the user is chrooted by Eric W. Biederman · 12 years ago
  33. e66eded userns: Don't allow CLONE_NEWUSER | CLONE_FS by Eric W. Biederman · 12 years ago
  34. 0bd14b4 userns: Allow any uid or gid mappings that don't overlap. by Eric W. Biederman · 12 years ago
  35. c61a281 userns: Avoid recursion in put_user_ns by Eric W. Biederman · 12 years ago
  36. 5155040 userns: Fix typo in description of the limitation of userns_install by Eric W. Biederman · 12 years ago
  37. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  38. c450f37 userns: For /proc/self/{uid,gid}_map derive the lower userns from the struct file by Eric W. Biederman · 12 years ago
  39. b2e0d987 userns: Implement unshare of the user namespace by Eric W. Biederman · 12 years ago
  40. cde1975 userns: Implent proc namespace operations by Eric W. Biederman · 12 years ago
  41. 37657da userns: Allow setting a userns mapping to your current uid. by Eric W. Biederman · 12 years ago
  42. f76d207 userns: Add kprojid_t and associated infrastructure in projid.h by Eric W. Biederman · 12 years ago
  43. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
  44. 22d917d userns: Rework the user_namespace adding uid/gid mapping support by Eric W. Biederman · 13 years ago
  45. 783291e userns: Simplify the user_namespace by making userns->creator a kuid. by Eric W. Biederman · 13 years ago
  46. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
  47. 973c591 userns: Start out with a full set of capabilities. by Eric W. Biederman · 13 years ago
  48. aeb3ae9 userns: Add an explicit reference to the parent user namespace by Eric W. Biederman · 13 years ago
  49. 0093ccb cred: Refcount the user_ns pointed to by the cred. by Eric W. Biederman · 13 years ago
  50. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  51. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  52. 6164281 user_ns: improve the user_ns on-the-slab packaging by Pavel Emelyanov · 14 years ago
  53. 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 15 years ago
  54. db1afff kref: remove kref_set by NeilBrown · 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. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  58. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  59. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  60. 6a3fd92 eCryptfs: make key module subsystem respect namespaces by Michael Halcrow · 17 years ago
  61. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 17 years ago
  62. aee16ce namespaces: cleanup the code managed with the USER_NS option by Pavel Emelyanov · 17 years ago
  63. 28f300d Fix user namespace exiting OOPs by Pavel Emelyanov · 17 years ago
  64. 735de22 Convert uid hash to hlist by Pavel Emelyanov · 17 years ago
  65. 99db67b userns: don't leak root user by Alexey Dobriyan · 17 years ago
  66. 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 17 years ago
  67. 77ec739 user namespace: add unshare by Serge E. Hallyn · 17 years ago
  68. acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago