aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-06pnfs: add prefix to struct pnfs_layout_hdr fieldsFred Isaman3-56/+56
2011-01-06pnfs: add prefix to struct pnfs_layout_segment fieldsFred Isaman3-39/+39
2011-01-06pnfs: remove unnecessary field lgp->statusFred Isaman1-2/+1
2011-01-06pnfs: fix incorrect comment in destroy_lsegFred Isaman1-1/+1
2011-01-06NFS rename client back channel transport fieldAndy Adamson1-6/+6
2011-01-06NFS add session back channel drainingAndy Adamson5-15/+85
2011-01-06NFS RPC_AUTH_GSS unsupported on v4.1 back channelAndy Adamson1-0/+3
2011-01-06NFS refactor nfs_find_client and reference client across callback processingAndy Adamson6-188/+245
2011-01-06NFS associate sessionid with callback connectionAndy Adamson3-0/+38
2011-01-06NFS implement v4.0 callback_identAndy Adamson4-0/+54
2011-01-06NFS do not clear minor version at nfs_client freeAndy Adamson1-13/+9
2011-01-06NFS use svc_create_xprt for NFSv4.1 callback serviceAndy Adamson1-10/+18
2011-01-04nfsv4: Switch to generic xattr handling codeAneesh Kumar K.V4-37/+44