summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorLines
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+9
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni-1/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner-3/+6
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)-24/+24
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)-3/+3
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+4
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig-0/+4
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka-0/+107
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-18/+29
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman-4/+4
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman-34/+1
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman-4/+4
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan-1/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce-0/+4
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny-0/+4
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing-2/+4
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov-1/+1
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov-5/+17
2019-04-12bpf: Sysctl hookAndrey Ignatov-0/+5
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing-1/+2
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-05-26switch the rest of procfs lookups to d_splice_alias()Al Viro-3/+12
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long-1/+1
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds-5/+21
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez-1/+3
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez-5/+5
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman-13/+30
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-4/+0
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman-4/+0
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-2/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar-0/+1
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman-13/+18
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov-16/+43
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming-1/+2