aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAge
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-19
* 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-15
|/ /
* / 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-05
* fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri2012-09-17
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman2012-05-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-23
|\
| * sysctl: protect poll() in entries that may go awayLucas De Marchi2012-03-22
| * sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman2012-02-01
| * sysctl: Comments to make the code clearer.Eric W. Biederman2012-02-01
| * sysctl: Correct error return from get_subdirEric W. Biederman2012-02-01
| * sysctl: An easier to read version of find_subdirEric W. Biederman2012-02-01
| * sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter2012-01-30
| * sysctl: remove an unused variableDan Carpenter2012-01-30
| * sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman2012-01-24
| * sysctl: Index sysctl directories with rbtrees.Eric W. Biederman2012-01-24
| * sysctl: Make the header lists per directory.Eric W. Biederman2012-01-24
| * sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman2012-01-24
| * sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman2012-01-24
| * sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman2012-01-24
| * sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman2012-01-24
| * sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman2012-01-24
| * sysctl: Add a root pointer to ctl_table_setEric W. Biederman2012-01-24