1. 6dfbbae fs: proc: store PDE()->data into inode->i_private by Muchun Song · 3 years ago
  2. 1dcdd7e proc: delete redundant subset=pid check by Alexey Dobriyan · 3 years, 8 months ago
  3. d4455fa proc: mandate ->proc_lseek in "struct proc_ops" by Alexey Dobriyan · 3 years, 8 months ago
  4. fe33850 proc: wire up generic_file_splice_read for iter ops by Christoph Hellwig · 4 years, 2 months ago
  5. fd5a13f proc: add a read_iter method to proc proc_ops by Christoph Hellwig · 4 years, 4 months ago
  6. 906146f proc: cleanup the compat vs no compat file ops by Christoph Hellwig · 4 years, 4 months ago
  7. f6ef7b7 proc: remove a level of indentation in proc_get_inode by Christoph Hellwig · 4 years, 4 months ago
  8. ef1548a proc: Use new_inode not new_inode_pseudo by Eric W. Biederman · 4 years, 7 months ago
  9. e61bb8b proc: use named enums for better readability by Alexey Gladkov · 4 years, 8 months ago
  10. 1c6c4d1 proc: use human-readable values for hidepid by Alexey Gladkov · 4 years, 8 months ago
  11. 6814ef2 proc: add option to mount only a pids subset by Alexey Gladkov · 4 years, 8 months ago
  12. fa10fed proc: allow to mount many instances of proc in one pid namespace by Alexey Gladkov · 4 years, 8 months ago
  13. d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
  14. 904f394 fs/proc/inode.c: annotate close_pdeo() for sparse by Jules Irenge · 4 years, 9 months ago
  15. 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 10 months ago
  16. 7144801 proc: Clear the pieces of proc_inode that proc_evict_inode cares about by Eric W. Biederman · 4 years, 10 months ago
  17. f90f3ca proc: Use d_invalidate in proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 10 months ago
  18. 080f627 proc: In proc_prune_siblings_dcache cache an aquired super block by Eric W. Biederman · 4 years, 10 months ago
  19. 26dbc60 proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 10 months ago
  20. 0afa5ca proc: Rename in proc_inode rename sysctl_inodes sibling_inodes by Eric W. Biederman · 4 years, 10 months ago
  21. d56c0d4 proc: decouple proc from VFS with "struct proc_ops" by Alexey Dobriyan · 5 years ago
  22. 9af27b2 fs/proc/inode.c: use typeof_member() macro by Alexey Dobriyan · 5 years ago
  23. 4aa6b55 procfs: switch to ->free_inode() by Al Viro · 6 years ago
  24. 66f592e proc: Add fs_context support to procfs by David Howells · 6 years ago
  25. 60a3c3a procfs: Move proc_fill_super() to fs/proc/root.c by David Howells · 6 years ago
  26. 230f72e fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode() by Alexey Dobriyan · 6 years ago
  27. 4b85afb mm: zero-seek shrinkers by Johannes Weiner · 6 years ago
  28. 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
  29. 24074a3 proc: Make inline name size calculation automatic by David Howells · 7 years ago
  30. b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
  31. 2acddbe proc: account "struct pde_opener" by Alexey Dobriyan · 7 years ago
  32. 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
  33. e7a6e29 proc: faster open/close of files without ->release hook by Alexey Dobriyan · 7 years ago
  34. 2f89742 proc: do less stuff under ->pde_unload_lock by Alexey Dobriyan · 7 years ago
  35. 15b158b proc: spread likely/unlikely a bit by Alexey Dobriyan · 7 years ago
  36. efb1a57 fs/proc: use __ro_after_init by Alexey Dobriyan · 7 years ago
  37. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  38. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  39. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  40. a3f8683 ->poll() methods should return __poll_t by Al Viro · 7 years ago
  41. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. f245e1c17 fs/proc/inode.c: remove cast from memory allocation by Tobin C. Harding · 8 years ago
  44. 796f571 procfs: use an enum for possible hidepid values by Lafcadio Wluiki · 8 years ago
  45. d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
  46. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  47. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  48. 492b2da proc: tweak comments about 2 stage open and everything by Alexey Dobriyan · 8 years ago
  49. 39a10ac proc: kmalloc struct pde_opener by Alexey Dobriyan · 8 years ago
  50. f5887c71 proc: fix type of struct pde_opener::closing field by Alexey Dobriyan · 8 years ago
  51. 06a0c41 proc: just list_del() struct pde_opener by Alexey Dobriyan · 8 years ago
  52. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  53. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  54. 2554c72 fs: proc: Delete inode time initializations in proc_alloc_inode() by Deepa Dinamani · 8 years ago
  55. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  56. a2982cc vfs: Generalize filesystem nodev handling. by Eric W. Biederman · 9 years ago
  57. e94591d proc: Convert proc_mount to use mount_ns. by Eric W. Biederman · 9 years ago
  58. 8654df4 mnt: Refactor fs_fully_visible into mount_too_revealing by Eric W. Biederman · 9 years ago
  59. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  60. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  61. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  62. 0cbee99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  63. eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 10 years ago
  64. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 10 years ago
  65. 6e77137b don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  66. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  67. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  68. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
  69. 6bee55f fs: proc: use PDE() to get proc_dir_entry by Alexander Kuleshov · 10 years ago
  70. 3d3d35b kill proc_ns completely by Al Viro · 10 years ago
  71. e149ed2 take the targets of /proc/*/ns/* symlinks to separate fs by Al Viro · 10 years ago
  72. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  73. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  74. 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
  75. 1c44dbc fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL) by Monam Agarwal · 11 years ago
  76. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
  77. ae5758a procfs: also fix proc_reg_get_unmapped_area() for !MMU case by Jan Beulich · 11 years ago
  78. 5721cf8 procfs: clean up proc_reg_get_unmapped_area for 80-column limit by HATAYAMA Daisuke · 11 years ago
  79. fad1a86 procfs: call default get_unmapped_area on MMU-present architectures by HATAYAMA Daisuke · 11 years ago
  80. 2cbe3b0 procfs: fix unintended truncation of returned mapped address by HATAYAMA Daisuke · 11 years ago
  81. c4fe244 sparc: fix PCI device proc file mmap(2) by Alexey Dobriyan · 11 years ago
  82. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  83. 303eb7e Include missing linux/magic.h inclusions by David Howells · 12 years ago
  84. 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
  85. 05c0ae2 try a saner locking for pde_opener... by Al Viro · 12 years ago
  86. ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 12 years ago
  87. 866ad9a7 procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
  88. b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 12 years ago
  89. 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
  90. 51f0885 vfs,proc: guarantee unique inodes in /proc by Linus Torvalds · 12 years ago
  91. 87ebdc0 fs/proc: clean up printks by Andrew Morton · 12 years ago
  92. d3d009c saner proc_get_inode() calling conventions by Al Viro · 12 years ago
  93. 87e0aab proc: avoid extra pde_put() in proc_fill_super() by Maxim Patlasov · 12 years ago
  94. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  95. bf056bf proc: Fix the namespace inode permission checks. by Eric W. Biederman · 14 years ago
  96. 0e06936 proc: no need to initialize proc_inode->fd in proc_get_inode() by yan · 12 years ago
  97. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  98. dcb0f22 userns: Convert proc to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  99. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  100. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago