aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_sysctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: rcu-walk for path lookupNick Piggin1-0/+4
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-6/+7
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-09remove inode_setattrChristoph Hellwig1-3/+12
2009-11-11sysctl: Don't look at ctl_name and strategy in the generic codeEric W. Biederman1-2/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-1/+1
2009-03-27constify dentry_operations: procfsAl Viro1-2/+2
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-16Fix broken ownership of /proc/sys/ filesAl Viro1-0/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-2/+2
2008-10-23proc: spread __initAlexey Dobriyan1-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi1-2/+8
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig1-0/+1
2008-10-10proc: make grab_header() staticAdrian Bunk1-1/+1
2008-10-10proc: proc_sys_root tweakAlexey Dobriyan1-2/+2
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlAl Viro1-235/+192
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov1-2/+2
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov1-39/+11
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+1
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-2/+2
2007-10-25Fix pointer mismatches in proc_sysctl.cDavid Howells1-2/+4
2007-05-08Remove redundant check from proc_sys_setattr()John Johansen1-5/+2
2007-02-14[PATCH] sysctl: hide the sysctl proc inodes from selinuxEric W. Biederman1-0/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman1-0/+478