Age | Commit message (Expand) | Author | Files | Lines |
2024-06-25 | proc: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -3/+3 |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
2023-04-08 | proc: remove mark_inode_dirty() in .setattr() | Chao Yu | 1 | -1/+0 |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -3/+3 |
2022-05-09 | proc: fix dentry/inode overinstantiating under /proc/${pid}/net | Alexey Dobriyan | 1 | -0/+3 |
2022-01-22 | fs: proc: store PDE()->data into inode->i_private | Muchun Song | 1 | -6/+0 |
2021-05-06 | proc: save LOC in __xlate_proc_name() | Alexey Dobriyan | 1 | -9/+2 |
2021-05-06 | fs/proc/generic.c: fix incorrect pde_is_permanent check | Colin Ian King | 1 | -1/+1 |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -2/+4 |
2021-01-24 | stat: handle idmapped mounts | Christian Brauner | 1 | -1/+1 |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
2020-12-15 | proc: fix lookup in /proc/net subdirectories after setns(2) | Alexey Dobriyan | 1 | -2/+22 |
2020-11-06 | proc "seq files": switch to ->read_iter | Christoph Hellwig | 1 | -1/+1 |
2020-11-06 | proc "single files": switch to ->read_iter | Greg Kroah-Hartman | 1 | -1/+1 |
2020-04-22 | proc: add option to mount only a pids subset | Alexey Gladkov | 1 | -0/+9 |
2020-04-07 | proc: faster open/read/close with "permanent" files | Alexey Dobriyan | 1 | -3/+28 |
2020-02-04 | proc: decouple proc from VFS with "struct proc_ops" | Alexey Dobriyan | 1 | -20/+18 |
2019-12-04 | fs/proc/generic.c: delete useless "len" variable | Alexey Dobriyan | 1 | -4/+2 |
2019-12-04 | proc: change ->nlink under proc_subdir_lock | Alexey Dobriyan | 1 | -16/+15 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-02-01 | proc: fix /proc/net/* after setns(2) | Alexey Dobriyan | 1 | -1/+3 |
2018-08-22 | proc: smaller readlock section in readdir("/proc") | Alexey Dobriyan | 1 | -2/+2 |
2018-06-27 | proc: add proc_seq_release | Chunyu Hu | 1 | -1/+10 |
2018-06-16 | Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -1/+25 |
2018-06-15 | proc: Make inline name size calculation automatic | David Howells | 1 | -1/+1 |
2018-06-04 | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -2/+1 |
2018-05-26 | switch the rest of procfs lookups to d_splice_alias() | Al Viro | 1 | -2/+1 |
2018-05-18 | proc: Add a way to make network proc files writable | David Howells | 1 | -0/+24 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -0/+29 |
2018-05-16 | proc: introduce proc_create_seq_private | Christoph Hellwig | 1 | -3/+6 |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -0/+30 |
2018-05-16 | proc: add a proc_create_reg helper | Christoph Hellwig | 1 | -19/+25 |
2018-05-16 | proc: simplify proc_register calling conventions | Christoph Hellwig | 1 | -26/+18 |
2018-04-13 | proc: revalidate misc dentries | Alexey Dobriyan | 1 | -1/+22 |
2018-04-11 | proc: use slower rb_first() | Alexey Dobriyan | 1 | -14/+12 |
2018-04-11 | proc: switch struct proc_dir_entry::count to refcount | Alexey Dobriyan | 1 | -2/+2 |
2018-04-11 | proc: reject "." and ".." as filenames | Alexey Dobriyan | 1 | -0/+8 |
2018-04-11 | proc: move "struct proc_dir_entry" into kmem cache | Alexey Dobriyan | 1 | -18/+32 |
2018-02-06 | proc: rearrange args | Alexey Dobriyan | 1 | -9/+9 |
2017-09-08 | procfs: use faster rb_first_cached() | Davidlohr Bueso | 1 | -12/+14 |
2017-09-08 | proc: uninline proc_create() | Alexey Dobriyan | 1 | -0/+8 |
2017-07-10 | fs/proc/generic.c: switch to ida_simple_get/remove | Heiner Kallweit | 1 | -25/+7 |
2017-04-28 | proc: Fix unbalanced hard link numbers | Takashi Iwai | 1 | -0/+1 |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells | 1 | -3/+3 |
2017-02-24 | proc: use rb_entry() | Geliang Tang | 1 | -5/+6 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-11-17 | xenfs: Use proc_create_mount_point() to create /proc/xen | Seth Forshee | 1 | -0/+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-09-22 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |