summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* sysctl: fix proc_dobool() usabilityOndrej Mosnacek2023-02-211-0/+6
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin2022-09-081-7/+0
* proc: remove initialization assignmentLi zeming2022-09-081-1/+1
* Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-39/+50
|\
| * sysctl: minor cleanup in new_dir()Vasily Averin2022-04-251-1/+0
| * fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang2022-04-211-38/+50
* | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-041-1/+1
* | net: sysctl: introduce sysctl SYSCTL_THREETonghao Zhang2022-05-031-1/+1
|/
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-2/+2
* sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+9
* sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-1/+1
* sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+3
* sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+14
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-1/+1
* sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+33
* sysctl: remove redundant ret assignmentluo penghao2022-01-201-1/+0
* sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven2022-01-201-4/+4
* Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-07-031-1/+1
|\
| * switch file_open_root() to struct pathAl Viro2021-04-071-1/+1
* | proc/sysctl: fix function name error in commentszhouchuangao2021-05-061-1/+1
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-291-6/+1
|\ \
| * | sysctl: use min() helper for namecmp()Masahiro Yamada2021-04-251-6/+1
| |/
* / sysctl: add proc_dou8vec_minmax()Eric Dumazet2021-03-251-0/+6
|/
* proc: use kvzalloc for our kernel bufferJosef Bacik2021-02-261-2/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-6/+9
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+6
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* | proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni2021-01-241-1/+6
|/
* sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-081-24/+24
* Call sysctl_head_finish on errorMatthew Wilcox (Oracle)2020-07-031-3/+3
* Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-0/+4
|\
| * sysctl: reject gigantic reads/write to sysctl filesChristoph Hellwig2020-06-101-0/+4
* | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-081-2/+5
* | kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-081-0/+1
* | kernel/sysctl: support handling command line aliasesVlastimil Babka2020-06-081-7/+41
* | kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-081-0/+107
|/
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-18/+29
* proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman2020-02-241-4/+4
* proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman2020-02-201-34/+1
* proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman2020-02-201-4/+4
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-1/+1
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-0/+4
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-161-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-2/+4
|\
| * fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-04-261-2/+4
* | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-1/+1