summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | svcrdma: Remove unused sc_pages fieldChuck Lever2021-03-221-25/+0
* | svcrdma: Normalize Send page handlingChuck Lever2021-03-222-14/+23
* | svcrdma: Add a "deferred close" helperChuck Lever2021-03-224-15/+9
* | svcrdma: Maintain a Receive water markChuck Lever2021-03-222-3/+12
* | svcrdma: Use svc_rdma_refresh_recvs() in wc_receiveChuck Lever2021-03-221-32/+11
* | svcrdma: Add a batch Receive posting mechanismChuck Lever2021-03-221-14/+42
* | svcrdma: Remove stale comment for svc_rdma_wc_receive()Chuck Lever2021-03-221-2/+0
* | svcrdma: Provide an explanatory comment in CMA event handlerChuck Lever2021-03-221-0/+3
* | svcrdma: RPCDBG_FACILITY is no longer usedChuck Lever2021-03-222-4/+0
|/
* svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever2021-03-111-43/+39
* svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler2021-03-061-3/+3
* Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-02-265-68/+34
|\
| * xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever2021-02-051-18/+9
| * xprtrdma: Pad optimization, revisitedChuck Lever2021-02-051-4/+1
| * rpcrdma: Fix comments about reverse-direction operationChuck Lever2021-02-054-12/+8
| * xprtrdma: Refactor invocations of offset_in_page()Chuck Lever2021-02-053-8/+6
| * xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever2021-02-053-13/+10
| * xprtrdma: Remove FMR support in rpcrdma_convert_iovs()Chuck Lever2021-02-051-20/+7
* | Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-02-221-3/+3
|\ \
| * | svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever2021-02-151-3/+3
| |/
* | svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever2021-01-251-3/+3
* | svcrdma: Reduce Receive doorbell rateChuck Lever2021-01-251-39/+43
* | svcrdma: Deprecate stat variables that are no longer usedChuck Lever2021-01-251-57/+27
* | svcrdma: Restore read and write statsChuck Lever2021-01-252-8/+20
* | svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever2021-01-253-5/+11
* | svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2021-01-252-6/+52
* | svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever2021-01-251-7/+23
|/
* Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-12-177-84/+123
|\
| * Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2020-12-156-75/+90
| |\
| | * xprtrdma: Micro-optimize MR DMA-unmappingChuck Lever2020-11-112-6/+7
| | * xprtrdma: Move rpcrdma_mr_put()Chuck Lever2020-11-113-33/+28
| | * xprtrdma: Trace unmap_sync callsChuck Lever2020-11-111-3/+4
| | * xprtrdma: Display the task ID when reporting MR eventsChuck Lever2020-11-112-2/+0
| | * xprtrdma: Clean up trace_xprtrdma_nomrs()Chuck Lever2020-11-111-1/+1
| | * xprtrdma: Clean up xprtrdma callback tracepointsChuck Lever2020-11-111-3/+3
| | * xprtrdma: Clean up tracepoints in the reply pathChuck Lever2020-11-111-4/+2
| | * xprtrdma: Clean up reply parsing error tracepointsChuck Lever2020-11-111-5/+5
| | * xprtrdma: Clean up trace_xprtrdma_post_linvChuck Lever2020-11-111-2/+2
| | * xprtrdma: Introduce FRWR completion IDsChuck Lever2020-11-112-7/+23
| | * xprtrdma: Introduce Send completion IDsChuck Lever2020-11-112-1/+5