aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2021-05-06proc/sysctl: fix function name error in commentsGravatar zhouchuangao 1-1/+1
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+1
2021-04-25sysctl: use min() helper for namecmp()Gravatar Masahiro Yamada 1-6/+1
2021-04-07switch file_open_root() to struct pathGravatar Al Viro 1-1/+1
2021-03-25sysctl: add proc_dou8vec_minmax()Gravatar Eric Dumazet 1-0/+6
2021-02-26proc: use kvzalloc for our kernel bufferGravatar Josef Bacik 1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+9
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersGravatar Xiaoming Ni 1-1/+6
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-3/+6
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2020-09-08sysctl: Convert to iter interfacesGravatar Matthew Wilcox (Oracle) 1-24/+24
2020-07-03Call sysctl_head_finish on errorGravatar Matthew Wilcox (Oracle) 1-3/+3
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+4
2020-06-10sysctl: reject gigantic reads/write to sysctl filesGravatar Christoph Hellwig 1-0/+4
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGravatar Guilherme G. Piccoli 1-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlGravatar Vlastimil Babka 1-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesGravatar Vlastimil Babka 1-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineGravatar Vlastimil Babka 1-0/+107
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-18/+29
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-4/+4
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-34/+1
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesGravatar Eric W. Biederman 1-4/+4
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 1-1/+1
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-0/+4
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Gravatar Radoslaw Burny 1-0/+4
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceGravatar YueHaibing 1-2/+4
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxGravatar Andrey Ignatov 1-1/+1
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersGravatar Andrey Ignatov 1-5/+17
2019-04-12bpf: Sysctl hookGravatar Andrey Ignatov 1-0/+5
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksGravatar YueHaibing 1-1/+2
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringGravatar Ivan Delalande 1-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-26switch the rest of procfs lookups to d_splice_alias()Gravatar Al Viro 1-3/+12
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Gravatar Waiman Long 1-1/+1
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Gravatar Danilo Krummrich 1-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableGravatar Danilo Krummrich 1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+21
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-1/+3
2017-07-12sysctl: simplify unsigned int supportGravatar Luis R. Rodriguez 1-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkGravatar Luis R. Rodriguez 1-5/+5
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceGravatar Eric W. Biederman 1-13/+30
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+0
2017-04-16sysctl: Remove dead register_sysctl_rootGravatar Eric W. Biederman 1-4/+0
2017-04-07sysctl: add sanity check for proc_douintvecGravatar Liping Zhang 1-0/+1