1. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  2. 5ec27ec fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys inodes. by Radoslaw Burny · 5 years ago
  3. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  4. 8918955 fs/proc/proc_sysctl.c: Fix a NULL pointer dereference by YueHaibing · 6 years ago
  5. e1550bf bpf: Add file_pos field to bpf_sysctl ctx by Andrey Ignatov · 6 years ago
  6. 4e63acd bpf: Introduce bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
  7. 7b146ce bpf: Sysctl hook by Andrey Ignatov · 6 years ago
  8. 23da958 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
  9. ea5751c proc/sysctl: don't return ENOMEM on lookup when a table is unregistering by Ivan Delalande · 6 years ago
  10. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  11. 888e2b0 switch the rest of procfs lookups to d_splice_alias() by Al Viro · 7 years ago
  12. 64a11f3 fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() by Waiman Long · 7 years ago
  13. 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 7 years ago
  14. a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 7 years ago
  15. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  16. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  19. 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 7 years ago
  20. 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 7 years ago
  21. 89c5b53 sysctl: fix lax sysctl_check_table() sanity check by Luis R. Rodriguez · 7 years ago
  22. 2fd1d2c proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 8 years ago
  23. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  24. b54807f sysctl: Remove dead register_sysctl_root by Eric W. Biederman · 8 years ago
  25. 1680a38 sysctl: add sanity check for proc_douintvec by Liping Zhang · 8 years ago
  26. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  28. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  29. ace0c79 proc/sysctl: Don't grab i_lock under sysctl_lock. by Eric W. Biederman · 8 years ago
  30. d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  31. 93362fa sysctl: Drop reference added by grab_header in proc_sys_readdir by Zhou Chengming · 8 years ago
  32. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  33. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  34. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  35. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  36. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  37. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
  39. 13bcc6a sysctl: Stop implicitly passing current into sysctl_table_root.lookup by Eric W. Biederman · 8 years ago
  40. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  41. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  42. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  43. dc12e90 qstr: constify instances in procfs by Al Viro · 8 years ago
  44. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  45. f50752e switch all procfs directories ->iterate_shared() by Al Viro · 9 years ago
  46. 76aab3a proc_sys_fill_cache(): switch to d_alloc_parallel() by Al Viro · 9 years ago
  47. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  48. f9bd673 sysctl: Allow creating permanently empty directories that serve as mountpoints. by Eric W. Biederman · 10 years ago
  49. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  50. e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
  51. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 12 years ago
  52. f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
  53. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 12 years ago
  54. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  55. 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
  56. 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
  57. ea5272f rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c by Michel Lespinasse · 12 years ago
  58. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  59. ab4a1f2 proc_sysctl.c: use BUG_ON instead of BUG by Prasad Joshi · 12 years ago
  60. 6bf6104 fs/proc: fix potential unregister_sysctl_table hang by Francesco Ruggeri · 12 years ago
  61. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  62. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
  63. 091bd3e userns: Convert sysctl permission checks to use kuid and kgids. by Eric W. Biederman · 13 years ago
  64. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 13 years ago
  65. 4e474a0 sysctl: protect poll() in entries that may go away by Lucas De Marchi · 13 years ago
  66. 4040153 security: trim security.h by Al Viro · 13 years ago
  67. 4e75732 sysctl: Don't call sysctl_follow_link unless we are a link. by Eric W. Biederman · 13 years ago
  68. 60f126d sysctl: Comments to make the code clearer. by Eric W. Biederman · 13 years ago
  69. 0eb97f3 sysctl: Correct error return from get_subdir by Eric W. Biederman · 13 years ago
  70. 51f72f4 sysctl: An easier to read version of find_subdir by Eric W. Biederman · 13 years ago
  71. 1347440 sysctl: fix memset parameters in setup_sysctl_set() by Dan Carpenter · 13 years ago
  72. 4798178 sysctl: remove an unused variable by Dan Carpenter · 13 years ago
  73. fea478d sysctl: Add register_sysctl for normal sysctl users by Eric W. Biederman · 13 years ago
  74. ac13ac6 sysctl: Index sysctl directories with rbtrees. by Eric W. Biederman · 13 years ago
  75. 9e3d47d sysctl: Make the header lists per directory. by Eric W. Biederman · 13 years ago
  76. e54012c sysctl: Move sysctl_check_dups into insert_header by Eric W. Biederman · 13 years ago
  77. 60a47a2 sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy by Eric W. Biederman · 13 years ago
  78. 0e47c99 sysctl: Replace root_list with links between sysctl_table_sets. by Eric W. Biederman · 13 years ago
  79. 6980128 sysctl: Add sysctl_print_dir and use it in get_subdir by Eric W. Biederman · 13 years ago
  80. 7ec66d0 sysctl: Stop requiring explicit management of sysctl directories by Eric W. Biederman · 13 years ago
  81. 9eb47c2 sysctl: Add a root pointer to ctl_table_set by Eric W. Biederman · 13 years ago
  82. 6a75ce1 sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry by Eric W. Biederman · 13 years ago
  83. 076c3ee sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. by Eric W. Biederman · 13 years ago
  84. a194558 sysctl: Normalize the root_table data structure. by Eric W. Biederman · 13 years ago
  85. 8425d6a sysctl: Factor out insert_header and erase_header by Eric W. Biederman · 13 years ago
  86. e0d0452 sysctl: Factor out init_header from __register_sysctl_paths by Eric W. Biederman · 13 years ago
  87. 938aaa4 sysctl: Initial support for auto-unregistering sysctl tables. by Eric W. Biederman · 13 years ago
  88. 3cc3e04 sysctl: A more obvious version of grab_header. by Eric W. Biederman · 13 years ago
  89. 8d6ecfc sysctl: Remove the now unused ctl_table parent field. by Eric W. Biederman · 13 years ago
  90. 7c60c48 sysctl: Improve the sysctl sanity checks by Eric W. Biederman · 13 years ago
  91. f728019 sysctl: register only tables of sysctl files by Eric W. Biederman · 13 years ago
  92. ec6a526 sysctl: Add ctl_table chains into cstring paths by Eric W. Biederman · 13 years ago
  93. 6e9d516 sysctl: Add support for register sysctl tables with a normal cstring path. by Eric W. Biederman · 13 years ago
  94. f05e53a sysctl: Create local copies of directory names used in paths by Eric W. Biederman · 13 years ago
  95. bd295b5 sysctl: Remove the unnecessary sysctl_set parent concept. by Eric W. Biederman · 13 years ago
  96. 97324cd8 sysctl: Implement retire_sysctl_set by Eric W. Biederman · 13 years ago
  97. a15e209 sysctl: Make the directories have nlink == 1 by Eric W. Biederman · 13 years ago
  98. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 13 years ago
  99. de4e83bd sysctl: Register the base sysctl table like any other sysctl table. by Eric W. Biederman · 13 years ago
  100. 36885d7 sysctl: remove impossible condition check by Lucas De Marchi · 14 years ago