summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_rw.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lib/sg_pool.c: improve APIs for allocating sg poolMing Lei2019-06-201-2/+3
* svcrdma: Remove syslog warnings in work completion handlersChuck Lever2019-02-061-10/+1Star
* svcrdma: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-02-061-2/+1Star
* svcrpc: fix unlikely races preventing queueing of socketsJ. Bruce Fields2019-02-061-1/+2
* Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-241-19/+13Star
|\
| * svcrdma: Clean up Read chunk pathChuck Lever2018-08-091-19/+13Star
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-1/+2
* | net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe2018-07-261-1/+1
* | net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-1/+1
|/
* svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever2018-05-111-21/+11Star
* svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever2018-05-111-2/+2
* svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever2018-05-111-42/+42
* svcrdma: Trace key RDMA API eventsChuck Lever2018-05-111-4/+10
* svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever2018-05-111-9/+14
* svcrdma: Fix Read chunk round-upChuck Lever2018-02-081-4/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* svcrdma: Populate tail iovec when receivingChuck Lever2017-09-051-93/+15Star
* svcrdma: Clean up svc_rdma_build_read_chunk()Chuck Lever2017-08-251-3/+5
* svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir fieldChuck Lever2017-07-121-10/+8Star
* svcrdma: use offset_in_page() macroChuck Lever2017-07-121-2/+3
* svcrdma: Properly compute .len and .buflen for received RPC CallsChuck Lever2017-07-121-1/+1
* svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever2017-07-121-1/+424
* svcrdma: Avoid Send Queue overflowChuck Lever2017-06-281-0/+5
* svcrdma: Introduce local rdma_rw API helpersChuck Lever2017-04-251-0/+512