aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAge
* NFS: Readdir cleanupsTrond Myklebust2010-12-07
* NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust2010-12-07
* NFS: Fix a memory leak in nfs_readdirTrond Myklebust2010-12-02
* NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust2010-12-01
* NFS: Fix a readdirplus bugTrond Myklebust2010-11-30
* NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-22
* NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust2010-11-22
* NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust2010-11-22
* NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust2010-11-22
* NFS: Fix a page leak in uncached_readdir()Trond Myklebust2010-11-22
* NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust2010-11-22
* NFS: Assume eof if the server returns no readdir recordsTrond Myklebust2010-11-22
* nfs: Ignore kmemleak false positive in nfs_readdir_make_qstrCatalin Marinas2010-11-16
* NFS: readdir shouldn't read beyond the reply returned by the serverTrond Myklebust2010-11-15
* NFS: Fix a couple of regressions in readdir.Trond Myklebust2010-11-15
* Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EIS...Trond Myklebust2010-11-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-26
|\
| * new helper: ihold()Al Viro2010-10-25
* | NFS: Ensure we check all allocation return values in new readdir codeTrond Myklebust2010-10-23
* | NFS: Readdir plus in v4Bryan Schumaker2010-10-23
* | NFS: check xdr_decode for errorsBryan Schumaker2010-10-23
* | NFS: nfs_readdir_filler catch all errorsBryan Schumaker2010-10-23
* | NFS: readdir with vmapped pagesBryan Schumaker2010-10-23
* | NFS: decode_dirent should use an xdr_streamBryan Schumaker2010-10-23
* | NFS: re-add readdir plusBryan Schumaker2010-10-23
* | NFS: Optimise the readdir searchesTrond Myklebust2010-10-23
* | NFS: add readdir cache arrayBryan Schumaker2010-10-23
* | NFSv4: Don't ignore the error return codes from nfs_intent_set_fileTrond Myklebust2010-10-23
* | NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinkerTrond Myklebust2010-09-29
* | nfs: move nfs_sillyrename to unlink.cJeff Layton2010-09-17
* | NFS: Add an 'open_context' element to struct nfs_rpc_opsTrond Myklebust2010-09-17
* | NFS: Clean up nfs4_proc_create()Trond Myklebust2010-09-17
* | NFSv4: Further cleanups for nfs4_open_revalidate()Trond Myklebust2010-09-17
* | NFSv4: Clean up nfs4_open_revalidateTrond Myklebust2010-09-17
* | NFSv4: Further minor cleanups for nfs4_atomic_open()Trond Myklebust2010-09-17
* | NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-17
|/
* NFS: Fix an Oops in the NFSv4 atomic open codeTrond Myklebust2010-08-18
* NFS: allow close-to-open cache semantics to apply to root of NFS filesystemNeil Brown2010-08-10
* Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-08-07
|\
| * NFS: nfs_rename() should not have to flush out writebacksTrond Myklebust2010-08-03
* | vfs: re-introduce MAY_CHDIREric Paris2010-08-02
* | mm: add context argument to shrinker callbackDave Chinner2010-07-19
|/
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* NFS: Fix a lock imbalance typo in nfs_access_cache_shrinkerTrond Myklebust2010-05-26
* NFS: Don't call iput() in nfs_access_cache_shrinkerTrond Myklebust2010-05-14
* NFS: Clean up nfs_access_zap_cache()Trond Myklebust2010-05-14
* NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFSTrond Myklebust2010-05-14
* NFS: Reduce stack footprint of nfs_readdir()Trond Myklebust2010-05-14
* NFS: Reduce the stack footprint of nfs_lookupTrond Myklebust2010-05-14
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-29
|\