summaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-1/+3
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-131-1/+5
|\
| * nfs: add missing rcu-walk checkNick Piggin2011-01-141-1/+5
* | NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust2011-01-131-1/+5
* | switch nfs to ->s_d_opAl Viro2011-01-121-4/+0
* | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-111-36/+36
|\ \ | |/ |/|
| * Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-101-23/+21
| |\
| | * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-23/+21
| * | nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V2011-01-041-3/+5
| * | nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V2011-01-041-2/+1
| * | NFS: use ERR_CAST()Namhyung Kim2011-01-041-1/+1
| * | NFS: Simplify ->decode_dirent() calling sequenceChuck Lever2010-12-161-7/+8
| |/
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+5
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-2/+6
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-3/+3
* | fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-3/+3
* | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
|/
* NFS: Readdir cleanupsTrond Myklebust2010-12-071-30/+17
* NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust2010-12-071-1/+2
* NFS: Fix a memory leak in nfs_readdirTrond Myklebust2010-12-021-9/+9
* NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust2010-12-011-2/+8
* NFS: Fix a readdirplus bugTrond Myklebust2010-11-301-5/+1
* NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-221-3/+4
* NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust2010-11-221-4/+5
* NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust2010-11-221-9/+9
* NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust2010-11-221-3/+2
* NFS: Fix a page leak in uncached_readdir()Trond Myklebust2010-11-221-2/+3
* NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust2010-11-221-5/+5
* NFS: Assume eof if the server returns no readdir recordsTrond Myklebust2010-11-221-3/+7
* nfs: Ignore kmemleak false positive in nfs_readdir_make_qstrCatalin Marinas2010-11-161-0/+6
* NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust2010-11-151-1/+3
* NFS: Fix a couple of regressions in readdir.Trond Myklebust2010-11-151-34/+56
* Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS...Trond Myklebust2010-11-151-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-261-1/+1
|\
| * new helper: ihold()Al Viro2010-10-251-1/+1
* | NFS: Ensure we check all allocation return values in new readdir codeTrond Myklebust2010-10-231-24/+37
* | NFS: Readdir plus in v4Bryan Schumaker2010-10-231-2/+2
* | NFS: check xdr_decode for errorsBryan Schumaker2010-10-231-1/+15
* | NFS: nfs_readdir_filler catch all errorsBryan Schumaker2010-10-231-1/+1
* | NFS: readdir with vmapped pagesBryan Schumaker2010-10-231-12/+54
* | NFS: decode_dirent should use an xdr_streamBryan Schumaker2010-10-231-8/+21
* | NFS: re-add readdir plusBryan Schumaker2010-10-231-0/+67
* | NFS: Optimise the readdir searchesTrond Myklebust2010-10-231-4/+2
* | NFS: add readdir cache arrayBryan Schumaker2010-10-231-323/+309
* | NFSv4: Don't ignore the error return codes from nfs_intent_set_fileTrond Myklebust2010-10-231-12/+23
* | NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinkerTrond Myklebust2010-09-291-2/+2
* | nfs: move nfs_sillyrename to unlink.cJeff Layton2010-09-171-70/+0
* | NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust2010-09-171-3/+4
* | NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-171-6/+41
OpenPOWER on IntegriCloud