summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-03nfs41: allow LD to choose DS connection version/minor_versionPeng Tao5-8/+14
2015-02-03nfsv3: introduce nfs3_set_ds_clientPeng Tao5-5/+46
2015-02-03nfs41: move file layout macros to generic pnfsPeng Tao2-10/+11
2015-02-03nfs41: allow LD to choose DS connection auth flavorPeng Tao5-9/+14
2015-02-03nfs41: pull nfs4_ds_connect from file layout to generic pnfsPeng Tao3-73/+89
2015-02-03nfs41: pull decode_ds_addr from file layout to generic pnfsPeng Tao3-150/+154
2015-02-03nfs41: pull data server cache from file layout to generic pnfsPeng Tao4-252/+265
2015-02-03pnfs: Do not grab the commit_info lock twice when rescheduling writesTom Haynes3-26/+23
2015-02-03pnfs: Prepare for flexfiles by pulling out common codeTom Haynes6-290/+330
2015-02-03Merge tag 'nfs-rdma-for-3.20' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust6-347/+481
2015-01-30NFS: a couple off by onesDan Carpenter1-2/+2
2015-01-30nfs: prevent truncate on active swapfileOmar Sandoval1-1/+6
2015-01-30nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever1-2/+5
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever2-11/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever3-23/+13
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever3-23/+23
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever4-29/+19
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever4-104/+78
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever2-0/+98
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever1-53/+95
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever3-7/+7
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever2-7/+10
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever2-24/+14
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever1-3/+7
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever4-8/+6
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever3-16/+10
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever2-17/+13
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever2-2/+0
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever2-12/+13
2015-01-30xprtrdma: Clean up hdrlenChuck Lever2-6/+11
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever1-3/+5
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever3-24/+35
2015-01-30xprtrdma: human-readable completion statusChuck Lever1-13/+57
2015-01-24NFSv4: Deal with atomic upgrades of an existing delegationTrond Myklebust1-3/+17
2015-01-24NFSv4.1: Replace usage of nfs_client->cl_addr in encode_create_sessionTrond Myklebust1-7/+3
2015-01-24SUNRPC: Allow waiting on memory allocationTrond Myklebust1-2/+2
2015-01-24SUNRPC: Adjust rpciod workqueue parametersTrond Myklebust1-1/+2
2015-01-24NFSv4.1: Optimise layout return-on-closeTrond Myklebust3-40/+31
2015-01-24NFSv4.1: Allow parallel LOCK/LOCKU callsTrond Myklebust1-2/+6
2015-01-24NFSv4: Update of VFS byte range lock must be atomic with the stateid updateTrond Myklebust2-22/+16
2015-01-24NFSv4: Fix lock on-wire reordering issuesTrond Myklebust3-11/+30
2015-01-24NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialisedTrond Myklebust1-1/+1
2015-01-24NFSv4: Fix atomicity problems with lock stateid updatesTrond Myklebust1-13/+29
2015-01-23NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSETrond Myklebust2-2/+18
2015-01-23NFSv4: Check for NULL argument in nfs_*_seqid() functionsTrond Myklebust2-8/+18
2015-01-23NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation failsTrond Myklebust2-10/+10
2015-01-23NFSv4: More CLOSE/OPEN racesTrond Myklebust1-1/+15
2015-01-23NFSv4: Fix an atomicity problem in CLOSETrond Myklebust3-4/+9
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2-4/+3