aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)Author
2017-03-06sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2015-07-21sysctl: 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
2012-10-06proc_sysctl.c: use BUG_ON instead of BUGPrasad Joshi
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi
2012-02-14security: trim security.hAl Viro
2012-02-01sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman
2012-02-01sysctl: Comments to make the code clearer.Eric W. Biederman
2012-02-01sysctl: Correct error return from get_subdirEric W. Biederman
2012-02-01sysctl: An easier to read version of find_subdirEric W. Biederman
2012-01-30sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter
2012-01-30sysctl: remove an unused variableDan Carpenter
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman
2012-01-24sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...Eric W. Biederman
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman
2012-01-24sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman
2012-01-24sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman
2012-01-24sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman
2012-01-24sysctl: Normalize the root_table data structure.Eric W. Biederman
2012-01-24sysctl: Factor out insert_header and erase_headerEric W. Biederman
2012-01-24sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman
2012-01-24sysctl: A more obvious version of grab_header.Eric W. Biederman
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman
2012-01-24sysctl: Improve the sysctl sanity checksEric W. Biederman
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman
2012-01-24sysctl: Add ctl_table chains into cstring pathsEric W. Biederman
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman
2012-01-24sysctl: Create local copies of directory names used in pathsEric W. Biederman
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman