index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
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: fix type confusion in pde_set_flags()
wangzijie
2025-09-09
1
-1
/
+2
*
proc: fix missing pde_set_flags() for net proc files
wangzijie
2025-08-28
1
-17
/
+21
*
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-31
1
-0
/
+2
|
\
|
*
proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...
wangzijie
2025-07-10
1
-0
/
+2
*
|
switch procfs from d_set_d_op() to d_splice_alias_ops()
Al Viro
2025-06-11
1
-4
/
+4
*
|
procfs: kill ->proc_dops
Al Viro
2025-06-11
1
-3
/
+5
|
/
*
proc: fix UAF in proc_get_inode()
Ye Bin
2025-03-17
1
-1
/
+9
*
Pass parent directory inode and expected name to ->d_revalidate()
Al Viro
2025-01-28
1
-2
/
+4
*
proc: fold kmalloc() + strcpy() into kmemdup()
Alexey Dobriyan
2024-09-09
1
-2
/
+2
*
proc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-06-25
1
-3
/
+3
*
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-08-09
1
-1
/
+1
*
proc: remove mark_inode_dirty() in .setattr()
Chao Yu
2023-04-08
1
-1
/
+0
*
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
*
fs: port ->setattr() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
*
proc: fix dentry/inode overinstantiating under /proc/${pid}/net
Alexey Dobriyan
2022-05-10
1
-0
/
+3
*
fs: proc: store PDE()->data into inode->i_private
Muchun Song
2022-01-22
1
-6
/
+0
*
proc: save LOC in __xlate_proc_name()
Alexey Dobriyan
2021-05-07
1
-9
/
+2
*
fs/proc/generic.c: fix incorrect pde_is_permanent check
Colin Ian King
2021-05-07
1
-1
/
+1
*
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
1
-2
/
+4
*
stat: handle idmapped mounts
Christian Brauner
2021-01-24
1
-1
/
+1
*
attr: handle idmapped mounts
Christian Brauner
2021-01-24
1
-2
/
+2
*
proc: fix lookup in /proc/net subdirectories after setns(2)
Alexey Dobriyan
2020-12-16
1
-2
/
+22
*
proc "seq files": switch to ->read_iter
Christoph Hellwig
2020-11-06
1
-1
/
+1
*
proc "single files": switch to ->read_iter
Greg Kroah-Hartman
2020-11-06
1
-1
/
+1
*
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-05
1
-4
/
+2
*
proc: change ->nlink under proc_subdir_lock
Alexey Dobriyan
2019-12-05
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-28
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-14
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-07
1
-9
/
+9
*
procfs: use faster rb_first_cached()
Davidlohr Bueso
2017-09-09
1
-12
/
+14
[next]