summaryrefslogtreecommitdiffstats
path: root/fs/proc/fd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-071-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-061-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-271-4/+4
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-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-061-3/+11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-081-1/+1
* proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin2014-04-071-2/+4
* proc: make proc_fd_permission() thread-friendlyOleg Nesterov2013-09-111-1/+1
* proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov2013-08-241-2/+0
* proc_fill_cache(): just make instantiate_t return intAl Viro2013-06-291-10/+8
* [readdir] convert procfsAl Viro2013-06-291-56/+40
* procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-171-0/+2
* don't leak O_CLOEXEC into ->f_flagsAl Viro2012-09-261-1/+1
* procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2Cyrill Gorcunov2012-09-261-48/+64
* procfs: Move /proc/pid/fd[info] handling code to fd.[ch]Cyrill Gorcunov2012-09-261-0/+351