summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
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
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever
2021-03-31svcrdma: Clean up dto_q critical section in svc_rdma_recvfrom()Chuck Lever
2021-03-31svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever
2021-03-31svcrdma: Remove sc_read_complete_qChuck Lever
2021-03-31svcrdma: Single-stage RDMA ReadChuck Lever
2021-03-22SUNRPC: Move svc_xprt_received() call sitesChuck Lever
2021-03-22svcrdma: Retain the page backing rq_res.head[0].iov_baseChuck Lever
2021-03-22svcrdma: Remove unused sc_pages fieldChuck Lever
2021-03-22svcrdma: Normalize Send page handlingChuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-03-22svcrdma: Maintain a Receive water markChuck Lever
2021-03-22svcrdma: Use svc_rdma_refresh_recvs() in wc_receiveChuck Lever
2021-03-22svcrdma: Add a batch Receive posting mechanismChuck Lever
2021-03-22svcrdma: Remove stale comment for svc_rdma_wc_receive()Chuck Lever
2021-03-22svcrdma: Provide an explanatory comment in CMA event handlerChuck Lever
2021-03-22svcrdma: RPCDBG_FACILITY is no longer usedChuck Lever
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever
2021-03-06svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-22Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-02-15svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever
2021-02-05xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever
2021-02-05xprtrdma: Pad optimization, revisitedChuck Lever