aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAge
...
| * sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entryEric W. Biederman2012-01-24
| * sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.Eric W. Biederman2012-01-24
| * sysctl: Normalize the root_table data structure.Eric W. Biederman2012-01-24
| * sysctl: Factor out insert_header and erase_headerEric W. Biederman2012-01-24
| * sysctl: Factor out init_header from __register_sysctl_pathsEric W. Biederman2012-01-24
| * sysctl: Initial support for auto-unregistering sysctl tables.Eric W. Biederman2012-01-24
| * sysctl: A more obvious version of grab_header.Eric W. Biederman2012-01-24
| * sysctl: Remove the now unused ctl_table parent field.Eric W. Biederman2012-01-24
| * sysctl: Improve the sysctl sanity checksEric W. Biederman2012-01-24
| * sysctl: register only tables of sysctl filesEric W. Biederman2012-01-24
| * sysctl: Add ctl_table chains into cstring pathsEric W. Biederman2012-01-24
| * sysctl: Add support for register sysctl tables with a normal cstring path.Eric W. Biederman2012-01-24
| * sysctl: Create local copies of directory names used in pathsEric W. Biederman2012-01-24
| * sysctl: Remove the unnecessary sysctl_set parent concept.Eric W. Biederman2012-01-24
| * sysctl: Implement retire_sysctl_setEric W. Biederman2012-01-24
| * sysctl: Make the directories have nlink == 1Eric W. Biederman2012-01-24
| * sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-24
| * sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-24
| * sysctl: remove impossible condition checkLucas De Marchi2012-01-24
* | security: trim security.hAl Viro2012-02-13
|/
* Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds2011-11-02
|\
| * sysctl: add support for poll()Lucas De Marchi2011-11-02
| * procfs: report EISDIR when reading sysctl dirs in procPavel Emelyanov2011-11-02
* | filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
|/
* ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-20
* ->permission() sanitizing: MAY_NOT_BLOCKAl Viro2011-07-20
* proc_sys_permission() is OK in RCU modeAl Viro2011-06-20
* Merge branch 'next' into for-linusJames Morris2011-03-15
|\
| * security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-01
* | unfuck proc_sysctl ->d_compare()Al Viro2011-03-08
|/
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: rcu-walk for path lookupNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
* llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* remove inode_setattrChristoph Hellwig2010-08-09
* sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman2009-11-11
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* constify dentry_operations: procfsAl Viro2009-03-27
* zero i_uid/i_gid on inode allocationAl Viro2009-01-05
* Fix broken ownership of /proc/sys/ filesAl Viro2008-11-16
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-23
|\
| * proc: spread __initAlexey Dobriyan2008-10-23
* | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-23
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-23
|/
* proc: make grab_header() staticAdrian Bunk2008-10-09
* proc: proc_sys_root tweakAlexey Dobriyan2008-10-09