summaryrefslogtreecommitdiffstats
path: root/fs/proc/thread_self.c
Commit message (Expand)AuthorAgeFilesLines
* proc: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
* procfs: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe2021-02-231-7/+0
* proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2021-02-151-0/+7
* proc: Use new_inode not new_inode_pseudoEric W. Biederman2020-06-121-1/+1
* proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
* proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-221-3/+3
* fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-03-051-8/+8
* proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-161-2/+2
* fs/proc: use __ro_after_initAlexey Dobriyan2018-02-061-1/+2
* proc: use %u for pid printing and slightly less stackAlexey Dobriyan2018-02-061-3/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* proc/self: use generic_readlinkMiklos Szeredi2016-12-091-14/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+4
* teach proc_self_get_link()/proc_thread_self_get_link() to work in RCU modeAl Viro2015-12-081-5/+4
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+6
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-12/+10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman2014-08-041-0/+85