- 6dfbbae fs: proc: store PDE()->data into inode->i_private by Muchun Song · 3 years ago
- b793cd9 proc: save LOC in __xlate_proc_name() by Alexey Dobriyan · 3 years, 8 months ago
- f4bf74d fs/proc/generic.c: fix incorrect pde_is_permanent check by Colin Ian King · 3 years, 8 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- 0d56a45 stat: handle idmapped mounts by Christian Brauner · 4 years ago
- 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
- c6c75de proc: fix lookup in /proc/net subdirectories after setns(2) by Alexey Dobriyan · 4 years, 1 month ago
- b24c30c proc "seq files": switch to ->read_iter by Christoph Hellwig · 4 years, 2 months ago
- 7cfc630 proc "single files": switch to ->read_iter by Greg Kroah-Hartman · 4 years, 2 months ago
- 6814ef2 proc: add option to mount only a pids subset by Alexey Gladkov · 4 years, 9 months ago
- d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
- d56c0d4 proc: decouple proc from VFS with "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 5f6354e fs/proc/generic.c: delete useless "len" variable by Alexey Dobriyan · 5 years ago
- e06689b proc: change ->nlink under proc_subdir_lock by Alexey Dobriyan · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 1fde6f2 proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 6 years ago
- 8d48b2e proc: smaller readlock section in readdir("/proc") by Alexey Dobriyan · 6 years ago
- 877f919 proc: add proc_seq_release by Chunyu Hu · 7 years ago
- 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 24074a3 proc: Make inline name size calculation automatic by David Howells · 7 years ago
- b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 888e2b0 switch the rest of procfs lookups to d_splice_alias() by Al Viro · 7 years ago
- 564def7 proc: Add a way to make network proc files writable by David Howells · 7 years ago
- 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
- 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
- fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
- 7aed53d proc: add a proc_create_reg helper by Christoph Hellwig · 7 years ago
- 61172ea proc: simplify proc_register calling conventions by Christoph Hellwig · 7 years ago
- 1da4d37 proc: revalidate misc dentries by Alexey Dobriyan · 7 years ago
- 4f11343 proc: use slower rb_first() by Alexey Dobriyan · 7 years ago
- 9cdd83e proc: switch struct proc_dir_entry::count to refcount by Alexey Dobriyan · 7 years ago
- b77d70d proc: reject "." and ".." as filenames by Alexey Dobriyan · 7 years ago
- b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
- 93ad5bc proc: rearrange args by Alexey Dobriyan · 7 years ago
- 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
- 855d976 proc: uninline proc_create() by Alexey Dobriyan · 7 years ago
- cde1b69 fs/proc/generic.c: switch to ida_simple_get/remove by Heiner Kallweit · 8 years ago
- d66bb16 proc: Fix unbalanced hard link numbers by Takashi Iwai · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- 4e4a7fb proc: use rb_entry() by Geliang Tang · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- f97df70 xenfs: Use proc_create_mount_point() to create /proc/xen by Seth Forshee · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
- c110486 proc: make proc entries inherit ownership from parent by Dmitry Torokhov · 8 years ago
- f50752e switch all procfs directories ->iterate_shared() by Al Viro · 9 years ago
- ecf1a3d proc: change proc_subdir_lock to a rwlock by Waiman Long · 9 years ago
- eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
- 5065296 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 6bee55f fs: proc: use PDE() to get proc_dir_entry by Alexander Kuleshov · 10 years ago
- d443b9f gut proc_register() a bit by Al Viro · 10 years ago
- 2fc1e94 fs/proc.c: use rb_entry_safe() instead of rb_entry() by Nicolas Dichtel · 10 years ago
- b208d54 procfs: fix error handling of proc_register() by Debabrata Banerjee · 10 years ago
- 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
- 4dcc03f proc: make proc_subdir_lock static by Alexey Dobriyan · 10 years ago
- dbcdb50 proc: add and remove /proc entry create checks by Alexey Dobriyan · 10 years ago
- cdf7e8d proc: set attributes of pde using accessor functions by Rui Xiang · 11 years ago
- b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
- fd3930f proc: more readdir conversion bug-fixes by Linus Torvalds · 11 years ago
- f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
- c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 12 years ago
- a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 12 years ago
- 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 12 years ago
- 270b5ac proc: Add proc_mkdir_data() by David Howells · 12 years ago
- 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 12 years ago
- 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
- 866ad9a7 procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
- ad147d0 procfs: Clean up huge if-statement in __proc_file_read() by David Howells · 12 years ago
- 80e928f proc: Kill create_proc_entry() by David Howells · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- ee21ed0 procfs: kill ->write_proc() by Al Viro · 12 years ago
- b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 12 years ago
- 8ce584c procfs: add proc_remove_subtree() by Al Viro · 12 years ago
- 87ebdc0 fs/proc: clean up printks by Andrew Morton · 12 years ago
- d3d009c saner proc_get_inode() calling conventions by Al Viro · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
- 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- ee29720 proc: fix inconsistent lock state by Xiaotian Feng · 12 years ago
- 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
- 33d6dce proc: Generalize proc inode allocation by Eric W. Biederman · 14 years ago
- 17baa2a proc: use kzalloc instead of kmalloc and memset by yan · 12 years ago
- 62072750 proc: return -ENOMEM when inode allocation failed by yan · 12 years ago
- 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
- d161a13 switch procfs to umode_t use by Al Viro · 13 years ago
- bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
- 09570f9 proc: make struct proc_dir_entry::name a terminal array rather than a pointer by David Howells · 13 years ago
- 011159a airo: correct proc entry creation interfaces by Alexey Dobriyan · 14 years ago
- 312ec7e proc: make struct proc_dir_entry::namelen unsigned int by Alexey Dobriyan · 14 years ago
- 3740a20 proc: less LOCK/UNLOCK in remove_proc_entry() by Alexey Dobriyan · 14 years ago
- 6d1b6e4 proc: ->low_ino cleanup by Alexey Dobriyan · 14 years ago
- fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
- fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
- 1025774 remove inode_setattr by Christoph Hellwig · 15 years ago
- 57f8786 proc: remove obsolete comments by Amerigo Wang · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 12bac0d proc: warn on non-existing proc entries by Alexey Dobriyan · 15 years ago
- e17a576 proc: do translation + unlink atomically at remove_proc_entry() by Alexey Dobriyan · 15 years ago