aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+0
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidGravatar Eric W. Biederman 1-1/+0
2020-04-21vmalloc: fix remap_vmalloc_range() bounds checksGravatar Jann Horn 1-2/+3
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+13
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsGravatar Andrei Vagin 1-1/+13
2020-04-15proc: Handle umounts cleanlyGravatar Eric W. Biederman 1-0/+7
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-5/+5
2020-04-09proc: Use a dedicated lock in struct pidGravatar Eric W. Biederman 1-5/+5
2020-04-07proc: inline m_next_vma into m_nextGravatar Matthew Wilcox (Oracle) 1-10/+8
2020-04-07proc: use ppos instead of m->versionGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-04-07proc: remove m_cache_vmaGravatar Matthew Wilcox (Oracle) 1-32/+6
2020-04-07proc: inline vma_stop into m_stopGravatar Matthew Wilcox (Oracle) 1-19/+15
2020-04-07proc: speed up /proc/*/statmGravatar Alexey Dobriyan 1-16/+23
2020-04-07proc: faster open/read/close with "permanent" filesGravatar Alexey Dobriyan 6-53/+174
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseGravatar Jules Irenge 1-0/+1
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveGravatar Bernd Edlinger 1-2/+2
2020-03-25proc: Use new infrastructure to fix deadlocks in execveGravatar Bernd Edlinger 1-3/+3
2020-02-28proc: Remove the now unnecessary internal mount of procGravatar Eric W. Biederman 1-36/+0
2020-02-24proc: Use a list of inodes to flush from procGravatar Eric W. Biederman 3-76/+38
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutGravatar Eric W. Biederman 1-5/+11
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheGravatar Eric W. Biederman 3-7/+19
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockGravatar Eric W. Biederman 1-4/+10
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheGravatar Eric W. Biederman 3-34/+40
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesGravatar Eric W. Biederman 3-5/+6
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+4
2020-02-07procfs: switch to use of invalfc()Gravatar Al Viro 1-1/+1
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 2-0/+90
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 6-43/+42
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 6-76/+79
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeGravatar Steven Price 1-2/+2
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionGravatar David Hildenbrand 1-3/+27
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+13
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+11
2020-01-20x86/resctrl: Add task resctrl information displayGravatar Chen Yu 2-0/+11
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsGravatar Andrei Vagin 1-0/+94
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeGravatar Dmitry Safonov 1-0/+3
2020-01-14ns: Introduce Time NamespaceGravatar Andrei Vagin 1-0/+4
2020-01-13proc: bootconfig: Add /proc/bootconfig to show boot config listGravatar Masami Hiramatsu 2-0/+90
2019-12-11sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueGravatar Flavio Leitner 1-2/+2
2019-12-08namei: allow nd_jump_link() to produce errorsGravatar Aleksa Sarai 2-7/+10
2019-12-08nsfs: clean-up ns_get_path() signature to return intGravatar Aleksa Sarai 1-3/+3
2019-12-04fs/proc/Kconfig: fix indentationGravatar Krzysztof Kozlowski 1-4/+4
2019-12-04fs/proc/internal.h: shuffle "struct pde_opener"Gravatar Alexey Dobriyan 1-1/+1
2019-12-04fs/proc/generic.c: delete useless "len" variableGravatar Alexey Dobriyan 1-4/+2
2019-12-04proc: change ->nlink under proc_subdir_lockGravatar Alexey Dobriyan 1-16/+15
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-11-21procfs: Use all-in-one vtime aware kcpustat accessorGravatar Frederic Weisbecker 1-25/+31
2019-11-13time: Rename tsk->real_start_time to ->start_boottimeGravatar Peter Zijlstra 1-1/+1