summaryrefslogtreecommitdiff
path: root/fs/nfs/dir.c
AgeCommit message (Expand)Author
2011-11-26nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton
2011-07-30Additional readdir cookie loop informationBryan Schumaker
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro
2011-07-20fix mknod() on nfs4 (hopefully)Al Viro
2011-07-20nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2011-05-29SUNRPC: introduce xdr_init_decode_pagesBenny Halevy
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust
2011-03-24NFS: lookup supports alternate clientBryan Schumaker
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust
2011-03-16nfs: store devname at disconnected NFS rootsAl Viro
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells
2011-01-13Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-14nfs: add missing rcu-walk checkNick Piggin
2011-01-13NFS: Fix NFSv3 exclusive open semanticsTrond Myklebust
2011-01-12switch nfs to ->s_d_opAl Viro
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V
2011-01-04nfs: Set MS_POSIXACL alwaysAneesh Kumar K.V
2011-01-04NFS: use ERR_CAST()Namhyung Kim
2010-12-16NFS: Simplify ->decode_dirent() calling sequenceChuck Lever
2010-12-07NFS: Readdir cleanupsTrond Myklebust
2010-12-07NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not foundTrond Myklebust
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust
2010-12-01NFS: Ensure we use the correct cookie in nfs_readdir_xdr_fillerTrond Myklebust
2010-11-30NFS: Fix a readdirplus bugTrond Myklebust
2010-11-22NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust
2010-11-22NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust
2010-11-22NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust
2010-11-22NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust
2010-11-22NFS: Fix a page leak in uncached_readdir()Trond Myklebust