aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-28NFS: NFSv4 readdir loses entriesChuck Lever1-3/+0
2011-01-28NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever1-3/+3
2011-01-28NFS: Fix an NFS client lockdep issueTrond Myklebust1-2/+4
2011-01-25NFS construct consistent co_ownerid for v4.1Andy Adamson1-20/+10
2011-01-25NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust1-9/+17
2011-01-25NFS improve pnfs_put_deviceid_cache debug printAndy Adamson1-1/+1
2011-01-25NFS fix cb_sequence error processingAndy Adamson1-1/+1
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson7-111/+41
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever1-2/+2
2011-01-25NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever1-1/+4
2011-01-25NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever1-14/+20
2011-01-25NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl1-2/+7
2011-01-19NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman1-1/+1
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells1-20/+4
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells4-47/+46
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-4/+1
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 Viro3-10/+1
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds26-2738/+5397
2011-01-11NFS fix the setting of exchange id flagAndy Adamson1-4/+21
2011-01-10Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust4-39/+21
2011-01-10NFS: Don't use vm_map_ram() in readdirTrond Myklebust4-41/+21
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
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 Piggin2-5/+5
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: dcache remove dcache_lockNick Piggin3-8/+0
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-1/+13
2011-01-07fs: scale inode alias listNick Piggin1-0/+4
2011-01-07fs: dcache scale dentry refcountNick Piggin2-4/+4
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-06NFSv4: Ensure continued open and lockowner name uniquenessTrond Myklebust2-6/+11
2011-01-06NFS: Move cl_delegations to the nfs_server structChuck Lever4-92/+250
2011-01-06NFS: Introduce nfs_detach_delegations()Chuck Lever1-21/+20
2011-01-06NFS: Move cl_state_owners and related fields to the nfs_server structChuck Lever2-72/+181
2011-01-06NFS: Allow walking nfs_client.cl_superblocks list outside client.cChuck Lever2-21/+32
2011-01-06pnfs: layout roc codeFred Isaman6-6/+151
2011-01-06pnfs: update nfs4_callback_recallany to handle layoutsAlexandros Batsakis2-3/+34
2011-01-06pnfs: add CB_LAYOUTRECALL handlingFred Isaman4-20/+194
2011-01-06pnfs: CB_LAYOUTRECALL xdr codeFred Isaman3-1/+93
2011-01-06pnfs: change lo refcounting to atomic_tFred Isaman2-24/+28
2011-01-06pnfs: check that partial LAYOUTGET return is ignoredFred Isaman1-0/+11
2011-01-06pnfs: add layout to client list before sending rpcFred Isaman1-8/+19
2011-01-06pnfs: serialize LAYOUTGET(openstateid)Fred Isaman4-10/+27
2011-01-06pnfs: layoutget rpc code cleanupFred Isaman1-9/+10
2011-01-06pnfs: change how lsegs are removed from layout listFred Isaman3-44/+96
2011-01-06pnfs: change layout state seqlock to a spinlockFred Isaman3-61/+27