aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-19/+13
2018-08-09svcrdma: Clean up Read chunk pathChuck Lever1-19/+13
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-1/+2
2018-07-26net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe1-1/+1
2018-07-24net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-1/+1
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever1-21/+11
2018-05-11svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever1-2/+2
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever1-42/+42
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever1-4/+10
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever1-9/+14
2018-02-08svcrdma: Fix Read chunk round-upChuck Lever1-4/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05svcrdma: Populate tail iovec when receivingChuck Lever1-93/+15
2017-08-24svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever1-3/+5
2017-07-12svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever1-10/+8
2017-07-12svcrdma: use offset_in_page() macroChuck Lever1-2/+3
2017-07-12svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever1-1/+1
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever1-1/+424
2017-06-28svcrdma: Avoid Send Queue overflowChuck Lever1-0/+5
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever1-0/+512