summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-09proc: Use a dedicated lock in struct pidEric W. Biederman
2020-04-07proc: inline m_next_vma into m_nextMatthew Wilcox (Oracle)
2020-04-07proc: use ppos instead of m->versionMatthew Wilcox (Oracle)
2020-04-07proc: remove m_cache_vmaMatthew Wilcox (Oracle)
2020-04-07proc: inline vma_stop into m_stopMatthew Wilcox (Oracle)
2020-04-07proc: speed up /proc/*/statmAlexey Dobriyan
2020-04-07proc: faster open/read/close with "permanent" filesAlexey Dobriyan
2020-04-07fs/proc/inode.c: annotate close_pdeo() for sparseJules Irenge
2020-03-25proc: io_accounting: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-03-25proc: Use new infrastructure to fix deadlocks in execveBernd Edlinger
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2020-02-24proc: Clear the pieces of proc_inode that proc_evict_inode cares aboutEric W. Biederman
2020-02-24proc: Use d_invalidate in proc_prune_siblings_dcacheEric W. Biederman
2020-02-21proc: In proc_prune_siblings_dcache cache an aquired super blockEric W. Biederman
2020-02-20proc: Generalize proc_sys_prune_dcache into proc_prune_siblings_dcacheEric W. Biederman
2020-02-20proc: Rename in proc_inode rename sysctl_inodes sibling_inodesEric W. Biederman
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07procfs: switch to use of invalfc()Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price
2020-02-04fs/proc/page.c: allow inspection of last section and fix end detectionDavid Hildenbrand
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-28Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-20x86/resctrl: Add task resctrl information displayChen Yu
2020-01-14fs/proc: Introduce /proc/pid/timens_offsetsAndrei Vagin
2020-01-14fs/proc: Respect boottime inside time namespace for /proc/uptimeDmitry Safonov
2020-01-14ns: Introduce Time NamespaceAndrei Vagin
2020-01-13proc: bootconfig: Add /proc/bootconfig to show boot config listMasami Hiramatsu
2019-12-11sched/cputime, proc/stat: Fix incorrect guest nice cpustat valueFlavio Leitner
2019-12-08namei: allow nd_jump_link() to produce errorsAleksa Sarai
2019-12-08nsfs: clean-up ns_get_path() signature to return intAleksa Sarai
2019-12-04fs/proc/Kconfig: fix indentationKrzysztof Kozlowski
2019-12-04fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan
2019-12-04fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan
2019-12-04proc: change ->nlink under proc_subdir_lockAlexey Dobriyan
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-21procfs: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-10-29procfs: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker
2019-10-19proc/meminfo: fix output alignmentKirill A. Shutemov
2019-10-19fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.cDavid Hildenbrand
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds