aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
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
2011-01-06pnfs: add prefix to struct pnfs_layout_hdr fieldsFred Isaman
2011-01-06pnfs: add prefix to struct pnfs_layout_segment fieldsFred Isaman
2011-01-06pnfs: remove unnecessary field lgp->statusFred Isaman
2011-01-06pnfs: fix incorrect comment in destroy_lsegFred Isaman
2011-01-06NFS rename client back channel transport fieldAndy Adamson
2011-01-06NFS add session back channel drainingAndy Adamson
2011-01-06NFS RPC_AUTH_GSS unsupported on v4.1 back channelAndy Adamson
2011-01-06NFS refactor nfs_find_client and reference client across callback processingAndy Adamson
2011-01-06NFS associate sessionid with callback connectionAndy Adamson
2011-01-06NFS implement v4.0 callback_identAndy Adamson
2011-01-06NFS do not clear minor version at nfs_client freeAndy Adamson
2011-01-06NFS use svc_create_xprt for NFSv4.1 callback serviceAndy Adamson
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V