summaryrefslogtreecommitdiffstats
path: root/fs/proc/fd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds12 days1-9/+3
|\
| * get rid of ...lookup...fdget_rcu() familyAl Viro2024-10-071-9/+3
* | proc: Fix W=1 build kernel-doc warningThorsten Blum2024-10-181-1/+1
|/
* Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-161-8/+8
|\
| * proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner2024-08-301-2/+2
| * proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner2024-08-301-2/+2
| * proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner2024-08-301-2/+2
| * proc: proc_readfd() -> proc_fd_iterate()Christian Brauner2024-08-301-2/+2
* | proc: Fix typo in the commentYan Zhen2024-09-091-1/+1
|/
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-3/+1
|\
| * close_on_exec(): pass files_struct instead of fdtableAl Viro2024-04-151-3/+1
* | proc: Move fdinfo PTRACE_MODE_READ check into the inode .permission operationTyler Hicks (Microsoft)2024-05-021-22/+20
|/
* file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner2023-10-191-4/+7
* fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-4/+4
|\
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* proc: report open files as size in stat() for /proc/pid/fdIvan Babrou2022-11-181-0/+45
* procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh2022-05-101-1/+22
* procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh2021-07-011-2/+3
* procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh2021-07-011-1/+14
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman2020-12-101-4/+5
* proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman2020-12-101-12/+5
* proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman2020-12-101-6/+1
* file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-2/+2
* file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-101-1/+1
* proc/fd: In proc_fd_link use fget_taskEric W. Biederman2020-12-101-10/+3
* proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-081-1/+1
* procfs: switch instantiate_t to d_splice_alias()Al Viro2018-05-261-17/+13
* don't bother with tid_fd_revalidate() in lookupsAl Viro2018-05-261-37/+44
* proc_lookupfd_common(): don't bother with instantiate unless the file is openAl Viro2018-05-221-29/+34
* proc: use %u for pid printing and slightly less stackAlexey Dobriyan2018-02-071-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-241-11/+1
* proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-4/+2
* proc: unsigned file descriptorsAlexey Dobriyan2016-09-281-4/+4
* switch all procfs directories ->iterate_shared()Al Viro2016-05-031-4/+4
* proc: add a reschedule point in proc_readfd_common()Eric Dumazet2016-01-091-0/+1
* proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov2015-11-071-3/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-3/+3
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-3/+3
* | proc: show locks in /proc/pid/fdinfo/XAndrey Vagin2015-04-171-10/+17
|/
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-1/+2
* vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman2014-10-091-2/+0
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-091-1/+1
* proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2014-04-081-2/+4