summaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)Author
2018-12-29proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-26switch the rest of procfs lookups to d_splice_alias()Al Viro
2018-04-11fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long
2018-04-11fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich
2018-04-11fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-07-12sysctl: add unsigned int range supportLuis R. Rodriguez
2017-07-12sysctl: simplify unsigned int supportLuis R. Rodriguez
2017-07-12sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-04-16sysctl: Remove dead register_sysctl_rootEric W. Biederman
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-02-22proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2017-01-10sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-14net: make net namespace sysctls belong to container's ownerDmitry Torokhov
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro
2016-07-30qstr: constify instances in procfsAl Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-02switch all procfs directories ->iterate_shared()Al Viro
2016-05-02proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2015-07-01sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-08-08sysctl: remove typedef ctl_tableJoe Perches
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds
2013-06-29[readdir] convert procfsAl Viro
2013-02-27fs/proc: clean up printksAndrew Morton
2013-02-22new helper: file_inode(file)Al Viro
2012-12-20procfs: drop vmtruncateMarco Stornelli
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman
2012-10-09rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse