aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
Commit message (Expand)AuthorAge
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-25
* Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-24
|\
| * NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker2011-03-23
| * NFS: Create nfs_open_dir_contextBryan Schumaker2011-03-23
| * NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust2011-03-23
* | NFS: lookup supports alternate clientBryan Schumaker2011-03-24
* | nfs: store devname at disconnected NFS rootsAl Viro2011-03-16
|/
* NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-15
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-13
|\
| * nfs: add missing rcu-walk checkNick Piggin2011-01-13
* | NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust2011-01-13
* | switch nfs to ->s_d_opAl Viro2011-01-12
* | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-11
|\ \ | |/ |/|
| * Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-10
| |\
| | * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-10
| * | nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V2011-01-04
| * | nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V2011-01-04
| * | NFS: use ERR_CAST()Namhyung Kim2011-01-04
| * | NFS: Simplify ->decode_dirent() calling sequenceChuck Lever2010-12-16
| |/
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* | fs: dcache remove dcache_lockNick Piggin2011-01-07
* | fs: dcache scale dentry refcountNick Piggin2011-01-07
* | fs: change d_delete semanticsNick Piggin2011-01-07
|/
* 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