aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-03switch ->mknod() to umode_tAl Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-6/+6
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro1-12/+1
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton1-1/+1
2011-07-30Additional readdir cookie loop informationBryan Schumaker1-1/+2
2011-07-30NFS: Fix spurious readdir cookie loop messagesTrond Myklebust1-23/+33
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+6
2011-07-20nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last stepAl Viro1-4/+2
2011-07-20no need to check for LOOKUP_OPEN in ->create() instancesAl Viro1-3/+3
2011-07-20don't transliterate lower bits of ->intent.open.flags to FMODE_...Al Viro1-7/+17
2011-07-20fix mknod() on nfs4 (hopefully)Al Viro1-12/+12
2011-07-20nameidata_to_nfs_open_context() doesn't need nameidata, actually...Al Viro1-6/+7
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-9/+5
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
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/git/npiggin/linux-npigginLinus 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-2.6Linus 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