summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
8 daysfs: add real_fs to track task's actual fs_structChristian Brauner
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-15Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.procfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (FD links)Jann Horn
2026-06-05proc: protect ptrace_may_access() with exec_update_lock (part 1)Jann Horn
2026-06-05VFS: use wait_var_event for waiting in d_alloc_parallel()NeilBrown
2026-05-28proc: rewrite next_tgid()Alexey Dobriyan
2026-05-28proc: add tgid_iter.pid_ns memberAlexey Dobriyan
2026-05-27proc: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)
2026-05-26sched/coredump: introduce enum task_dumpableChristian Brauner (Amutable)
2026-04-13Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-26proc: rename proc_setattr to proc_nochmod_setattrChristoph Hellwig
2026-02-20proc: Fix pointer error dereferenceEthan Tidmore
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro
2025-10-21seqlock: Change do_io_accounting() to use scoped_seqlock_read()Oleg Nesterov
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-09-13fs/proc/base.c: fix the wrong format specifierzhang jiao
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-11proc: fix the issue of proc_mem_open returning NULLPenglei Jiang
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-03-21fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar
2025-03-13posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock heldThomas Gleixner
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-25ksm: add ksm involvement information for each processxu xin
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12proc: store cookie in private dataChristian Brauner
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner