aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2011-01-28NFS: NFSv4 readdir loses entriesChuck Lever
2011-01-28NFS: Micro-optimize nfs4_decode_dirent()Chuck Lever
2011-01-28NFS: Fix an NFS client lockdep issueTrond Myklebust
2011-01-25NFS construct consistent co_ownerid for v4.1Andy Adamson
2011-01-25NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust
2011-01-25NFS improve pnfs_put_deviceid_cache debug printAndy Adamson
2011-01-25NFS fix cb_sequence error processingAndy Adamson
2011-01-25NFS do not find client in NFSv4 pg_authenticateAndy Adamson
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever
2011-01-25NFS: Fix "kernel BUG at fs/nfs/nfs3xdr.c:1338!"Chuck Lever
2011-01-25NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever
2011-01-25NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds().Jesper Juhl
2011-01-19NFS: fix handling of malloc failure during nfs_flush_multi()Fred Isaman
2011-01-15Unexport do_add_mount() and add in follow_automount(), not ->d_automount()David Howells
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid 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-11NFS fix the setting of exchange id flagAndy Adamson
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: dcache per-inode inode alias lockingNick Piggin
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: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2011-01-06NFSv4: Ensure continued open and lockowner name uniquenessTrond Myklebust
2011-01-06NFS: Move cl_delegations to the nfs_server structChuck Lever
2011-01-06NFS: Introduce nfs_detach_delegations()Chuck Lever
2011-01-06NFS: Move cl_state_owners and related fields to the nfs_server structChuck Lever
2011-01-06NFS: Allow walking nfs_client.cl_superblocks list outside client.cChuck Lever
2011-01-06pnfs: layout roc codeFred Isaman
2011-01-06pnfs: update nfs4_callback_recallany to handle layoutsAlexandros Batsakis
2011-01-06pnfs: add CB_LAYOUTRECALL handlingFred Isaman
2011-01-06pnfs: CB_LAYOUTRECALL xdr codeFred Isaman
2011-01-06pnfs: change lo refcounting to atomic_tFred Isaman
2011-01-06pnfs: check that partial LAYOUTGET return is ignoredFred Isaman
2011-01-06pnfs: add layout to client list before sending rpcFred Isaman
2011-01-06pnfs: serialize LAYOUTGET(openstateid)Fred Isaman
2011-01-06pnfs: layoutget rpc code cleanupFred Isaman
2011-01-06pnfs: change how lsegs are removed from layout listFred Isaman
2011-01-06pnfs: change layout state seqlock to a spinlockFred Isaman