summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_sendto.c
AgeCommit message (Expand)Author
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_map_reply_msg()Chuck Lever
2020-11-30svcrdma: Support multiple write chunks when pulling upChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to encode Reply transport headersChuck Lever
2020-11-30svcrdma: Use parsed chunk lists to construct RDMA WritesChuck Lever
2020-11-30svcrdma: Clean up svc_rdma_encode_reply_chunk()Chuck Lever
2020-11-30svcrdma: Post RDMA Writes while XDR encoding repliesChuck Lever
2020-11-30NFSD: Invoke svc_encode_result_payload() in "read" NFSD encodersChuck Lever
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni
2020-07-28svcrdma: Remove transport reference countingChuck Lever
2020-07-13svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever
2020-07-13svcrdma: Introduce Send completion IDsChuck Lever
2020-07-13svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever
2020-07-13svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever
2020-07-13svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever
2020-07-13svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever
2020-07-13svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever
2020-07-13svcrdma: Add @rctxt parameter to svc_rdma_send_error() functionsChuck Lever
2020-07-13svcrdma: Remove save_io_pages() call from send_error_msg()Chuck Lever
2020-05-18SUNRPC: Move xpt_mutex into socket xpo_sendto methodsChuck Lever
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever
2020-03-16svcrdma: Avoid DMA mapping small RPC RepliesChuck Lever
2020-03-16svcrdma: Fix double sync of transport header bufferChuck Lever
2020-03-16svcrdma: Refactor chunk list encodersChuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_msg()Chuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_map_reply_msg()Chuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever
2020-03-16svcrdma: De-duplicate code that locates Write and Reply chunksChuck Lever
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever
2020-03-16svcrdma: Fix double svc_rdma_send_ctxt_put() in an error pathChuck Lever
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2019-10-08svcrdma: Improve DMA mapping trace pointsChuck Lever
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-11-28svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-09svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever
2018-05-11svcrdma: Remove post_send_wrChuck Lever
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever