summaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)Author
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-15sysctl: Use ctl_table_size as stopping criteria for list macroJoel Granados
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados
2023-08-15sysctl: Add size to register_sysctlJoel Granados
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2023-08-15sysctl: Add size argument to init_headerJoel Granados
2023-08-15sysctl: Use ctl_table_header in list_for_each_table_entryJoel Granados
2023-08-15sysctl: Prefer ctl_table_header in proc_sysctlJoel Granados
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24procfs: convert to ctime accessor functionsJeff Layton
2023-06-30sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-18sysctl: replace child with an enumerationJoel Granados
2023-06-18sysctl: Remove debugging dump_stackJoel Granados
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells
2023-05-23sysctl: Remove register_sysctl_tableJoel Granados
2023-05-23sysctl: stop exporting register_sysctl_tableJoel Granados
2023-05-02sysctl: remove register_sysctl_paths()Luis Chamberlain
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
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-04-08proc: remove mark_inode_dirty() in .setattr()Chao Yu
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