aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c
AgeCommit message (Expand)Author
2020-09-04svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever
2020-08-27nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever
2020-06-04svcrdma: Fix trace point use-after-free raceChuck Lever
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
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever
2018-02-08svcrdma: Fix Read chunk round-upChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever
2017-08-24svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever
2017-07-12svcrdma: use offset_in_page() macroChuck Lever
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever