summaryrefslogtreecommitdiff
path: root/fs/proc/fd.c
AgeCommit message (Expand)Author
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-11-18proc: report open files as size in stat() for /proc/pid/fdIvan Babrou
2022-05-09procfs: prevent unprivileged processes accessing fdinfo dirKalesh Singh
2021-07-01procfs/dmabuf: add inode number to /proc/*/fdinfoKalesh Singh
2021-07-01procfs: allow reading fdinfo with PTRACE_MODE_READKalesh Singh
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan
2018-05-26procfs: switch instantiate_t to d_splice_alias()Al Viro
2018-05-26don't bother with tid_fd_revalidate() in lookupsAl Viro
2018-05-22proc_lookupfd_common(): don't bother with instantiate unless the file is openAl Viro
2018-02-06proc: use %u for pid printing and slightly less stackAlexey Dobriyan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher
2016-09-27proc: unsigned file descriptorsAlexey Dobriyan
2016-05-02switch all procfs directories ->iterate_shared()Al Viro
2016-01-09proc: add a reschedule point in proc_readfd_common()Eric Dumazet
2015-11-06proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-17proc: show locks in /proc/pid/fdinfo/XAndrey Vagin
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan
2014-04-07proc: show mnt_id in /proc/pid/fdinfoAndrey Vagin
2013-09-11proc: make proc_fd_permission() thread-friendlyOleg Nesterov
2013-08-24proc: kill the extra proc_readfd_common()->dir_emit_dots()Oleg Nesterov
2013-06-29proc_fill_cache(): just make instantiate_t return intAl Viro
2013-06-29[readdir] convert procfsAl Viro
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov
2012-09-26don't leak O_CLOEXEC into ->f_flagsAl Viro
2012-09-26procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2Cyrill Gorcunov
2012-09-26procfs: Move /proc/pid/fd[info] handling code to fd.[ch]Cyrill Gorcunov