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