summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-1/+0
|\
| * proc: remove mark_inode_dirty() in .setattr()Chao Yu2023-04-081-1/+0
* | mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+3
|/
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
* fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+19
|\
| * ksm: count allocated ksm rmap_items for each processxu xin2022-09-261-0/+15
| * fs/proc/base: use the vma iterators in place of linked listLiam R. Howlett2022-09-261-1/+4
* | do_proc_readlink(): constify pathAl Viro2022-09-011-1/+1
* | ->getprocattr(): attribute name is const char *, TYVM...Al Viro2022-09-011-1/+1
|/
* proc: fix a dentry lock race between release_task and lookupZhihao Cheng2022-07-171-8/+38
* ksm: count ksm merging pages for each processxu xin2022-04-281-0/+22
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | proc: alloc PATH_MAX bytes for /proc/${pid}/fd/ symlinksHao Lee2022-03-231-4/+4
|/
* proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng2022-01-201-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-8/+13
|\
| * proc: allow pid_revalidate() during LOOKUP_RCUStephen Brennan2021-11-091-8/+10
| * procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer2021-11-091-0/+3
* | Revert "proc/wchan: use printk format instead of lookup_symbol_name()"Kees Cook2021-10-151-8/+11
|/
* connector: send event on write to /proc/[pid]/commOhhoon Kwon2021-09-081-1/+4
* procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-07-011-2/+2
* proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri2021-07-011-1/+1
* proc: only require mm_struct for writingLinus Torvalds2021-06-151-1/+3
* proc: Track /proc/$pid/attr/ opener mm_structKees Cook2021-06-081-1/+8
* proc: Check /proc/$pid/attr/ writes against file openerKees Cook2021-05-251-0/+4
* proc/wchan: use printk format instead of lookup_symbol_name()Helge Deller2021-02-261-11/+8
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-6/+10
* stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
* Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+6
|\
| * seccomp/cache: Report cache data through /proc/pid/seccomp_cacheYiFei Zhu2020-11-201-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-1/+1
|\ \
| * | procfs: delete duplicated words + other fixesRandy Dunlap2020-12-151-1/+1
| |/
* / exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-5/+5
|/
* mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock2020-11-021-0/+2
* io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-171-0/+4
* mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-2/+1
* mm, oom: make the calculation of oom badness more accurateYafang Shao2020-08-121-1/+10
* proc: allow access in init userns for map_files with CAP_CHECKPOINT_RESTOREAdrian Reber2020-07-191-4/+4
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-071-0/+13
|\
| * apparmor: add proc subdir to attrsJohn Johansen2020-01-181-0/+13
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-33/+41
|\ \
| * | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-5/+5
| * | proc: Use PIDTYPE_TGID in next_tgidEric W. Biederman2020-04-241-14/+2