- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- a938968 fs/proc: make pde_get() return nothing by Hui Su · 4 years, 1 month ago
- c6c75de proc: fix lookup in /proc/net subdirectories after setns(2) by Alexey Dobriyan · 4 years, 1 month ago
- d919b33 proc: faster open/read/close with "permanent" files by Alexey Dobriyan · 4 years, 9 months ago
- 7bc3e6e proc: Use a list of inodes to flush from proc by Eric W. Biederman · 4 years, 11 months ago
- f90f3ca proc: Use d_invalidate in proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 11 months ago
- 26dbc60 proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcache by Eric W. Biederman · 4 years, 11 months ago
- 0afa5ca proc: Rename in proc_inode rename sysctl_inodes sibling_inodes by Eric W. Biederman · 4 years, 11 months ago
- d56c0d4 proc: decouple proc from VFS with "struct proc_ops" by Alexey Dobriyan · 5 years ago
- 70a731c fs/proc/internal.h: shuffle "struct pde_opener" by Alexey Dobriyan · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 7b47a9e Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- ae5906c Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
- 867aacc proc: remove unused argument in proc_pid_lookup() by Zhikang Zhang · 6 years ago
- 66f592e proc: Add fs_context support to procfs by David Howells · 6 years ago
- 60a3c3a procfs: Move proc_fill_super() to fs/proc/root.c by David Howells · 6 years ago
- 1fde6f2 proc: fix /proc/net/* after setns(2) by Alexey Dobriyan · 6 years ago
- 6d9c939 procfs: add smack subdir to attrs by Casey Schaufler · 6 years ago
- 891ae71 proc: spread "const" a bit by Alexey Dobriyan · 6 years ago
- 2d6e4e8 proc: fixup PDE allocation bloat by Alexey Dobriyan · 6 years ago
- 258f669 mm: /proc/pid/smaps_rollup: convert to single value seq_file by Vlastimil Babka · 6 years ago
- 871305b mm: /proc/pid/*maps remove is_pid and related wrappers by Vlastimil Babka · 6 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
- a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 7 years ago
- af6c5d5 Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 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
- 0168b9e procfs: switch instantiate_t to d_splice_alias() by Al Viro · 7 years ago
- 1bbc551 procfs: get rid of ancient BS in pid_revalidate() uses by Al Viro · 7 years ago
- 88b72b3 proc: Consolidate task->comm formatting into proc_task_name() by Tejun Heo · 7 years ago
- 564def7 proc: Add a way to make network proc files writable by David Howells · 7 years ago
- 2f42939 proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields by Christoph Hellwig · 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
- 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
- b4884f2 proc: move "struct proc_dir_entry" into kmem cache by Alexey Dobriyan · 7 years ago
- 195b8cf proc: move "struct pde_opener" to kmem cache by Alexey Dobriyan · 7 years ago
- a9fabc3 proc: randomize "struct pde_opener" by Alexey Dobriyan · 7 years ago
- 93ad5bc proc: rearrange args by Alexey Dobriyan · 7 years ago
- 53f6334 fs/proc/internal.h: fix up comment by Alexey Dobriyan · 7 years ago
- 163cf54 fs/proc/internal.h: rearrange struct proc_dir_entry by Alexey Dobriyan · 7 years ago
- 2753278 Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 3ee2a19 proc: : uninline name_to_int() by Alexey Dobriyan · 7 years ago
- c6eb50d mode_t whack-a-mole: task_dump_owner() by Al Viro · 7 years ago
- 410bd5e procfs: use faster rb_first_cached() by Davidlohr Bueso · 7 years ago
- 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago
- e06fdaf Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- 2fd1d2c proc: Fix proc_sys_prune_dcache to hold a sb reference by Eric W. Biederman · 8 years ago
- 3859a27 randstruct: Mark various structs for randomization by Kees Cook · 8 years ago
- 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
- f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
- d6cffbb proc/sysctl: prune stale dentries during unregistering by Konstantin Khlebnikov · 8 years ago
- 68eb94f proc: Better ownership of files for non-dumpable tasks in user namespaces by Eric W. Biederman · 8 years ago
- 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
- 1270dd8 fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time by Alexey Dobriyan · 8 years ago
- f5887c71 proc: fix type of struct pde_opener::closing field by Alexey Dobriyan · 8 years ago
- f97df70 xenfs: Use proc_create_mount_point() to create /proc/xen by Seth Forshee · 8 years ago
- db978da proc: Pass file mode to proc_pid_make_inode by Andreas Gruenbacher · 8 years ago
- 771187d proc: unsigned file descriptors by Alexey Dobriyan · 8 years ago
- e94591d proc: Convert proc_mount to use mount_ns. by Eric W. Biederman · 9 years ago
- eb6d38d proc: Allow creating permanently empty directories that serve as mount points by Eric W. Biederman · 10 years ago
- 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
- 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- 3d3d35b kill proc_ns completely by Al Viro · 10 years ago
- 710585d fs/proc: use a rb tree for the directory entries by Nicolas Dichtel · 10 years ago
- f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
- 2c03376 proc/maps: replace proc_maps_private->pid with "struct inode *inode" by Oleg Nesterov · 10 years ago
- 29a40ac fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open() by Oleg Nesterov · 10 years ago
- 5381e16 proc: introduce proc_mem_open() by Oleg Nesterov · 10 years ago
- 77e40aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
- 8f053ac proc: remove INF macro by Alexey Dobriyan · 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
- 0097875 proc: Implement /proc/thread-self to point at the directory of the current thread by Eric W. Biederman · 10 years ago
- 8357041 of: remove /proc/device-tree by Grant Likely · 12 years ago
- c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 12 years ago
- f0c3b50 [readdir] convert procfs by Al Viro · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 59d8053 proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h by David Howells · 12 years ago
- c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 12 years ago
- 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
- c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 12 years ago
- 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 12 years ago
- db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 12 years ago
- 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
- 05c0ae2 try a saner locking for pde_opener... by Al Viro · 12 years ago
- ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 12 years ago
- 866ad9a7 procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
- 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
- e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 12 years ago
- e656d8a procfs: Use the proc generic infrastructure for proc/self. by Eric W. Biederman · 15 years ago
- 9e78144 hold task->mempolicy while numa_maps scans. by KAMEZAWA Hiroyuki · 12 years ago
- 0f4cfb2 coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 by Oleg Nesterov · 12 years ago