aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)Author
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-03-27constify dentry_operations: procfsAl Viro
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2008-11-16Fix broken ownership of /proc/sys/ filesAl Viro
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-23proc: spread __initAlexey Dobriyan
2008-10-23[PATCH] move executable checking into ->permission()Miklos Szeredi
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-10proc: make grab_header() staticAdrian Bunk
2008-10-10proc: proc_sys_root tweakAlexey Dobriyan
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26[PATCH] sanitize proc_sysctlAl Viro
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-08procfs: constify function pointer tablesJan Engelhardt
2007-10-25Fix pointer mismatches in proc_sysctl.cDavid Howells
2007-05-08Remove redundant check from proc_sys_setattr()John Johansen
2007-02-14[PATCH] sysctl: hide the sysctl proc inodes from selinuxEric W. Biederman
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman