aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-18/+29
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-4/+4
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheGravatar Eric W. Biederman 1-34/+1
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesGravatar Eric W. Biederman 1-4/+4
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 1-1/+1
2019-07-18proc/sysctl: add shared variables for range checkGravatar Matteo Croce 1-0/+4
2019-07-16fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Gravatar Radoslaw Burny 1-0/+4
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceGravatar YueHaibing 1-2/+4
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxGravatar Andrey Ignatov 1-1/+1
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersGravatar Andrey Ignatov 1-5/+17
2019-04-12bpf: Sysctl hookGravatar Andrey Ignatov 1-0/+5
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksGravatar YueHaibing 1-1/+2
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringGravatar Ivan Delalande 1-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-26switch the rest of procfs lookups to d_splice_alias()Gravatar Al Viro 1-3/+12
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Gravatar Waiman Long 1-1/+1
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Gravatar Danilo Krummrich 1-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableGravatar Danilo Krummrich 1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-27fs: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+21
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-1/+3
2017-07-12sysctl: simplify unsigned int supportGravatar Luis R. Rodriguez 1-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkGravatar Luis R. Rodriguez 1-5/+5
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceGravatar Eric W. Biederman 1-13/+30
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+0
2017-04-16sysctl: Remove dead register_sysctl_rootGravatar Eric W. Biederman 1-4/+0
2017-04-07sysctl: add sanity check for proc_douintvecGravatar Liping Zhang 1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-2/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Gravatar Eric W. Biederman 1-13/+18
2017-02-13proc/sysctl: prune stale dentries during unregisteringGravatar Konstantin Khlebnikov 1-16/+43
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirGravatar Zhou Chengming 1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+7
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2016-08-14net: make net namespace sysctls belong to container's ownerGravatar Dmitry Torokhov 1-0/+5
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupGravatar Eric W. Biederman 1-7/+7
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Gravatar Al Viro 1-1/+1
2016-07-30qstr: constify instances in procfsGravatar Al Viro 1-1/+1
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 1-1/+1
2016-05-02switch all procfs directories ->iterate_shared()Gravatar Al Viro 1-1/+1