| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -2/+2 |
* | fs: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-13 | 1 | -5/+21 |
|\ |
|
| * | sysctl: add unsigned int range support | Luis R. Rodriguez | 2017-07-12 | 1 | -1/+3 |
| * | sysctl: simplify unsigned int support | Luis R. Rodriguez | 2017-07-12 | 1 | -0/+14 |
| * | sysctl: fix lax sysctl_check_table() sanity check | Luis R. Rodriguez | 2017-07-12 | 1 | -5/+5 |
* | | proc: Fix proc_sys_prune_dcache to hold a sb reference | Eric W. Biederman | 2017-07-11 | 1 | -13/+30 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-05-05 | 1 | -4/+0 |
|\ |
|
| * | sysctl: Remove dead register_sysctl_root | Eric W. Biederman | 2017-04-16 | 1 | -4/+0 |
* | | sysctl: add sanity check for proc_douintvec | Liping Zhang | 2017-04-07 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-03-03 | 1 | -2/+3 |
|\ |
|
| * | statx: Add a system call to make enhanced file info available | David Howells | 2017-03-02 | 1 | -2/+3 |
* | | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
|/ |
|
* | proc/sysctl: Don't grab i_lock under sysctl_lock. | Eric W. Biederman | 2017-02-22 | 1 | -13/+18 |
* | proc/sysctl: prune stale dentries during unregistering | Konstantin Khlebnikov | 2017-02-13 | 1 | -16/+43 |
* | sysctl: Drop reference added by grab_header in proc_sys_readdir | Zhou Chengming | 2017-01-10 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ |
|
| * | fs: Replace CURRENT_TIME with current_time() for inode timestamps | Deepa Dinamani | 2016-09-27 | 1 | -1/+1 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -1/+1 |
|\ \ |
|
| * | | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 2016-09-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2016-10-06 | 1 | -7/+7 |
|\ \ |
|
| * | | sysctl: Stop implicitly passing current into sysctl_table_root.lookup | Eric W. Biederman | 2016-08-08 | 1 | -7/+7 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2016-08-07 | 1 | -1/+1 |
| |\ |
|
| | * | get rid of 'parent' argument of ->d_compare() | Al Viro | 2016-07-31 | 1 | -1/+1 |
| * | | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-08-06 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | qstr: constify instances in procfs | Al Viro | 2016-07-30 | 1 | -1/+1 |
* | | | net: make net namespace sysctls belong to container's owner | Dmitry Torokhov | 2016-08-14 | 1 | -0/+5 |
|/ / |
|
* | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 1 | -1/+1 |
|/ |
|
* | switch all procfs directories ->iterate_shared() | Al Viro | 2016-05-02 | 1 | -1/+1 |
* | proc_sys_fill_cache(): switch to d_alloc_parallel() | Al Viro | 2016-05-02 | 1 | -7/+8 |
* | fs: Drop unlikely before IS_ERR(_OR_NULL) | Viresh Kumar | 2015-09-29 | 1 | -1/+1 |
* | sysctl: Allow creating permanently empty directories that serve as mountpoints. | Eric W. Biederman | 2015-07-01 | 1 | -0/+37 |
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -6/+6 |
* | sysctl: remove typedef ctl_table | Joe Perches | 2014-08-08 | 1 | -1/+1 |
* | Don't pass inode to ->d_hash() and ->d_compare() | Linus Torvalds | 2013-06-29 | 1 | -3/+4 |
* | [readdir] convert procfs | Al Viro | 2013-06-29 | 1 | -44/+27 |
* | fs/proc: clean up printks | Andrew Morton | 2013-02-27 | 1 | -9/+10 |
* | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -2/+2 |
* | procfs: drop vmtruncate | Marco Stornelli | 2012-12-20 | 1 | -7/+0 |
* | sysctl: Pass useful parameters to sysctl permissions | Eric W. Biederman | 2012-11-18 | 1 | -4/+5 |
* | rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c | Michel Lespinasse | 2012-10-09 | 1 | -0/+1 |
* | rbtree: empty nodes have no color | Michel Lespinasse | 2012-10-09 | 1 | -3/+1 |
* | proc_sysctl.c: use BUG_ON instead of BUG | Prasad Joshi | 2012-10-06 | 1 | -2/+1 |
* | fs/proc: fix potential unregister_sysctl_table hang | Francesco Ruggeri | 2012-09-17 | 1 | -3/+2 |
* | stop passing nameidata to ->lookup() | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | stop passing nameidata * to ->d_revalidate() | Al Viro | 2012-07-14 | 1 | -2/+2 |
* | userns: Convert sysctl permission checks to use kuid and kgids. | Eric W. Biederman | 2012-05-15 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 2012-03-23 | 1 | -76/+1198 |
|\ |
|