summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-06-30xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever1-6/+3
2020-01-17xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever1-0/+1
2019-08-26xprtrdma: Clear xprt->reestablish_timeout on closeChuck Lever1-2/+6
2019-08-26xprtrdma: Recycle MRs after disconnectChuck Lever1-1/+1
2019-08-21xprtrdma: Inline XDR chunk encoder functionsChuck Lever1-9/+12
2019-08-21xprtrdma: Cache free MRs in each rpcrdma_reqChuck Lever1-3/+8
2019-08-20xprtrdma: Move rpcrdma_mr_get out of frwr_mapChuck Lever1-6/+24
2019-08-20xprtrdma: Simplify rpcrdma_mr_popChuck Lever1-6/+1
2019-07-12Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust1-85/+63
2019-07-09xprtrdma: Refactor chunk encodingChuck Lever1-20/+16
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-38/+23
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever1-31/+30
2019-07-09xprtrdma: Add mechanism to place MRs back on the free listChuck Lever1-0/+1
2019-07-09xprtrdma: Remove fr_stateChuck Lever1-1/+1
2019-07-09xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever1-1/+0
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever1-14/+12
2019-07-09xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever1-3/+3
2019-07-06SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust1-2/+2
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-15/+19
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever1-15/+12
2019-04-25xprtrdma: Trace marshaling failuresChuck Lever1-0/+1
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever1-24/+23
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever1-2/+2
2019-04-25SUNRPC: Avoid digging into the ATOMIC poolChuck Lever1-1/+1
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+2
2019-02-13xprtrdma: Check inline size before providing a Write chunkChuck Lever1-1/+17
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever1-1/+1
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever1-3/+3
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever1-7/+10
2019-01-02xprtrdma: Expose transport header errorsChuck Lever1-1/+0
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever1-5/+6
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever1-3/+3
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever1-9/+5
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever1-1/+1
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever1-18/+3
2018-10-19Merge tag 'nfs-rdma-for-4.20-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust1-12/+8
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-1/+1
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever1-2/+0
2018-10-02xprtrdma: xprt_release_rqst_cong is called outside of transport_lockChuck Lever1-9/+7
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust1-1/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-5/+5
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-44/+22
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever1-8/+0
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever1-1/+1
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever1-19/+12
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-0/+2
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-2/+3