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