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. f7af3d1 utsns: Add a limit on the number of uts namespaces by Eric W. Biederman · 8 years ago
  5. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  6. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  7. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  8. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  9. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  10. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  11. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  12. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  13. bf53153 kernel/utsname.c: fix wrong comment about clone_uts_ns() by Yuanhan Liu · 11 years ago
  14. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 11 years ago
  15. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  16. bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
  17. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  18. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 12 years ago
  19. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  20. 34482e8 ns proc: Add support for the uts namespace by Eric W. Biederman · 14 years ago
  21. bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 13 years ago
  22. 59607db userns: add a user_namespace as creator/owner of uts_namespace by Serge E. Hallyn · 13 years ago
  23. 4c2a7e7 utsns: extract creeate_uts_ns() by Alexey Dobriyan · 15 years ago
  24. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  25. 1aeb272 kernel: explicitly include required header files under kernel/ by Robert P. J. Day · 16 years ago
  26. efc63c4 Fix UTS corruption during clone(CLONE_NEWUTS) by Alexey Dobriyan · 17 years ago
  27. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  28. 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 17 years ago
  29. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  30. 071df10 [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag by Serge E. Hallyn · 18 years ago
  31. 4865ecf [PATCH] namespaces: utsname: implement utsname namespaces by Serge E. Hallyn · 18 years ago