sysctl: Improve the sysctl sanity checks
[linux-flexiantxendom0-3.2.10.git] / fs / proc / proc_sysctl.c
2012-01-25 Eric W. Biedermansysctl: Improve the sysctl sanity checks
2012-01-25 Eric W. Biedermansysctl: register only tables of sysctl files
2012-01-25 Eric W. Biedermansysctl: Add ctl_table chains into cstring paths
2012-01-25 Eric W. Biedermansysctl: Add support for register sysctl tables with...
2012-01-25 Eric W. Biedermansysctl: Create local copies of directory names used...
2012-01-25 Eric W. Biedermansysctl: Remove the unnecessary sysctl_set parent concept.
2012-01-25 Eric W. Biedermansysctl: Implement retire_sysctl_set
2012-01-25 Eric W. Biedermansysctl: Make the directories have nlink == 1
2012-01-25 Eric W. Biedermansysctl: Move the implementation into fs/proc/proc_sysctl.c
2012-01-25 Eric W. Biedermansysctl: Register the base sysctl table like any other...
2012-01-25 Lucas De Marchisysctl: remove impossible condition check
2011-11-02 Linus TorvaldsMerge branch 'akpm' (Andrew's incoming - part two)
2011-11-02 Lucas De Marchisysctl: add support for poll()
2011-11-02 Pavel Emelyanovprocfs: report EISDIR when reading sysctl dirs in proc
2011-11-02 Miklos Szeredifilesystems: add missing nlink wrappers
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: MAY_NOT_BLOCK
2011-06-20 Al Viroproc_sys_permission() is OK in RCU mode
2011-03-15 James MorrisMerge branch 'next' into for-linus
2011-03-08 Al Virounfuck proc_sysctl ->d_compare()
2011-02-01 Lucian Adrian Grijincusecurity/selinux: fix /proc/sys/ labeling
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: rcu-walk for path lookup
2011-01-07 Nick Pigginfs: change d_compare for rcu-walk
2011-01-07 Nick Pigginfs: change d_delete semantics
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-08-09 Christoph Hellwigremove inode_setattr
2009-11-11 Eric W. Biedermansysctl: Don't look at ctl_name and strategy in the...
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-03-27 Al Viroconstify dentry_operations: procfs
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2008-11-16 Al ViroFix broken ownership of /proc/sys/ files
2008-10-23 Linus TorvaldsMerge branch 'proc' of git://git./linux/kernel/git...
2008-10-23 Alexey Dobriyanproc: spread __init
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-10 Adrian Bunkproc: make grab_header() static
2008-10-10 Alexey Dobriyanproc: proc_sys_root tweak
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-27 Al Viro[PATCH] sanitize proc_sysctl
2008-04-29 Pavel Emelyanovsysctl: add the ->permissions callback on the ctl_table...
2008-04-29 Pavel Emelyanovsysctl: merge equal proc_sys_read and proc_sys_write
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Jan Engelhardtprocfs: constify function pointer tables
2007-10-25 David HowellsFix pointer mismatches in proc_sysctl.c
2007-05-08 John JohansenRemove redundant check from proc_sys_setattr()
2007-02-14 Eric W. Biederman[PATCH] sysctl: hide the sysctl proc inodes from selinux
2007-02-14 Eric W. Biederman[PATCH] sysctl: reimplement the sysctl proc support