summaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)Author
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
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman
2012-01-24sysctl: Make the directories have nlink == 1Eric W. Biederman
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman
2012-01-24sysctl: remove impossible condition checkLucas De Marchi
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds
2011-11-02sysctl: add support for poll()Lucas De Marchi
2011-11-02procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro
2011-03-16Merge branch 'next' into for-linusJames Morris
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro
2011-02-01security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-09remove inode_setattrChristoph Hellwig
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-03-27constify dentry_operations: procfsAl Viro