aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-13proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande1-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-26switch the rest of procfs lookups to d_splice_alias()Al Viro1-3/+12
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long1-1/+1
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich1-6/+3
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+21
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez1-1/+3
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez1-0/+14
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez1-5/+5
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman1-13/+30
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+0
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman1-4/+0
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang1-0/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman1-13/+18
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov1-16/+43
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+7
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-08-14net: make net namespace sysctls belong to container's ownerDmitry Torokhov1-0/+5
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman1-7/+7
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-07-30qstr: constify instances in procfsAl Viro1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-02switch all procfs directories ->iterate_shared()Al Viro1-1/+1
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro1-7/+8
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman1-0/+37
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-6/+6
2014-08-08sysctl: remove typedef ctl_tableJoe Perches1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-3/+4
2013-06-29[readdir] convert procfsAl Viro1-44/+27
2013-02-27fs/proc: clean up printksAndrew Morton1-9/+10
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-12-20procfs: drop vmtruncateMarco Stornelli1-7/+0
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman1-4/+5
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse1-0/+1
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse1-3/+1