Age | Commit message (Expand) | Author | Files | Lines |
2023-03-10 | sysctl: fix proc_dobool() usability | Ondrej Mosnacek | 1 | -0/+6 |
2022-09-09 | kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c | Liu Shixin | 1 | -7/+0 |
2022-09-09 | proc: remove initialization assignment | Li zeming | 1 | -1/+1 |
2022-05-27 | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -39/+50 |
2022-05-05 | memcg: accounting for objects allocated for new netdevice | Vasily Averin | 1 | -1/+1 |
2022-05-03 | net: sysctl: introduce sysctl SYSCTL_THREE | Tonghao Zhang | 1 | -1/+1 |
2022-04-25 | sysctl: minor cleanup in new_dir() | Vasily Averin | 1 | -1/+0 |
2022-04-21 | fs/proc: Introduce list_for_each_table_entry for proc sysctl | Meng Tang | 1 | -38/+50 |
2022-01-22 | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() | Luis Chamberlain | 1 | -2/+2 |
2022-01-22 | sysctl: add and use base directory declarer and registration helper | Luis Chamberlain | 1 | -0/+9 |
2022-01-22 | sysctl: move maxolduid as a sysctl specific const | Luis Chamberlain | 1 | -1/+1 |
2022-01-22 | sysctl: share unsigned long const values | Luis Chamberlain | 1 | -0/+3 |
2022-01-22 | sysctl: add helper to register a sysctl mount point | Luis Chamberlain | 1 | -0/+14 |
2022-01-22 | sysctl: move some boundary constants from sysctl.c to sysctl_vals | Xiaoming Ni | 1 | -1/+1 |
2022-01-22 | sysctl: add a new register_sysctl_init() interface | Xiaoming Ni | 1 | -0/+33 |
2022-01-20 | sysctl: remove redundant ret assignment | luo penghao | 1 | -1/+0 |
2022-01-20 | sysctl: fix duplicate path separator in printed entries | Geert Uytterhoeven | 1 | -4/+4 |
2021-07-03 | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
2021-05-07 | proc/sysctl: fix function name error in comments | zhouchuangao | 1 | -1/+1 |
2021-04-30 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -6/+1 |
2021-04-24 | sysctl: use min() helper for namecmp() | Masahiro Yamada | 1 | -6/+1 |
2021-04-07 | switch file_open_root() to struct path | Al Viro | 1 | -1/+1 |
2021-03-26 | sysctl: add proc_dou8vec_minmax() | Eric Dumazet | 1 | -0/+6 |
2021-02-26 | proc: use kvzalloc for our kernel buffer | Josef Bacik | 1 | -2/+2 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+9 |
2021-01-24 | proc_sysctl: fix oops caused by incorrect command parameters | Xiaoming Ni | 1 | -1/+6 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -3/+6 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2020-09-09 | sysctl: Convert to iter interfaces | Matthew Wilcox (Oracle) | 1 | -24/+24 |
2020-07-03 | Call sysctl_head_finish on error | Matthew Wilcox (Oracle) | 1 | -3/+3 |
2020-06-11 | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -0/+4 |
2020-06-10 | sysctl: reject gigantic reads/write to sysctl files | Christoph Hellwig | 1 | -0/+4 |
2020-06-08 | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli | 1 | -2/+5 |
2020-06-08 | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka | 1 | -0/+1 |
2020-06-08 | kernel/sysctl: support handling command line aliases | Vlastimil Babka | 1 | -7/+41 |
2020-06-08 | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka | 1 | -0/+107 |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -18/+29 |
2020-02-24 | proc: Use d_invalidate in proc_prune_siblings_dcache | Eric W. Biederman | 1 | -4/+4 |
2020-02-20 | proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache | Eric W. Biederman | 1 | -34/+1 |
2020-02-20 | proc: Rename in proc_inode rename sysctl_inodes sibling_inodes | Eric W. Biederman | 1 | -4/+4 |
2020-02-04 | proc: decouple proc from VFS with "struct proc_ops" | Alexey Dobriyan | 1 | -1/+1 |
2019-07-19 | proc/sysctl: add shared variables for range check | Matteo Croce | 1 | -0/+4 |
2019-07-17 | fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino... | Radoslaw Burny | 1 | -0/+4 |
2019-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2019-04-26 | fs/proc/proc_sysctl.c: Fix a NULL pointer dereference | YueHaibing | 1 | -2/+4 |
2019-04-12 | bpf: Add file_pos field to bpf_sysctl ctx | Andrey Ignatov | 1 | -1/+1 |
2019-04-12 | bpf: Introduce bpf_sysctl_{get,set}_new_value helpers | Andrey Ignatov | 1 | -5/+17 |
2019-04-12 | bpf: Sysctl hook | Andrey Ignatov | 1 | -0/+5 |
2019-03-29 | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links | YueHaibing | 1 | -1/+2 |