summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c
AgeCommit message (Expand)Author
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever
2023-06-17svcrdma: trace cc_release callsChuck Lever
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever
2022-06-02SUNRPC: Trap RDMA segment overflowsChuck Lever
2021-10-04svcrdma: Split svcrmda_wc_{read,write} tracepointsChuck Lever
2021-08-17svcrdma: Convert rdma->sc_rw_ctxts to llistChuck Lever
2021-08-17svcrdma: Fewer calls to wake_up() in Send completion handlerChuck Lever
2021-07-06xprtrdma: Fix spelling mistakesZheng Yongjun
2021-03-31svcrdma: Remove svc_rdma_recv_ctxt::rc_pages and ::rc_argChuck Lever
2021-03-31svcrdma: Single-stage RDMA ReadChuck Lever
2021-03-22svcrdma: Add a "deferred close" helperChuck Lever
2021-01-25svcrdma: Restore read and write statsChuck Lever
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever
2020-11-30svcrdma: support multiple Read chunks per RPCChuck Lever
2020-11-30svcrdma: Use the new parsed chunk list when pulling Read chunksChuck Lever
2020-11-30svcrdma: Rename info::ri_chunklenChuck Lever
2020-11-30svcrdma: Clean up chunk tracepointsChuck Lever
2020-11-30svcrdma: Support multiple Write chunks in svc_rdma_send_reply_chunkChuck 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-30svcrdma: Refactor the RDMA Write pathChuck Lever
2020-11-30svcrdma: Const-ify the xdr_buf argumentsChuck Lever
2020-11-30svcrdma: Catch another Reply chunk overflow caseChuck Lever
2020-09-25net: sunrpc: delete repeated wordsRandy Dunlap
2020-07-28svcrdma: Remove transport reference countingChuck Lever
2020-07-13svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever
2020-07-13svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever
2020-07-13svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever
2020-05-18svcrdma: trace undersized Write chunksChuck Lever
2020-05-18svcrdma: Trace page overruns when constructing RDMA ReadsChuck Lever
2020-05-18svcrdma: Clean up handling of get_rw_ctx errorsChuck Lever
2020-05-18svcrdma: Clean up the tracing for rw_ctx_init errorsChuck Lever
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever
2020-03-16svcrdma: Rename svcrdma_encode trace points in send routinesChuck Lever
2020-03-16svcrdma: Update synopsis of svc_rdma_send_reply_chunk()Chuck Lever
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2020-03-16svcrdma: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-06-20scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei
2019-02-06svcrdma: Remove syslog warnings in work completion handlersChuck Lever
2019-02-06svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva
2019-02-06svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever
2018-05-11svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever