aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* proc_sys_permission() is OK in RCU modeAl Viro2011-06-201-3/+0
* Merge branch 'next' into for-linusJames Morris2011-03-161-1/+0
|\
| * security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-011-1/+0
* | unfuck proc_sysctl ->d_compare()Al Viro2011-03-081-2/+5
|/
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-1/+4
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+3
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: rcu-walk for path lookupNick Piggin2011-01-071-0/+4
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-6/+7
* fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* remove inode_setattrChristoph Hellwig2010-08-091-3/+12
* sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman2009-11-111-2/+2
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-1/+1
* constify dentry_operations: procfsAl Viro2009-03-271-2/+2
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* Fix broken ownership of /proc/sys/ filesAl Viro2008-11-161-0/+1
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-231-2/+2
|\
| * proc: spread __initAlexey Dobriyan2008-10-231-2/+2
* | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-231-2/+8
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
|/
* proc: make grab_header() staticAdrian Bunk2008-10-101-1/+1
* proc: proc_sys_root tweakAlexey Dobriyan2008-10-101-2/+2
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+1
* [PATCH] sanitize proc_sysctlAl Viro2008-07-261-235/+192
* sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov2008-04-291-2/+2
* sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov2008-04-291-39/+11
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-1/+1
* procfs: constify function pointer tablesJan Engelhardt2008-02-081-2/+2
* Fix pointer mismatches in proc_sysctl.cDavid Howells2007-10-251-2/+4
* Remove redundant check from proc_sys_setattr()John Johansen2007-05-081-5/+2
* [PATCH] sysctl: hide the sysctl proc inodes from selinuxEric W. Biederman2007-02-141-0/+1
* [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-141-0/+478