summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)AuthorFilesLines
2021-04-26xprtrdma: Fix cwnd update orderingChuck Lever3-7/+8
2021-04-26xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever1-4/+5
2021-04-26xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever1-1/+5
2021-04-26xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever1-7/+24
2021-04-26xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever1-1/+3
2021-04-26xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2-0/+14
2021-04-26xprtrdma: Avoid Receive Queue wrappingChuck Lever1-0/+1
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever1-2/+4
2021-03-11svcrdma: Revert "svcrdma: Reduce Receive doorbell rate"Chuck Lever1-43/+39
2021-03-07svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler1-3/+3
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-68/+34
2021-02-23Merge tag 'nfsd-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-3/+3
2021-02-15svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever1-3/+3
2021-02-05xprtrdma: Clean up rpcrdma_prepare_readch()Chuck Lever1-18/+9
2021-02-05xprtrdma: Pad optimization, revisitedChuck Lever1-4/+1
2021-02-05rpcrdma: Fix comments about reverse-direction operationChuck Lever4-12/+8
2021-02-05xprtrdma: Refactor invocations of offset_in_page()Chuck Lever3-8/+6
2021-02-05xprtrdma: Simplify rpcrdma_convert_kvec() and frwr_map()Chuck Lever3-13/+10
2021-02-05xprtrdma: Remove FMR support in rpcrdma_convert_iovs()Chuck Lever1-20/+7
2021-01-25svcrdma: DMA-sync the receive buffer in svc_rdma_recvfrom()Chuck Lever1-3/+3
2021-01-25svcrdma: Reduce Receive doorbell rateChuck Lever1-39/+43
2021-01-25svcrdma: Deprecate stat variables that are no longer usedChuck Lever1-57/+27
2021-01-25svcrdma: Restore read and write statsChuck Lever2-8/+20
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever3-5/+11
2021-01-25svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2-6/+52
2021-01-25svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever1-7/+23
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-84/+123
2020-12-16Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust6-75/+90
2020-12-14xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever1-9/+31
2020-12-02SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2-0/+2
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever1-14/+222
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever2-68/+108
2020-11-30svcrdma: Rename info::ri_chunklenChuck Lever1-16/+15
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever2-17/+12
2020-11-30svcrdma: Remove chunk list pointersChuck Lever1-7/+1
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck Lever1-27/+9
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever1-76/+98
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever3-82/+129
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever1-61/+44
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever3-34/+36
2020-11-30svcrdma: Use parsed chunk lists to detect reverse direction repliesChuck Lever1-15/+14
2020-11-30svcrdma: Use parsed chunk lists to derive the inv_rkeyChuck Lever1-37/+30
2020-11-30svcrdma: Add a "parsed chunk list" data structureChuck Lever3-82/+422
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever2-12/+14
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever2-36/+76
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever1-17/+7
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever2-5/+5
2020-11-30svcrdma: Refactor the RDMA Write pathChuck Lever1-21/+35
2020-11-30svcrdma: Const-ify the xdr_buf argumentsChuck Lever1-2/+2
2020-11-30svcrdma: Catch another Reply chunk overflow caseChuck Lever1-0/+2