1. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  3. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  4. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  5. e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
  6. 13bcc6a sysctl: Stop implicitly passing current into sysctl_table_root.lookup by Eric W. Biederman · 8 years ago
  7. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  10. dc12e90 qstr: constify instances in procfs by Al Viro · 8 years ago
  11. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  12. f50752e switch all procfs directories ->iterate_shared() by Al Viro · 8 years ago
  13. 76aab3a proc_sys_fill_cache(): switch to d_alloc_parallel() by Al Viro · 8 years ago
  14. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  15. f9bd673 sysctl: Allow creating permanently empty directories that serve as mountpoints. by Eric W. Biederman · 9 years ago
  16. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  17. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
  18. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  19. f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
  20. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 11 years ago
  21. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  22. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  23. 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
  24. ea5272f rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c by Michel Lespinasse · 12 years ago
  25. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  26. ab4a1f2 proc_sysctl.c: use BUG_ON instead of BUG by Prasad Joshi · 12 years ago
  27. 6bf6104 fs/proc: fix potential unregister_sysctl_table hang by Francesco Ruggeri · 12 years ago
  28. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  29. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  30. 091bd3e userns: Convert sysctl permission checks to use kuid and kgids. by Eric W. Biederman · 12 years ago
  31. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 12 years ago
  32. 4e474a0 sysctl: protect poll() in entries that may go away by Lucas De Marchi · 12 years ago
  33. 4040153 security: trim security.h by Al Viro · 12 years ago
  34. 4e75732 sysctl: Don't call sysctl_follow_link unless we are a link. by Eric W. Biederman · 12 years ago
  35. 60f126d sysctl: Comments to make the code clearer. by Eric W. Biederman · 12 years ago
  36. 0eb97f3 sysctl: Correct error return from get_subdir by Eric W. Biederman · 12 years ago
  37. 51f72f4 sysctl: An easier to read version of find_subdir by Eric W. Biederman · 12 years ago
  38. 1347440 sysctl: fix memset parameters in setup_sysctl_set() by Dan Carpenter · 12 years ago
  39. 4798178 sysctl: remove an unused variable by Dan Carpenter · 12 years ago
  40. fea478d sysctl: Add register_sysctl for normal sysctl users by Eric W. Biederman · 13 years ago
  41. ac13ac6 sysctl: Index sysctl directories with rbtrees. by Eric W. Biederman · 13 years ago
  42. 9e3d47d sysctl: Make the header lists per directory. by Eric W. Biederman · 13 years ago
  43. e54012c sysctl: Move sysctl_check_dups into insert_header by Eric W. Biederman · 13 years ago
  44. 60a47a2 sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy by Eric W. Biederman · 13 years ago
  45. 0e47c99 sysctl: Replace root_list with links between sysctl_table_sets. by Eric W. Biederman · 13 years ago
  46. 6980128 sysctl: Add sysctl_print_dir and use it in get_subdir by Eric W. Biederman · 13 years ago
  47. 7ec66d0 sysctl: Stop requiring explicit management of sysctl directories by Eric W. Biederman · 13 years ago
  48. 9eb47c2 sysctl: Add a root pointer to ctl_table_set by Eric W. Biederman · 13 years ago
  49. 6a75ce1 sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry by Eric W. Biederman · 13 years ago
  50. 076c3ee sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. by Eric W. Biederman · 13 years ago
  51. a194558 sysctl: Normalize the root_table data structure. by Eric W. Biederman · 13 years ago
  52. 8425d6a sysctl: Factor out insert_header and erase_header by Eric W. Biederman · 13 years ago
  53. e0d0452 sysctl: Factor out init_header from __register_sysctl_paths by Eric W. Biederman · 13 years ago
  54. 938aaa4 sysctl: Initial support for auto-unregistering sysctl tables. by Eric W. Biederman · 13 years ago
  55. 3cc3e04 sysctl: A more obvious version of grab_header. by Eric W. Biederman · 13 years ago
  56. 8d6ecfc sysctl: Remove the now unused ctl_table parent field. by Eric W. Biederman · 13 years ago
  57. 7c60c48 sysctl: Improve the sysctl sanity checks by Eric W. Biederman · 13 years ago
  58. f728019 sysctl: register only tables of sysctl files by Eric W. Biederman · 13 years ago
  59. ec6a526 sysctl: Add ctl_table chains into cstring paths by Eric W. Biederman · 13 years ago
  60. 6e9d516 sysctl: Add support for register sysctl tables with a normal cstring path. by Eric W. Biederman · 13 years ago
  61. f05e53a sysctl: Create local copies of directory names used in paths by Eric W. Biederman · 13 years ago
  62. bd295b5 sysctl: Remove the unnecessary sysctl_set parent concept. by Eric W. Biederman · 13 years ago
  63. 97324cd8 sysctl: Implement retire_sysctl_set by Eric W. Biederman · 13 years ago
  64. a15e209 sysctl: Make the directories have nlink == 1 by Eric W. Biederman · 13 years ago
  65. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 13 years ago
  66. de4e83bd sysctl: Register the base sysctl table like any other sysctl table. by Eric W. Biederman · 13 years ago
  67. 36885d7 sysctl: remove impossible condition check by Lucas De Marchi · 13 years ago
  68. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  69. f1ecf06 sysctl: add support for poll() by Lucas De Marchi · 13 years ago
  70. 887df07 procfs: report EISDIR when reading sysctl dirs in proc by Pavel Emelyanov · 13 years ago
  71. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  72. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  73. 1fc0f78 ->permission() sanitizing: MAY_NOT_BLOCK by Al Viro · 13 years ago
  74. 1aec703 proc_sys_permission() is OK in RCU mode by Al Viro · 13 years ago
  75. a002951 Merge branch 'next' into for-linus by James Morris · 13 years ago
  76. dfef6dcd3 unfuck proc_sysctl ->d_compare() by Al Viro · 13 years ago
  77. 8e6c969 security/selinux: fix /proc/sys/ labeling by Lucian Adrian Grijincu · 13 years ago
  78. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  79. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  80. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  81. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 14 years ago
  82. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  83. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  84. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  85. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  86. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  87. 2315ffa sysctl: Don't look at ctl_name and strategy in the generic code by Eric W. Biederman · 15 years ago
  88. 8d65af7 sysctl: remove "struct file *" argument of ->proc_handler by Alexey Dobriyan · 15 years ago
  89. d72f71e constify dentry_operations: procfs by Al Viro · 15 years ago
  90. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  91. 5c06fe7 Fix broken ownership of /proc/sys/ files by Al Viro · 16 years ago
  92. 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
  93. 1e0edd3 proc: spread __init by Alexey Dobriyan · 16 years ago
  94. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  95. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  96. 8132436 proc: make grab_header() static by Adrian Bunk · 16 years ago
  97. e167523 proc: proc_sys_root tweak by Alexey Dobriyan · 16 years ago
  98. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  99. 9043476f [PATCH] sanitize proc_sysctl by Al Viro · 16 years ago
  100. d7321cd sysctl: add the ->permissions callback on the ctl_table_root by Pavel Emelyanov · 16 years ago