summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-7/+2
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy1-7/+2
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-1/+4
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-8/+75
2011-03-24NFS: lookup supports alternate clientBryan Schumaker1-3/+3
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker1-1/+27
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker1-7/+47
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust1-1/+2
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro1-0/+13
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...Linus 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...Linus 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 EIS...Trond Myklebust1-1/+1
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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