summaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)Author
2023-04-13proc_sysctl: enhance documentationLuis Chamberlain
2023-04-13sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain
2023-04-13proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain
2023-04-13proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain
2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin
2022-09-08proc: remove initialization assignmentLi zeming
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-03net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain
2022-01-22sysctl: add helper to register a sysctl mount pointLuis Chamberlain
2022-01-22sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni
2022-01-22sysctl: add a new register_sysctl_init() interfaceXiaoming Ni
2022-01-20sysctl: remove redundant ret assignmentluo penghao
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-05-06proc/sysctl: fix function name error in commentszhouchuangao
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-04-25sysctl: use min() helper for namecmp()Masahiro Yamada
2021-04-07switch file_open_root() to struct pathAl Viro
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2020-09-08sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce