summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-045-31/+28
|\
| * SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2021-08-091-6/+5
| * xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever2021-08-094-18/+2
| * xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever2021-08-091-1/+5
| * xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever2021-08-091-1/+2
| * xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever2021-08-091-5/+5
| * xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever2021-08-093-1/+10
* | svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever2021-08-191-7/+0
* | svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever2021-08-172-15/+36
* | svcrdma: Relieve contention on sc_send_lock.Chuck Lever2021-08-172-16/+9
* | svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever2021-08-172-8/+17
|/
* Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-07-091-0/+2
|\
| * sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia2021-07-081-0/+2
* | Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2021-07-071-3/+3
|\ \ | |/ |/|
| * xprtrdma: Fix spelling mistakesZheng Yongjun2021-07-061-3/+3
* | xprtrdma: Revert 586a0787ce35Chuck Lever2021-05-271-9/+18
* | SUNRPC: More fixes for backlog congestionTrond Myklebust2021-05-263-9/+22
|/
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-076-210/+208
|\
| * xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever2021-05-011-0/+1
| * xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-262-9/+6
| * xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever2021-04-262-23/+13
| * xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever2021-04-262-6/+5
| * xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever2021-04-262-21/+16
| * xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever2021-04-262-17/+16
| * xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-18/+0
| * xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever2021-04-261-0/+2
| * xprtrdma: Avoid Send Queue wrappingChuck Lever2021-04-262-17/+16
| * xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever2021-04-263-9/+41
| * xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever2021-04-261-52/+17
| * xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever2021-04-261-3/+5
| * xprtrdma: Rename frwr_release_mr()Chuck Lever2021-04-263-6/+6
| * xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-04-261-1/+0
| * xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-264-20/+14
| * xprtrdma: Fix cwnd update orderingChuck Lever2021-04-263-7/+8
| * xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever2021-04-261-4/+5
| * xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever2021-04-261-1/+5
| * xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever2021-04-261-7/+24
| * xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever2021-04-261-1/+3
| * xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2021-04-262-0/+14
| * xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-04-261-0/+1
| * SUNRPC: Move fault injection call sitesChuck Lever2021-04-141-2/+4
* | svcrdma: Pass a useful error code to the send_err tracepointChuck Lever2021-04-141-3/+9
* | svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever2021-04-141-12/+12
* | svcrdma: Don't leak send_ctxt on Send errorsChuck Lever2021-04-141-4/+4
* | svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()Chuck Lever2021-03-311-7/+7
* | svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever2021-03-312-17/+0
* | svcrdma: Remove sc_read_complete_qChuck Lever2021-03-312-52/+6
* | svcrdma: Single-stage RDMA ReadChuck Lever2021-03-312-67/+37
* | SUNRPC: Move svc_xprt_received() call sitesChuck Lever2021-03-221-0/+6
* | svcrdma: Retain the page backing rq_res.head[0].iov_baseChuck Lever2021-03-221-0/+5