summaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-01sysctl: set variable sysctl_mount_point storage-class-specifier to staticTom Rix1-1/+1
2023-06-29Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-225/+19
2023-06-18sysctl: replace child with an enumerationJoel Granados1-63/+18
2023-06-18sysctl: Remove debugging dump_stackJoel Granados1-1/+0
2023-05-24tty, proc, kernfs, random: Use copy_splice_read()David Howells1-1/+1
2023-05-24sysctl: Remove register_sysctl_tableJoel Granados1-159/+0
2023-05-24sysctl: stop exporting register_sysctl_tableJoel Granados1-3/+2
2023-05-03sysctl: remove register_sysctl_paths()Luis Chamberlain1-51/+4
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-04-13proc_sysctl: enhance documentationLuis Chamberlain1-5/+20
2023-04-13sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain1-4/+1
2023-04-13proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain1-24/+32
2023-04-13proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain1-3/+11
2023-04-08proc: remove mark_inode_dirty() in .setattr()Chao Yu1-1/+0
2023-02-22sysctl: fix proc_dobool() usabilityOndrej Mosnacek1-0/+6
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2022-09-09kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin1-7/+0
2022-09-09proc: remove initialization assignmentLi zeming1-1/+1
2022-05-27Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-39/+50
2022-05-05memcg: 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/vi...Linus Torvalds1-1/+1
2021-05-07proc/sysctl: fix function name error in commentszhouchuangao1-1/+1
2021-04-30Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+1
2021-04-24sysctl: use min() helper for namecmp()Masahiro Yamada1-6/+1
2021-04-07switch file_open_root() to struct pathAl Viro1-1/+1
2021-03-26sysctl: add proc_dou8vec_minmax()Eric Dumazet1-0/+6
2021-02-26proc: use kvzalloc for our kernel bufferJosef Bacik1-2/+2
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-09sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)1-24/+24
2020-07-03Call sysctl_head_finish on errorMatthew Wilcox (Oracle)1-3/+3
2020-06-11Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+4
2020-06-10sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig1-0/+4