summaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAge
* fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-11
* fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()Danilo Krummrich2018-04-11
* fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich2018-04-11
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* fs: annotate ->poll() instancesAl Viro2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-13
|\
| * sysctl: add unsigned int range supportLuis R. Rodriguez2017-07-12
| * sysctl: simplify unsigned int supportLuis R. Rodriguez2017-07-12
| * sysctl: fix lax sysctl_check_table() sanity checkLuis R. Rodriguez2017-07-12
* | proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-05
|\
| * sysctl: Remove dead register_sysctl_rootEric W. Biederman2017-04-16
* | sysctl: add sanity check for proc_douintvecLiping Zhang2017-04-07
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
|/
* proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman2017-02-22
* proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-13
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-06
|\ \
| * | sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-08
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-18
|\ \ | |/
| * Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-07
| |\
| | * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
| * | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-06
| |\ \ | | |/ | |/|
| | * qstr: constify instances in procfsAl Viro2016-07-30
* | | net: make net namespace sysctls belong to container's ownerDmitry Torokhov2016-08-14
|/ /
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
|/
* switch all procfs directories ->iterate_shared()Al Viro2016-05-02
* proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro2016-05-02
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-01
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* sysctl: remove typedef ctl_tableJoe Perches2014-08-08
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* [readdir] convert procfsAl Viro2013-06-29
* fs/proc: clean up printksAndrew Morton2013-02-27
* new helper: file_inode(file)Al Viro2013-02-22
* procfs: drop vmtruncateMarco Stornelli2012-12-20
* sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman2012-11-18
* rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse2012-10-09
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-09
* proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-06
* fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-09-17
* stop passing nameidata to ->lookup()Al Viro2012-07-14