aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
Commit message (Expand)AuthorAgeFilesLines
* proc: fix type confusion in pde_set_flags()wangzijie2025-09-091-1/+2
* proc: fix missing pde_set_flags() for net proc fileswangzijie2025-08-281-17/+21
* Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-07-311-0/+2
|\
| * proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie2025-07-101-0/+2
* | switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro2025-06-111-4/+4
* | procfs: kill ->proc_dopsAl Viro2025-06-111-3/+5
|/
* proc: fix UAF in proc_get_inode()Ye Bin2025-03-171-1/+9
* Pass parent directory inode and expected name to ->d_revalidate()Al Viro2025-01-281-2/+4
* proc: fold kmalloc() + strcpy() into kmemdup()Alexey Dobriyan2024-09-091-2/+2
* proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-06-251-3/+3
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* proc: remove mark_inode_dirty() in .setattr()Chao Yu2023-04-081-1/+0
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-101-0/+3
* fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-221-6/+0
* proc: save LOC in __xlate_proc_name()Alexey Dobriyan2021-05-071-9/+2
* fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King2021-05-071-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-2/+4
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-161-2/+22
* proc "seq files": switch to ->read_iterChristoph Hellwig2020-11-061-1/+1
* proc "single files": switch to ->read_iterGreg Kroah-Hartman2020-11-061-1/+1
* proc: add option to mount only a pids subsetAlexey Gladkov2020-04-221-0/+9
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-3/+28
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-20/+18
* fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan2019-12-051-4/+2
* proc: change ->nlink under proc_subdir_lockAlexey Dobriyan2019-12-051-16/+15
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-011-1/+3
* proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-221-2/+2
* proc: add proc_seq_releaseChunyu Hu2018-06-281-1/+10
* Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-06-161-1/+25
|\
| * proc: Make inline name size calculation automaticDavid Howells2018-06-151-1/+1
| * proc: Add a way to make network proc files writableDavid Howells2018-05-181-0/+24
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-2/+1
|\ \ | |/ |/|
| * switch the rest of procfs lookups to d_splice_alias()Al Viro2018-05-261-2/+1
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-0/+29
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-3/+6
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-0/+30
* | proc: add a proc_create_reg helperChristoph Hellwig2018-05-161-19/+25
* | proc: simplify proc_register calling conventionsChristoph Hellwig2018-05-161-26/+18
|/
* proc: revalidate misc dentriesAlexey Dobriyan2018-04-141-1/+22
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-14/+12
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-111-2/+2
* proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-111-0/+8
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-18/+32
* proc: rearrange argsAlexey Dobriyan2018-02-071-9/+9
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-091-12/+14