summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-03nfs41: clear NFS_LAYOUT_RETURN if layoutreturn is sent or failed to sendPeng Tao2-0/+6
2015-02-03nfs41: send layoutreturn in last put_lsegPeng Tao1-1/+37
2015-02-03nfs41: don't use a layout if it is marked for returningPeng Tao3-5/+20
2015-02-03nfs41: add a helper to mark layout for returnPeng Tao2-0/+59
2015-02-03nfs41: make a helper function to send layoutreturnPeng Tao1-20/+33
2015-02-03nfs41: pass iomode through layoutreturn argsPeng Tao3-1/+3
2015-02-03nfs: save server READ/WRITE/COMMIT statusPeng Tao4-3/+15
2015-02-03nfs41: serialize first layoutget of a filePeng Tao2-4/+32
2015-02-03nfs41: close a small race window when adding new layout to global listPeng Tao1-5/+3
2015-02-03nfs/flexclient: export pnfs_layoutcommit_inodePeng Tao1-0/+1
2015-02-03nfs: set hostname when creating nfsv3 ds connectionPeng Tao1-0/+7
2015-02-03sunrpc: add rpc_count_iostats_idxWeston Andros Adamson2-7/+21
2015-02-03NFSv4.1/NFSv3: Add pNFS callbacks for nfs3_(read|write|commit)_done()Trond Myklebust1-0/+9
2015-02-03nfs: allow to specify cred in nfs_initiate_pgioPeng Tao3-11/+14
2015-02-03nfs4: export nfs4_sequence_donePeng Tao2-4/+7
2015-02-03nfs4: pass slot table to nfs40_setup_sequencePeng Tao2-11/+17
2015-02-03nfs: allow different protocol in nfs_initiate_commitPeng Tao4-4/+7
2015-02-03pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgioTom Haynes6-8/+13
2015-02-03nfs41: create NFSv3 DS connection if specifiedPeng Tao3-5/+93
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