index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
/
generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: add option to mount only a pids subset
Alexey Gladkov
2020-04-22
1
-0
/
+9
*
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
2020-04-07
1
-3
/
+28
*
proc: decouple proc from VFS with "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-20
/
+18
*
fs/proc/generic.c: delete useless "len" variable
Alexey Dobriyan
2019-12-04
1
-4
/
+2
*
proc: change ->nlink under proc_subdir_lock
Alexey Dobriyan
2019-12-04
1
-16
/
+15
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
proc: fix /proc/net/* after setns(2)
Alexey Dobriyan
2019-02-01
1
-1
/
+3
*
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
2018-08-22
1
-2
/
+2
*
proc: add proc_seq_release
Chunyu Hu
2018-06-27
1
-1
/
+10
*
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-06-16
1
-1
/
+25
|
\
|
*
proc: Make inline name size calculation automatic
David Howells
2018-06-15
1
-1
/
+1
|
*
proc: Add a way to make network proc files writable
David Howells
2018-05-18
1
-0
/
+24
*
|
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-06-04
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
switch the rest of procfs lookups to d_splice_alias()
Al Viro
2018-05-26
1
-2
/
+1
*
|
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-0
/
+29
*
|
proc: introduce proc_create_seq_private
Christoph Hellwig
2018-05-16
1
-3
/
+6
*
|
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-05-16
1
-0
/
+30
*
|
proc: add a proc_create_reg helper
Christoph Hellwig
2018-05-16
1
-19
/
+25
*
|
proc: simplify proc_register calling conventions
Christoph Hellwig
2018-05-16
1
-26
/
+18
|
/
*
proc: revalidate misc dentries
Alexey Dobriyan
2018-04-13
1
-1
/
+22
*
proc: use slower rb_first()
Alexey Dobriyan
2018-04-11
1
-14
/
+12
*
proc: switch struct proc_dir_entry::count to refcount
Alexey Dobriyan
2018-04-11
1
-2
/
+2
*
proc: reject "." and ".." as filenames
Alexey Dobriyan
2018-04-11
1
-0
/
+8
*
proc: move "struct proc_dir_entry" into kmem cache
Alexey Dobriyan
2018-04-11
1
-18
/
+32
*
proc: rearrange args
Alexey Dobriyan
2018-02-06
1
-9
/
+9
*
procfs: use faster rb_first_cached()
Davidlohr Bueso
2017-09-08
1
-12
/
+14
*
proc: uninline proc_create()
Alexey Dobriyan
2017-09-08
1
-0
/
+8
*
fs/proc/generic.c: switch to ida_simple_get/remove
Heiner Kallweit
2017-07-10
1
-25
/
+7
*
proc: Fix unbalanced hard link numbers
Takashi Iwai
2017-04-28
1
-0
/
+1
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-3
/
+3
*
proc: use rb_entry()
Geliang Tang
2017-02-24
1
-5
/
+6
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
xenfs: Use proc_create_mount_point() to create /proc/xen
Seth Forshee
2016-11-17
1
-0
/
+1
*
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-10
1
-1
/
+1
|
\
|
*
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
2016-09-22
1
-1
/
+1
*
|
proc: make proc entries inherit ownership from parent
Dmitry Torokhov
2016-08-14
1
-0
/
+2
|
/
*
switch all procfs directories ->iterate_shared()
Al Viro
2016-05-02
1
-1
/
+1
*
proc: change proc_subdir_lock to a rwlock
Waiman Long
2015-09-10
1
-22
/
+22
*
proc: Allow creating permanently empty directories that serve as mount points
Eric W. Biederman
2015-07-01
1
-0
/
+23
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-2
/
+2
*
procfs: fix race between symlink removals and traversals
Al Viro
2015-02-22
1
-12
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-02-17
1
-17
/
+8
|
\
|
*
gut proc_register() a bit
Al Viro
2015-01-25
1
-17
/
+8
*
|
fs: proc: use PDE() to get proc_dir_entry
Alexander Kuleshov
2015-02-12
1
-1
/
+1
|
/
*
fs/proc.c: use rb_entry_safe() instead of rb_entry()
Nicolas Dichtel
2014-12-10
1
-12
/
+4
*
procfs: fix error handling of proc_register()
Debabrata Banerjee
2014-12-10
1
-1
/
+8
*
fs/proc: use a rb tree for the directory entries
Nicolas Dichtel
2014-12-10
1
-59
/
+105
*
proc: make proc_subdir_lock static
Alexey Dobriyan
2014-08-08
1
-1
/
+1
*
proc: add and remove /proc entry create checks
Alexey Dobriyan
2014-08-08
1
-15
/
+15
*
proc: set attributes of pde using accessor functions
Rui Xiang
2014-01-23
1
-2
/
+1
[next]