index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_sysctl.c
Age
Commit message (
Expand
)
Author
2012-01-24
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
2012-01-24
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
2012-01-24
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
2012-01-24
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
2012-01-24
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
2012-01-24
sysctl: Add a root pointer to ctl_table_set
Eric W. Biederman
2012-01-24
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
Eric W. Biederman
2012-01-24
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
Eric W. Biederman
2012-01-24
sysctl: Normalize the root_table data structure.
Eric W. Biederman
2012-01-24
sysctl: Factor out insert_header and erase_header
Eric W. Biederman
2012-01-24
sysctl: Factor out init_header from __register_sysctl_paths
Eric W. Biederman
2012-01-24
sysctl: Initial support for auto-unregistering sysctl tables.
Eric W. Biederman
2012-01-24
sysctl: A more obvious version of grab_header.
Eric W. Biederman
2012-01-24
sysctl: Remove the now unused ctl_table parent field.
Eric W. Biederman
2012-01-24
sysctl: Improve the sysctl sanity checks
Eric W. Biederman
2012-01-24
sysctl: register only tables of sysctl files
Eric W. Biederman
2012-01-24
sysctl: Add ctl_table chains into cstring paths
Eric W. Biederman
2012-01-24
sysctl: Add support for register sysctl tables with a normal cstring path.
Eric W. Biederman
2012-01-24
sysctl: Create local copies of directory names used in paths
Eric W. Biederman
2012-01-24
sysctl: Remove the unnecessary sysctl_set parent concept.
Eric W. Biederman
2012-01-24
sysctl: Implement retire_sysctl_set
Eric W. Biederman
2012-01-24
sysctl: Make the directories have nlink == 1
Eric W. Biederman
2012-01-24
sysctl: Move the implementation into fs/proc/proc_sysctl.c
Eric W. Biederman
2012-01-24
sysctl: Register the base sysctl table like any other sysctl table.
Eric W. Biederman
2012-01-24
sysctl: remove impossible condition check
Lucas De Marchi
2011-11-02
Merge branch 'akpm' (Andrew's incoming - part two)
Linus Torvalds
2011-11-02
sysctl: add support for poll()
Lucas De Marchi
2011-11-02
procfs: report EISDIR when reading sysctl dirs in proc
Pavel Emelyanov
2011-11-02
filesystems: add missing nlink wrappers
Miklos Szeredi
2011-07-20
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-07-20
->permission() sanitizing: MAY_NOT_BLOCK
Al Viro
2011-06-20
proc_sys_permission() is OK in RCU mode
Al Viro
2011-03-16
Merge branch 'next' into for-linus
James Morris
2011-03-08
unfuck proc_sysctl ->d_compare()
Al Viro
2011-02-01
security/selinux: fix /proc/sys/ labeling
Lucian Adrian Grijincu
2011-01-07
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
fs: rcu-walk aware d_revalidate method
Nick Piggin
2011-01-07
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
fs: rcu-walk for path lookup
Nick Piggin
2011-01-07
fs: change d_compare for rcu-walk
Nick Piggin
2011-01-07
fs: change d_delete semantics
Nick Piggin
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-08-09
remove inode_setattr
Christoph Hellwig
2009-11-11
sysctl: Don't look at ctl_name and strategy in the generic code
Eric W. Biederman
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
2009-03-27
constify dentry_operations: procfs
Al Viro
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
2008-11-16
Fix broken ownership of /proc/sys/ files
Al Viro
2008-10-23
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...
Linus Torvalds
[prev]
[next]