aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells1-1/+3
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-1/+5
2011-01-14nfs: add missing rcu-walk checkNick Piggin1-1/+5
2011-01-13NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust1-1/+5
2011-01-12switch nfs to ->s_d_opAl Viro1-4/+0
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-36/+36
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust1-23/+21
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust1-23/+21
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+5
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-2/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-3/+3
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+0
2011-01-07fs: dcache scale dentry refcountNick Piggin1-3/+3
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V1-3/+5
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V1-2/+1
2011-01-04NFS: use ERR_CAST()Namhyung Kim1-1/+1
2010-12-16NFS: Simplify ->decode_dirent() calling sequenceChuck Lever1-7/+8
2010-12-07NFS: Readdir cleanupsTrond Myklebust1-30/+17
2010-12-07NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust1-1/+2
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust1-9/+9
2010-12-01NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust1-2/+8
2010-11-30NFS: Fix a readdirplus bugTrond Myklebust1-5/+1
2010-11-22NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust1-3/+4
2010-11-22NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust1-4/+5
2010-11-22NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust1-9/+9
2010-11-22NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust1-3/+2
2010-11-22NFS: Fix a page leak in uncached_readdir()Trond Myklebust1-2/+3
2010-11-22NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust1-5/+5
2010-11-22NFS: Assume eof if the server returns no readdir recordsTrond Myklebust1-3/+7
2010-11-16nfs: Ignore kmemleak false positive in nfs_readdir_make_qstrCatalin Marinas1-0/+6
2010-11-15NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust1-1/+3
2010-11-15NFS: Fix a couple of regressions in readdir.Trond Myklebust1-34/+56
2010-11-15Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR"Trond Myklebust1-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-23NFS: Ensure we check all allocation return values in new readdir codeTrond Myklebust1-24/+37
2010-10-23NFS: Readdir plus in v4Bryan Schumaker1-2/+2
2010-10-23NFS: check xdr_decode for errorsBryan Schumaker1-1/+15
2010-10-23NFS: nfs_readdir_filler catch all errorsBryan Schumaker1-1/+1
2010-10-23NFS: readdir with vmapped pagesBryan Schumaker1-12/+54
2010-10-23NFS: decode_dirent should use an xdr_streamBryan Schumaker1-8/+21
2010-10-23NFS: re-add readdir plusBryan Schumaker1-0/+67
2010-10-23NFS: Optimise the readdir searchesTrond Myklebust1-4/+2
2010-10-23NFS: add readdir cache arrayBryan Schumaker1-323/+309
2010-10-23NFSv4: Don't ignore the error return codes from nfs_intent_set_fileTrond Myklebust1-12/+23
2010-09-29NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinkerTrond Myklebust1-2/+2
2010-09-17nfs: move nfs_sillyrename to unlink.cJeff Layton1-70/+0
2010-09-17NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust1-3/+4
2010-09-17NFS: Clean up nfs4_proc_create()Trond Myklebust1-6/+41