aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/symlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09nfs: pass the correct prototype to read_cache_pageChristoph Hellwig1-3/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+3
2015-12-08teach nfs_get_link() to work in RCU modeAl Viro1-10/+20
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+6
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-1/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-13/+6
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust1-1/+1
2008-04-23nfs: remove unnecessary NFS_NEED_* definesJ. Bruce Fields1-1/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin1-6/+0
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven1-1/+1
2007-01-24[PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust1-1/+3
2006-12-06NFS: Remove use of the Big Kernel Lock around nfs calls to readlinkFrank Filz1-2/+0
2006-06-25nfs: remove nfs_put_link()Alexey Dobriyan1-10/+1
2006-06-09NFS: Separate metadata and page cache revalidation mechanismsTrond Myklebust1-1/+1
2005-08-19Fix nasty ncpfs symlink handling bug.Linus Torvalds1-29/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+117