aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Gravatar Al Viro 1-7/+8
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Gravatar Viresh Kumar 1-1/+1
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Gravatar Eric W. Biederman 1-0/+37
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-6/+6
2014-08-08sysctl: remove typedef ctl_tableGravatar Joe Perches 1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Gravatar Linus Torvalds 1-3/+4
2013-06-29[readdir] convert procfsGravatar Al Viro 1-44/+27
2013-02-27fs/proc: clean up printksGravatar Andrew Morton 1-9/+10
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-12-20procfs: drop vmtruncateGravatar Marco Stornelli 1-7/+0
2012-11-18sysctl: Pass useful parameters to sysctl permissionsGravatar Eric W. Biederman 1-4/+5
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cGravatar Michel Lespinasse 1-0/+1
2012-10-09rbtree: empty nodes have no colorGravatar Michel Lespinasse 1-3/+1
2012-10-06proc_sysctl.c: use BUG_ON instead of BUGGravatar Prasad Joshi 1-2/+1
2012-09-17fs/proc: fix potential unregister_sysctl_table hangGravatar Francesco Ruggeri 1-3/+2
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-2/+2
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Gravatar Eric W. Biederman 1-2/+2
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlGravatar Linus Torvalds 1-76/+1198