summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-166-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
| | * xprtrdma: Introduce Receive completion IDsChuck Lever2020-11-112-1/+10
| | * xprtrdma: Replace dprintk call sites in ERR_CHUNK pathChuck Lever2020-11-111-10/+3
| * | xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-141-9/+31
| * | SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-022-0/+2
| |/
* | svcrdma: support multiple Read chunks per RPCChuck Lever2020-11-301-14/+222
* | svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2020-11-302-68/+108
* | svcrdma: Rename info::ri_chunklenChuck Lever2020-11-301-16/+15
* | svcrdma: Clean up chunk tracepointsChuck Lever2020-11-302-17/+12
* | svcrdma: Remove chunk list pointersChuck Lever2020-11-301-7/+1
* | svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever2020-11-301-27/+9
* | svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever2020-11-301-76/+98
* | svcrdma: Support multiple write chunks when pulling upChuck Lever2020-11-303-82/+129
* | svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever2020-11-301-61/+44
* | svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever2020-11-303-34/+36
* | svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever2020-11-301-15/+14