aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27constify dentry_operations: procfsGravatar Al Viro 1-2/+2
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 1-1/+0
2008-11-16Fix broken ownership of /proc/sys/ filesGravatar Al Viro 1-0/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Gravatar Linus Torvalds 1-2/+2
2008-10-23proc: spread __initGravatar Alexey Dobriyan 1-2/+2
2008-10-23[PATCH] move executable checking into ->permission()Gravatar Miklos Szeredi 1-2/+8
2008-10-23[PATCH] fix ->llseek for more directoriesGravatar Christoph Hellwig 1-0/+1
2008-10-10proc: make grab_header() staticGravatar Adrian Bunk 1-1/+1
2008-10-10proc: proc_sys_root tweakGravatar Alexey Dobriyan 1-2/+2
2008-07-26[PATCH] sanitize ->permission() prototypeGravatar Al Viro 1-1/+1
2008-07-26[PATCH] sanitize proc_sysctlGravatar Al Viro 1-235/+192
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootGravatar Pavel Emelyanov 1-2/+2
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writeGravatar Pavel Emelyanov 1-39/+11
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Gravatar Jan Blunck 1-1/+1
2008-02-08procfs: constify function pointer tablesGravatar Jan Engelhardt 1-2/+2
2007-10-25Fix pointer mismatches in proc_sysctl.cGravatar David Howells 1-2/+4
2007-05-08Remove redundant check from proc_sys_setattr()Gravatar John Johansen 1-5/+2
2007-02-14[PATCH] sysctl: hide the sysctl proc inodes from selinuxGravatar Eric W. Biederman 1-0/+1
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportGravatar Eric W. Biederman 1-0/+478