summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-23/+29
|\
| * fs/proc/base.c: remove unneeded semicolonYang Li2023-11-011-1/+1
| * do_io_accounting: use sig->stats_lockOleg Nesterov2023-11-011-6/+14
| * do_io_accounting: use __for_each_thread()Oleg Nesterov2023-11-011-4/+8
| * proc: use initializer for clearing some buffersAlexey Dobriyan2023-10-181-10/+6
| * introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2023-10-041-4/+2
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \
| * | proc: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
| |/
* / fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein2023-10-191-1/+1
|/
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-3/+2
|\
| * document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-3/+2
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-0/+1
|\ \
| * | ksm: add ksm zero pages for each processxu xin2023-08-181-0/+1
| |/
* | Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-281-1/+2
|\ \
| * | procfs: block chmod on /proc/thread-self/commAleksa Sarai2023-07-131-1/+2
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-281-3/+3
|\ \
| * | fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-2/+2
| * | procfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
| |/
* / proc: fix missing conversion to 'iterate_shared'Linus Torvalds2023-08-061-1/+1
|/
* 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