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