index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_sysctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-10
sysctl: Drop reference added by grab_header in proc_sys_readdir
Zhou Chengming
1
-1
/
+2
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-7
/
+7
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
1
-1
/
+1
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-08-14
net: make net namespace sysctls belong to container's owner
Dmitry Torokhov
1
-0
/
+5
2016-08-08
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
1
-7
/
+7
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
1
-1
/
+1
2016-07-30
qstr: constify instances in procfs
Al Viro
1
-1
/
+1
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
1
-1
/
+1
2016-05-02
switch all procfs directories ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-02
proc_sys_fill_cache(): switch to d_alloc_parallel()
Al Viro
1
-7
/
+8
2015-09-29
fs: Drop unlikely before IS_ERR(_OR_NULL)
Viresh Kumar
1
-1
/
+1
2015-07-01
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
1
-0
/
+37
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-6
/
+6
2014-08-08
sysctl: remove typedef ctl_table
Joe Perches
1
-1
/
+1
2013-06-29
Don't pass inode to ->d_hash() and ->d_compare()
Linus Torvalds
1
-3
/
+4
2013-06-29
[readdir] convert procfs
Al Viro
1
-44
/
+27
2013-02-27
fs/proc: clean up printks
Andrew Morton
1
-9
/
+10
2013-02-22
new helper: file_inode(file)
Al Viro
1
-2
/
+2
2012-12-20
procfs: drop vmtruncate
Marco Stornelli
1
-7
/
+0
2012-11-18
sysctl: Pass useful parameters to sysctl permissions
Eric W. Biederman
1
-4
/
+5
2012-10-09
rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c
Michel Lespinasse
1
-0
/
+1
2012-10-09
rbtree: empty nodes have no color
Michel Lespinasse
1
-3
/
+1
2012-10-06
proc_sysctl.c: use BUG_ON instead of BUG
Prasad Joshi
1
-2
/
+1
2012-09-17
fs/proc: fix potential unregister_sysctl_table hang
Francesco Ruggeri
1
-3
/
+2
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-1
/
+1
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
1
-2
/
+2
2012-05-15
userns: Convert sysctl permission checks to use kuid and kgids.
Eric W. Biederman
1
-2
/
+2
2012-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl
Linus Torvalds
1
-76
/
+1198
2012-03-22
sysctl: protect poll() in entries that may go away
Lucas De Marchi
1
-1
/
+16
2012-02-14
security: trim security.h
Al Viro
1
-0
/
+2
2012-02-01
sysctl: Don't call sysctl_follow_link unless we are a link.
Eric W. Biederman
1
-12
/
+12
2012-02-01
sysctl: Comments to make the code clearer.
Eric W. Biederman
1
-0
/
+16
2012-02-01
sysctl: Correct error return from get_subdir
Eric W. Biederman
1
-1
/
+4
2012-02-01
sysctl: An easier to read version of find_subdir
Eric W. Biederman
1
-3
/
+3
2012-01-30
sysctl: fix memset parameters in setup_sysctl_set()
Dan Carpenter
1
-1
/
+1
2012-01-30
sysctl: remove an unused variable
Dan Carpenter
1
-2
/
+0
2012-01-24
sysctl: Add register_sysctl for normal sysctl users
Eric W. Biederman
1
-0
/
+17
2012-01-24
sysctl: Index sysctl directories with rbtrees.
Eric W. Biederman
1
-90
/
+134
2012-01-24
sysctl: Make the header lists per directory.
Eric W. Biederman
1
-17
/
+11
2012-01-24
sysctl: Move sysctl_check_dups into insert_header
Eric W. Biederman
1
-9
/
+11
2012-01-24
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an...
Eric W. Biederman
1
-18
/
+12
2012-01-24
sysctl: Replace root_list with links between sysctl_table_sets.
Eric W. Biederman
1
-102
/
+295
2012-01-24
sysctl: Add sysctl_print_dir and use it in get_subdir
Eric W. Biederman
1
-1
/
+10
2012-01-24
sysctl: Stop requiring explicit management of sysctl directories
Eric W. Biederman
1
-199
/
+143
[next]