summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-191-1/+13
|\
| * proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+13
* | proc: Handle umounts cleanlyEric W. Biederman2020-04-151-0/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-101-5/+5
|\
| * proc: Use a dedicated lock in struct pidEric W. Biederman2020-04-091-5/+5
* | proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)2020-04-071-10/+8
* | proc: use ppos instead of m->versionMatthew Wilcox (Oracle)2020-04-071-4/+3
* | proc: remove m_cache_vmaMatthew Wilcox (Oracle)2020-04-071-32/+6
* | proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)2020-04-071-19/+15
* | proc: speed up /proc/*/statmAlexey Dobriyan2020-04-071-16/+23
* | proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-076-53/+174
* | fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge2020-04-071-0/+1
|/
* proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-2/+2
* proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger2020-03-251-3/+3
* proc: Remove the now unnecessary internal mount of procEric W. Biederman2020-02-281-36/+0
* proc: Use a list of inodes to flush from procEric W. Biederman2020-02-243-76/+38
* proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman2020-02-241-5/+11
* proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman2020-02-243-7/+19
* proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman2020-02-211-4/+10
* proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman2020-02-203-34/+40
* proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman2020-02-203-5/+6
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-9/+4
|\
| * procfs: switch to use of invalfc()Al Viro2020-02-071-1/+1
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-062-0/+90
|\ \
| * | proc: bootconfig: Add /proc/bootconfig to show boot config listMasami Hiramatsu2020-01-132-0/+90
| |/
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-046-43/+42
* | proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-046-76/+79
* | mm: pagewalk: add 'depth' parameter to pte_holeSteven Price2020-02-041-2/+2
* | fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand2020-02-041-3/+27
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-10/+13
|\ \
| * | namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-082-7/+10
| * | nsfs: clean-up ns_get_path() signature to return intAleksa Sarai2019-12-081-3/+3
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-0/+11
|\ \ \
| * | | x86/resctrl: Add task resctrl information displayChen Yu2020-01-202-0/+11
| | |/ | |/|
* | | fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin2020-01-141-0/+94
* | | fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry Safonov2020-01-141-0/+3
* | | ns: Introduce Time NamespaceAndrei Vagin2020-01-141-0/+4
|/ /
* / sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueFlavio Leitner2019-12-111-2/+2
|/
* fs/proc/Kconfig: fix indentationKrzysztof Kozlowski2019-12-041-4/+4
* fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan2019-12-041-1/+1
* fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan2019-12-041-4/+2
* proc: change ->nlink under proc_subdir_lockAlexey Dobriyan2019-12-041-16/+15
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-1/+1
|\
| * time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
* | procfs: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker2019-11-211-25/+31
* | Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-112-14/+18
|\|
| * proc/meminfo: fix output alignmentKirill A. Shutemov2019-10-191-2/+2
| * fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand2019-10-191-12/+16