Age | Commit message (Expand) | Author |
2021-07-03 | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2021-05-06 | proc/sysctl: fix function name error in comments | zhouchuangao |
2021-04-29 | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-04-25 | sysctl: use min() helper for namecmp() | Masahiro Yamada |
2021-04-07 | switch file_open_root() to struct path | Al Viro |
2021-03-25 | sysctl: add proc_dou8vec_minmax() | Eric Dumazet |
2021-02-26 | proc: use kvzalloc for our kernel buffer | Josef Bacik |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-01-24 | proc_sysctl: fix oops caused by incorrect command parameters | Xiaoming Ni |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2020-09-08 | sysctl: Convert to iter interfaces | Matthew Wilcox (Oracle) |
2020-07-03 | Call sysctl_head_finish on error | Matthew Wilcox (Oracle) |
2020-06-10 | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-06-10 | sysctl: reject gigantic reads/write to sysctl files | Christoph Hellwig |
2020-06-08 | kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases | Guilherme G. Piccoli |
2020-06-08 | kernel/hung_task convert hung_task_panic boot parameter to sysctl | Vlastimil Babka |
2020-06-08 | kernel/sysctl: support handling command line aliases | Vlastimil Babka |
2020-06-08 | kernel/sysctl: support setting sysctl parameters from kernel command line | Vlastimil Babka |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-02-24 | proc: Use d_invalidate in proc_prune_siblings_dcache | Eric W. Biederman |
2020-02-20 | proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache | Eric W. Biederman |
2020-02-20 | proc: Rename in proc_inode rename sysctl_inodes sibling_inodes | Eric W. Biederman |
2020-02-04 | proc: decouple proc from VFS with "struct proc_ops" | Alexey Dobriyan |
2019-07-18 | proc/sysctl: add shared variables for range check | Matteo Croce |
2019-07-16 | fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino... | Radoslaw Burny |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-26 | fs/proc/proc_sysctl.c: Fix a NULL pointer dereference | YueHaibing |
2019-04-12 | bpf: Add file_pos field to bpf_sysctl ctx | Andrey Ignatov |
2019-04-12 | bpf: Introduce bpf_sysctl_{get,set}_new_value helpers | Andrey Ignatov |
2019-04-12 | bpf: Sysctl hook | Andrey Ignatov |
2019-03-29 | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links | YueHaibing |
2018-12-13 | proc/sysctl: don't return ENOMEM on lookup when a table is unregistering | Ivan Delalande |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-05-26 | switch the rest of procfs lookups to d_splice_alias() | Al Viro |
2018-04-11 | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() | Waiman Long |
2018-04-11 | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() | Danilo Krummrich |
2018-04-11 | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table | Danilo Krummrich |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | fs: annotate ->poll() instances | Al Viro |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-07-12 | sysctl: add unsigned int range support | Luis R. Rodriguez |
2017-07-12 | sysctl: simplify unsigned int support | Luis R. Rodriguez |
2017-07-12 | sysctl: fix lax sysctl_check_table() sanity check | Luis R. Rodriguez |
2017-07-11 | proc: Fix proc_sys_prune_dcache to hold a sb reference | Eric W. Biederman |
2017-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2017-04-16 | sysctl: Remove dead register_sysctl_root | Eric W. Biederman |
2017-04-07 | sysctl: add sanity check for proc_douintvec | Liping Zhang |