aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin1-7/+0
2022-09-08proc: remove initialization assignmentLi zeming1-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-39/+50
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin1-1/+1
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang1-1/+1
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin1-1/+0
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang1-38/+50
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-2/+2
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-0/+9
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-1/+1
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-0/+3
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain1-0/+14
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-1/+1
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni1-0/+33
2022-01-20sysctl: remove redundant ret assignmentluo penghao1-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven1-4/+4
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-6/+1
2021-04-25sysctl: use min() helper for namecmp()Masahiro Yamada1-6/+1
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+1
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+6
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-6/+9
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-3/+6
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)1-24/+24
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)1-3/+3
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig1-0/+4
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli1-2/+5
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka1-0/+1
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka1-7/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka1-0/+107
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-18/+29
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman1-4/+4
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman1-34/+1
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman1-4/+4
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan1-1/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-0/+4
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys inodes.Radoslaw Burny1-0/+4
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov1-1/+1
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-5/+17
2019-04-12bpf: Sysctl hookAndrey Ignatov1-0/+5
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande1-7/+6