summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorLines
2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain-51/+4
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+0
2023-04-13proc_sysctl: enhance documentationLuis Chamberlain-5/+20
2023-04-13sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain-4/+1
2023-04-13proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain-24/+32
2023-04-13proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain-3/+11
2023-04-08proc: remove mark_inode_dirty() in .setattr()Chao Yu-1/+0
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek-0/+6
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-3/+3
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin-7/+0
2022-09-08proc: remove initialization assignmentLi zeming-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-39/+50
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin-1/+1
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang-1/+1
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin-1/+0
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang-38/+50
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain-2/+2
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain-0/+9
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain-1/+1
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain-0/+3
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain-0/+14
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni-1/+1
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni-0/+33
2022-01-20sysctl: remove redundant ret assignmentluo penghao-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven-4/+4
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao-1/+1
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+1
2021-04-25sysctl: use min() helper for namecmp()Masahiro Yamada-6/+1
2021-04-07switch file_open_root() to struct pathAl Viro-1/+1
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet-0/+6
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