Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
57f252f22908535e04d520f3833a6e3116eb159d
/
fs
/
proc
/
proc_sysctl.c
87ebdc0
fs/proc: clean up printks
by Andrew Morton
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
46f6955
procfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
73f7ef4
sysctl: Pass useful parameters to sysctl permissions
by Eric W. Biederman
· 12 years ago
ea5272f
rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c
by Michel Lespinasse
· 12 years ago
4c199a9
rbtree: empty nodes have no color
by Michel Lespinasse
· 12 years ago
ab4a1f2
proc_sysctl.c: use BUG_ON instead of BUG
by Prasad Joshi
· 12 years ago
6bf6104
fs/proc: fix potential unregister_sysctl_table hang
by Francesco Ruggeri
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
091bd3e
userns: Convert sysctl permission checks to use kuid and kgids.
by Eric W. Biederman
· 13 years ago
f1d38e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl
by Linus Torvalds
· 13 years ago
4e474a0
sysctl: protect poll() in entries that may go away
by Lucas De Marchi
· 13 years ago
4040153
security: trim security.h
by Al Viro
· 13 years ago
4e75732
sysctl: Don't call sysctl_follow_link unless we are a link.
by Eric W. Biederman
· 13 years ago
60f126d
sysctl: Comments to make the code clearer.
by Eric W. Biederman
· 13 years ago
0eb97f3
sysctl: Correct error return from get_subdir
by Eric W. Biederman
· 13 years ago
51f72f4
sysctl: An easier to read version of find_subdir
by Eric W. Biederman
· 13 years ago
1347440
sysctl: fix memset parameters in setup_sysctl_set()
by Dan Carpenter
· 13 years ago
4798178
sysctl: remove an unused variable
by Dan Carpenter
· 13 years ago
fea478d
sysctl: Add register_sysctl for normal sysctl users
by Eric W. Biederman
· 13 years ago
ac13ac6
sysctl: Index sysctl directories with rbtrees.
by Eric W. Biederman
· 13 years ago
9e3d47d
sysctl: Make the header lists per directory.
by Eric W. Biederman
· 13 years ago
e54012c
sysctl: Move sysctl_check_dups into insert_header
by Eric W. Biederman
· 13 years ago
60a47a2
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy
by Eric W. Biederman
· 13 years ago
0e47c99
sysctl: Replace root_list with links between sysctl_table_sets.
by Eric W. Biederman
· 13 years ago
6980128
sysctl: Add sysctl_print_dir and use it in get_subdir
by Eric W. Biederman
· 13 years ago
7ec66d0
sysctl: Stop requiring explicit management of sysctl directories
by Eric W. Biederman
· 13 years ago
9eb47c2
sysctl: Add a root pointer to ctl_table_set
by Eric W. Biederman
· 13 years ago
6a75ce1
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
by Eric W. Biederman
· 13 years ago
076c3ee
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
by Eric W. Biederman
· 13 years ago
a194558
sysctl: Normalize the root_table data structure.
by Eric W. Biederman
· 13 years ago
8425d6a
sysctl: Factor out insert_header and erase_header
by Eric W. Biederman
· 13 years ago
e0d0452
sysctl: Factor out init_header from __register_sysctl_paths
by Eric W. Biederman
· 13 years ago
938aaa4
sysctl: Initial support for auto-unregistering sysctl tables.
by Eric W. Biederman
· 13 years ago
3cc3e04
sysctl: A more obvious version of grab_header.
by Eric W. Biederman
· 13 years ago
8d6ecfc
sysctl: Remove the now unused ctl_table parent field.
by Eric W. Biederman
· 13 years ago
7c60c48
sysctl: Improve the sysctl sanity checks
by Eric W. Biederman
· 13 years ago
f728019
sysctl: register only tables of sysctl files
by Eric W. Biederman
· 13 years ago
ec6a526
sysctl: Add ctl_table chains into cstring paths
by Eric W. Biederman
· 13 years ago
6e9d516
sysctl: Add support for register sysctl tables with a normal cstring path.
by Eric W. Biederman
· 13 years ago
f05e53a
sysctl: Create local copies of directory names used in paths
by Eric W. Biederman
· 13 years ago
bd295b5
sysctl: Remove the unnecessary sysctl_set parent concept.
by Eric W. Biederman
· 13 years ago
97324cd8
sysctl: Implement retire_sysctl_set
by Eric W. Biederman
· 13 years ago
a15e209
sysctl: Make the directories have nlink == 1
by Eric W. Biederman
· 13 years ago
1f87f0b
sysctl: Move the implementation into fs/proc/proc_sysctl.c
by Eric W. Biederman
· 13 years ago
de4e83bd
sysctl: Register the base sysctl table like any other sysctl table.
by Eric W. Biederman
· 13 years ago
36885d7
sysctl: remove impossible condition check
by Lucas De Marchi
· 13 years ago
092f4c5
Merge branch 'akpm' (Andrew's incoming - part two)
by Linus Torvalds
· 13 years ago
f1ecf06
sysctl: add support for poll()
by Lucas De Marchi
· 13 years ago
887df07
procfs: report EISDIR when reading sysctl dirs in proc
by Pavel Emelyanov
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
1fc0f78
->permission() sanitizing: MAY_NOT_BLOCK
by Al Viro
· 13 years ago
1aec703
proc_sys_permission() is OK in RCU mode
by Al Viro
· 13 years ago
a002951
Merge branch 'next' into for-linus
by James Morris
· 14 years ago
dfef6dcd3
unfuck proc_sysctl ->d_compare()
by Al Viro
· 14 years ago
8e6c969
security/selinux: fix /proc/sys/ labeling
by Lucian Adrian Grijincu
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
31e6b01
fs: rcu-walk for path lookup
by Nick Piggin
· 14 years ago
621e155
fs: change d_compare for rcu-walk
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
85fe402
fs: do not assign default i_ino in new_inode
by Christoph Hellwig
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
2315ffa
sysctl: Don't look at ctl_name and strategy in the generic code
by Eric W. Biederman
· 16 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
d72f71e
constify dentry_operations: procfs
by Al Viro
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
5c06fe7
Fix broken ownership of /proc/sys/ files
by Al Viro
· 16 years ago
88ed86f
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
1e0edd3
proc: spread __init
by Alexey Dobriyan
· 16 years ago
f696a36
[PATCH] move executable checking into ->permission()
by Miklos Szeredi
· 16 years ago
3222a3e
[PATCH] fix ->llseek for more directories
by Christoph Hellwig
· 16 years ago
8132436
proc: make grab_header() static
by Adrian Bunk
· 16 years ago
e167523
proc: proc_sys_root tweak
by Alexey Dobriyan
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
9043476f
[PATCH] sanitize proc_sysctl
by Al Viro
· 16 years ago
d7321cd
sysctl: add the ->permissions callback on the ctl_table_root
by Pavel Emelyanov
· 17 years ago
7708bfb
sysctl: merge equal proc_sys_read and proc_sys_write
by Pavel Emelyanov
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
03a4482
procfs: constify function pointer tables
by Jan Engelhardt
· 17 years ago
2a2da53
Fix pointer mismatches in proc_sysctl.c
by David Howells
· 17 years ago
9d0633c
Remove redundant check from proc_sys_setattr()
by John Johansen
· 18 years ago
86a71dbd
[PATCH] sysctl: hide the sysctl proc inodes from selinux
by Eric W. Biederman
· 18 years ago
77b14db
[PATCH] sysctl: reimplement the sysctl proc support
by Eric W. Biederman
· 18 years ago