summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-7/+7
|\ \
| * | sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman2016-08-081-7/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-2/+2
|\ \ | |/
| * Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2016-08-071-1/+1
| |\
| | * get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
| * | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-061-1/+1
| |\ \ | | |/ | |/|
| | * qstr: constify instances in procfsAl Viro2016-07-301-1/+1
* | | net: make net namespace sysctls belong to container's ownerDmitry Torokhov2016-08-141-0/+5
|/ /
* | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
|/
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-1/+1
* proc_sys_fill_cache(): switch to d_alloc_parallel()Al Viro2016-05-021-7/+8
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-011-0/+37
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-6/+6
* sysctl: remove typedef ctl_tableJoe Perches2014-08-081-1/+1
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-3/+4
* [readdir] convert procfsAl Viro2013-06-291-44/+27
* fs/proc: clean up printksAndrew Morton2013-02-271-9/+10
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* procfs: drop vmtruncateMarco Stornelli2012-12-201-7/+0
* sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman2012-11-181-4/+5
* rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.cMichel Lespinasse2012-10-091-0/+1
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-091-3/+1
* proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi2012-10-061-2/+1
* fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-09-171-3/+2
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-2/+2
* userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman2012-05-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-231-76/+1198
|\
| * sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-221-1/+16
| * sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-011-12/+12
| * sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-011-0/+16
| * sysctl: Correct error return from get_subdirEric W. Biederman2012-02-011-1/+4
| * sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-011-3/+3
| * sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-301-1/+1
| * sysctl: remove an unused variableDan Carpenter2012-01-301-2/+0
| * sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-241-0/+17
| * sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-241-90/+134
| * sysctl: Make the header lists per directory.Eric W. Biederman2012-01-241-17/+11
| * sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-241-9/+11
| * sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-241-18/+12
| * sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-241-102/+295
| * sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-241-1/+10
| * sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-241-199/+143
| * sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-241-0/+3
| * sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-241-36/+62
OpenPOWER on IntegriCloud