summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-11-02xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington
2021-10-20xprtrdma: Remove rpcrdma_ep::re_implicit_roundupChuck Lever
2021-10-20xprtrdma: Provide a buffer to pad Write chunks of unaligned lengthChuck Lever
2021-10-04svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever
2021-10-04svcrdma: Split the svcrdma_wc_send() tracepointChuck Lever
2021-10-04svcrdma: Split the svcrdma_wc_receive() tracepointChuck Lever
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-08-19svcrdma: xpt_bc_xprt is already clear in __svc_rdma_free()Chuck Lever
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever
2021-08-17svcrdma: Relieve contention on sc_send_lock.Chuck Lever
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever
2021-08-09SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust
2021-08-09xprtrdma: Eliminate rpcrdma_post_sends()Chuck Lever
2021-08-09xprtrdma: Add an xprtrdma_post_send_err tracepointChuck Lever
2021-08-09xprtrdma: Add xprtrdma_post_recvs_err() tracepointChuck Lever
2021-08-09xprtrdma: Put rpcrdma_reps before waking the tear-down completionChuck Lever
2021-08-09xprtrdma: Disconnect after an ib_post_send() immediate errorChuck Lever
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-07-08sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia
2021-07-07Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2021-07-06xprtrdma: Fix spelling mistakesZheng Yongjun
2021-05-27xprtrdma: Revert 586a0787ce35Chuck Lever
2021-05-26SUNRPC: More fixes for backlog congestionTrond Myklebust
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-05-01xprtrdma: Fix a NULL dereference in frwr_unmap_sync()Chuck Lever
2021-04-26xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever
2021-04-26xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever
2021-04-26xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever
2021-04-26xprtrdma: Avoid Send Queue wrappingChuck Lever
2021-04-26xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever
2021-04-26xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever
2021-04-26xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever
2021-04-26xprtrdma: Rename frwr_release_mr()Chuck Lever
2021-04-26xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever
2021-04-26xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever
2021-04-26xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever
2021-04-26xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever
2021-04-26xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever
2021-04-26xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever
2021-04-26xprtrdma: Avoid Receive Queue wrappingChuck Lever
2021-04-14svcrdma: Pass a useful error code to the send_err tracepointChuck Lever
2021-04-14svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever
2021-04-14svcrdma: Don't leak send_ctxt on Send errorsChuck Lever