Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-12-14 | proc/sysctl: don't return ENOMEM on lookup when a table is unregistering | Ivan Delalande | 1 | -7/+6 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-05-26 | switch the rest of procfs lookups to d_splice_alias() | Al Viro | 1 | -3/+12 |
2018-04-11 | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array() | Waiman Long | 1 | -1/+1 |
2018-04-11 | fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache() | Danilo Krummrich | 1 | -6/+3 |
2018-04-11 | fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table | Danilo Krummrich | 1 | -0/+3 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
2017-11-28 | fs: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+21 |
2017-07-13 | sysctl: add unsigned int range support | Luis R. Rodriguez | 1 | -1/+3 |
2017-07-13 | sysctl: simplify unsigned int support | Luis R. Rodriguez | 1 | -0/+14 |
2017-07-13 | sysctl: fix lax sysctl_check_table() sanity check | Luis R. Rodriguez | 1 | -5/+5 |
2017-07-11 | proc: Fix proc_sys_prune_dcache to hold a sb reference | Eric W. Biederman | 1 | -13/+30 |
2017-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -4/+0 |
2017-04-17 | sysctl: Remove dead register_sysctl_root | Eric W. Biederman | 1 | -4/+0 |
2017-04-07 | sysctl: add sanity check for proc_douintvec | Liping Zhang | 1 | -0/+1 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+3 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -2/+3 |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
2017-02-21 | proc/sysctl: Don't grab i_lock under sysctl_lock. | Eric W. Biederman | 1 | -13/+18 |
2017-02-13 | proc/sysctl: prune stale dentries during unregistering | Konstantin Khlebnikov | 1 | -16/+43 |
2017-01-10 | sysctl: Drop reference added by grab_header in proc_sys_readdir | Zhou Chengming | 1 | -1/+2 |
2016-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-10-10 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-10-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -7/+7 |
2016-09-28 | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 1 | -1/+1 |
2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
2016-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2016-08-15 | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov | 1 | -0/+5 |