- d8c0418 kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() by Luis Chamberlain · 3 years ago
- 51cb8df sysctl: add and use base directory declarer and registration helper by Luis Chamberlain · 3 years ago
- 5477161 sysctl: move maxolduid as a sysctl specific const by Luis Chamberlain · 3 years ago
- b1f2aff sysctl: share unsigned long const values by Luis Chamberlain · 3 years ago
- ee9efac sysctl: add helper to register a sysctl mount point by Luis Chamberlain · 3 years ago
- 78e36f3 sysctl: move some boundary constants from sysctl.c to sysctl_vals by Xiaoming Ni · 3 years ago
- 3ddd9a8 sysctl: add a new register_sysctl_init() interface by Xiaoming Ni · 3 years ago
- 7080cea sysctl: remove redundant ret assignment by luo penghao · 3 years ago
- 153ee1c sysctl: fix duplicate path separator in printed entries by Geert Uytterhoeven · 3 years ago
- 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
- 5b31a7d proc/sysctl: fix function name error in comments by zhouchuangao · 3 years, 8 months ago
- b0030af Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
- d8fc9b6 sysctl: use min() helper for namecmp() by Masahiro Yamada · 4 years ago
- ffb37ca switch file_open_root() to struct path by Al Viro · 3 years, 9 months ago
- cb94441 sysctl: add proc_dou8vec_minmax() by Eric Dumazet · 3 years, 9 months ago
- 4508943 proc: use kvzalloc for our kernel buffer by Josef Bacik · 3 years, 10 months ago
- 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 3 years, 10 months ago
- 697edcb proc_sysctl: fix oops caused by incorrect command parameters by Xiaoming Ni · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- 4bd6a73 sysctl: Convert to iter interfaces by Matthew Wilcox (Oracle) · 4 years, 4 months ago
- d4d80e6 Call sysctl_head_finish on error by Matthew Wilcox (Oracle) · 4 years, 6 months ago
- 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
- ef9d965 sysctl: reject gigantic reads/write to sysctl files by Christoph Hellwig · 4 years, 7 months ago
- f117955 kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases by Guilherme G. Piccoli · 4 years, 7 months ago
- b467f3e kernel/hung_task convert hung_task_panic boot parameter to sysctl by Vlastimil Babka · 4 years, 7 months ago
- 0a477e1 kernel/sysctl: support handling command line aliases by Vlastimil Babka · 4 years, 7 months ago
- 3db978d kernel/sysctl: support setting sysctl parameters from kernel command line by Vlastimil Babka · 4 years, 7 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
- f90f3ca proc: Use d_invalidate in proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 10 months ago
- 26dbc60 proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 10 months ago
- 0afa5ca proc: Rename in proc_inode rename sysctl_inodes sibling_inodes by Eric W. Biederman · 4 years, 10 months ago
- d56c0d4 proc: decouple proc from VFS with "struct proc_ops" by Alexey Dobriyan · 5 years ago
- eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
- 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
- ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 8918955 fs/proc/proc_sysctl.c: Fix a NULL pointer dereference by YueHaibing · 6 years ago
- e1550bf bpf: Add file_pos field to bpf_sysctl ctx by Andrey Ignatov · 6 years ago
- 4e63acd bpf: Introduce bpf_sysctl_{get,set}_new_value helpers by Andrey Ignatov · 6 years ago
- 7b146ce bpf: Sysctl hook by Andrey Ignatov · 6 years ago
- 23da958 fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links by YueHaibing · 6 years ago
- ea5751c proc/sysctl: don't return ENOMEM on lookup when a table is unregistering by Ivan Delalande · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 888e2b0 switch the rest of procfs lookups to d_splice_alias() by Al Viro · 7 years ago
- 64a11f3 fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() by Waiman Long · 7 years ago
- 835b94e fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() by Danilo Krummrich · 7 years ago
- a0b0d1c fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table by Danilo Krummrich · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 61d9b56 sysctl: add unsigned int range support by Luis R. Rodriguez · 7 years ago
- 4f2fec0 sysctl: simplify unsigned int support by Luis R. Rodriguez · 7 years ago
- 89c5b53 sysctl: fix lax sysctl_check_table() sanity check by Luis R. Rodriguez · 7 years ago
- 2fd1d2c proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 7 years ago
- e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- b54807f sysctl: Remove dead register_sysctl_root by Eric W. Biederman · 8 years ago
- 1680a38 sysctl: add sanity check for proc_douintvec by Liping Zhang · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- ace0c79 proc/sysctl: Don't grab i_lock under sysctl_lock. by Eric W. Biederman · 8 years ago
- d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
- 93362fa sysctl: Drop reference added by grab_header in proc_sys_readdir by Zhou Chengming · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- e79c6a4 net: make net namespace sysctls belong to container's owner by Dmitry Torokhov · 8 years ago
- 13bcc6a sysctl: Stop implicitly passing current into sysctl_table_root.lookup by Eric W. Biederman · 8 years ago
- fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
- dc12e90 qstr: constify instances in procfs by Al Viro · 8 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
- f50752e switch all procfs directories ->iterate_shared() by Al Viro · 9 years ago
- 76aab3a proc_sys_fill_cache(): switch to d_alloc_parallel() by Al Viro · 9 years ago
- a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
- f9bd673 sysctl: Allow creating permanently empty directories that serve as mountpoints. by Eric W. Biederman · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- e5eea09 sysctl: remove typedef ctl_table by Joe Perches · 10 years ago
- da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 12 years ago
- f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
- 87ebdc0 fs/proc: clean up printks by Andrew Morton · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
- 73f7ef4 sysctl: Pass useful parameters to sysctl permissions by Eric W. Biederman · 12 years ago
- ea5272f rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c by Michel Lespinasse · 12 years ago
- 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
- ab4a1f2 proc_sysctl.c: use BUG_ON instead of BUG by Prasad Joshi · 12 years ago
- 6bf6104 fs/proc: fix potential unregister_sysctl_table hang by Francesco Ruggeri · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 13 years ago
- 091bd3e userns: Convert sysctl permission checks to use kuid and kgids. by Eric W. Biederman · 13 years ago
- f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 13 years ago
- 4e474a0 sysctl: protect poll() in entries that may go away by Lucas De Marchi · 13 years ago
- 4040153 security: trim security.h by Al Viro · 13 years ago