summaryrefslogtreecommitdiffstats
path: root/fs/proc/generic.c
AgeCommit message (Expand)AuthorLines
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang-3/+9
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie-1/+2
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie-17/+21
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+2
2025-07-09proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie-0/+2
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro-4/+4
2025-06-10procfs: kill ->proc_dopsAl Viro-3/+5
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin-1/+9
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro-2/+4
2024-09-09proc: fold kmalloc() + strcpy() into kmemdup()Alexey Dobriyan-2/+2
2024-06-25proc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-3/+3
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+1
2023-04-08proc: remove mark_inode_dirty() in .setattr()Chao Yu-1/+0
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner-3/+3
2022-05-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan-0/+3
2022-01-22fs: proc: store PDE()->data into inode->i_privateMuchun Song-6/+0
2021-05-06proc: save LOC in __xlate_proc_name()Alexey Dobriyan-9/+2
2021-05-06fs/proc/generic.c: fix incorrect pde_is_permanent checkColin Ian King-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner-2/+4
2021-01-24stat: handle idmapped mountsChristian Brauner-1/+1
2021-01-24attr: handle idmapped mountsChristian Brauner-2/+2
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan-2/+22
2020-11-06proc "seq files": switch to ->read_iterChristoph Hellwig-1/+1
2020-11-06proc "single files": switch to ->read_iterGreg Kroah-Hartman-1/+1
2020-04-22proc: add option to mount only a pids subsetAlexey Gladkov-0/+9
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan-3/+28
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan-20/+18
2019-12-04fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan-4/+2
2019-12-04proc: change ->nlink under proc_subdir_lockAlexey Dobriyan-16/+15
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-02-01proc: fix /proc/net/* after setns(2)Alexey Dobriyan-1/+3
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan-2/+2
2018-06-27proc: add proc_seq_releaseChunyu Hu-1/+10
2018-06-16Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+25
2018-06-15proc: Make inline name size calculation automaticDavid Howells-1/+1
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-2/+1
2018-05-26switch the rest of procfs lookups to d_splice_alias()Al Viro-2/+1
2018-05-18proc: Add a way to make network proc files writableDavid Howells-0/+24
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-0/+29
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig-3/+6
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-0/+30
2018-05-16proc: add a proc_create_reg helperChristoph Hellwig-19/+25
2018-05-16proc: simplify proc_register calling conventionsChristoph Hellwig-26/+18
2018-04-13proc: revalidate misc dentriesAlexey Dobriyan-1/+22
2018-04-11proc: use slower rb_first()Alexey Dobriyan-14/+12
2018-04-11proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan-2/+2
2018-04-11proc: reject "." and ".." as filenamesAlexey Dobriyan-0/+8
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan-18/+32
2018-02-06proc: rearrange argsAlexey Dobriyan-9/+9