aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman1-2/+2
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds1-76/+1198
2012-03-22sysctl: protect poll() in entries that may go awayLucas De Marchi1-1/+16
2012-02-14security: trim security.hAl Viro1-0/+2
2012-02-01sysctl: Don't call sysctl_follow_link unless we are a link.Eric W. Biederman1-12/+12
2012-02-01sysctl: Comments to make the code clearer.Eric W. Biederman1-0/+16
2012-02-01sysctl: Correct error return from get_subdirEric W. Biederman1-1/+4
2012-02-01sysctl: An easier to read version of find_subdirEric W. Biederman1-3/+3
2012-01-30sysctl: fix memset parameters in setup_sysctl_set()Dan Carpenter1-1/+1
2012-01-30sysctl: remove an unused variableDan Carpenter1-2/+0
2012-01-24sysctl: Add register_sysctl for normal sysctl usersEric W. Biederman1-0/+17
2012-01-24sysctl: Index sysctl directories with rbtrees.Eric W. Biederman1-90/+134
2012-01-24sysctl: Make the header lists per directory.Eric W. Biederman1-17/+11
2012-01-24sysctl: Move sysctl_check_dups into insert_headerEric W. Biederman1-9/+11
2012-01-24sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxyEric W. Biederman1-18/+12
2012-01-24sysctl: Replace root_list with links between sysctl_table_sets.Eric W. Biederman1-102/+295
2012-01-24sysctl: Add sysctl_print_dir and use it in get_subdirEric W. Biederman1-1/+10
2012-01-24sysctl: Stop requiring explicit management of sysctl directoriesEric W. Biederman1-199/+143
2012-01-24sysctl: Add a root pointer to ctl_table_setEric W. Biederman1-0/+3
2012-01-24sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman1-36/+62
2012-01-24sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman1-26/+76
2012-01-24sysctl: Normalize the root_table data structure.Eric W. Biederman1-4/+11
2012-01-24sysctl: Factor out insert_header and erase_headerEric W. Biederman1-3/+13
2012-01-24sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman1-8/+17
2012-01-24sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman1-9/+19
2012-01-24sysctl: A more obvious version of grab_header.Eric W. Biederman1-4/+4
2012-01-24sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman1-11/+1
2012-01-24sysctl: Improve the sysctl sanity checksEric W. Biederman1-136/+86
2012-01-24sysctl: register only tables of sysctl filesEric W. Biederman1-18/+147
2012-01-24sysctl: Add ctl_table chains into cstring pathsEric W. Biederman1-0/+9
2012-01-24sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman1-10/+84
2012-01-24sysctl: Create local copies of directory names used in pathsEric W. Biederman1-3/+8
2012-01-24sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman1-3/+8
2012-01-24sysctl: Implement retire_sysctl_setEric W. Biederman1-0/+4
2012-01-24sysctl: Make the directories have nlink == 1Eric W. Biederman1-1/+0
2012-01-24sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman1-0/+622
2012-01-24sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman1-1/+2
2012-01-24sysctl: remove impossible condition checkLucas De Marchi1-12/+2
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds1-0/+46
2011-11-02sysctl: add support for poll()Lucas De Marchi1-0/+45
2011-11-02procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov1-0/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: MAY_NOT_BLOCKAl Viro1-1/+1
2011-06-20proc_sys_permission() is OK in RCU modeAl Viro1-3/+0
2011-03-16Merge branch 'next' into for-linusJames Morris1-1/+0
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro1-2/+5
2011-02-01security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu1-1/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+4
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+3