summaryrefslogtreecommitdiffstats
path: root/fs/proc/fd.c
Commit message (Expand)AuthorAgeFilesLines
* 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