summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
...
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-9/+1
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-2/+2
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-0/+52
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-58/+65
|\
| * svcrdma: Port to new memory registration APISagi Grimberg2015-10-281-34/+42
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-35/+35
* | svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever2015-10-121-1/+1
* | svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise2015-09-291-2/+4
|/
* svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-281-11/+1
* Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-271-1/+1
|\
| * svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-041-1/+1
* | IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang2015-05-181-2/+2
* | IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang2015-05-181-2/+2
|/
* svcrdma: Handle additional inline contentChuck Lever2015-01-151-0/+55
* svcrdma: Move read list XDR round-up logicChuck Lever2015-01-151-28/+9
* svcrdma: Support RDMA_NOMSG requestsChuck Lever2015-01-151-3/+36
* svcrdma: rc_position sanity checkingChuck Lever2015-01-151-4/+12
* svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever2015-01-151-44/+27
* svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-151-11/+0
* svcrdma: Clean up read chunk countingChuck Lever2015-01-151-3/+12
* svcrdma: Clean up dprintkChuck Lever2015-01-151-4/+4
* svcrdma: Add zero padding if the client doesn't send itChuck Lever2014-07-221-0/+28
* svcrdma: Fence LOCAL_INV work requestsSteve Wise2014-06-061-1/+1
* svcrdma: refactor marshalling logicSteve Wise2014-06-061-370/+273
* Fix regression in NFSRDMA serverTom Tucker2014-03-281-8/+4
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-171-5/+5
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-171-9/+11
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-181-0/+1
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-181-7/+11
* sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-3/+0
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+3
* sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-151-4/+4
* svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-251-1/+1
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-141-2/+2
* svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-061-21/+166
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-131-4/+4
* svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-021-0/+1
* svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
* svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker2008-05-191-0/+2
* svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-191-1/+1
* svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker2008-05-191-0/+1
* svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-191-47/+11
* svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-191-1/+0
* svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker2008-05-191-7/+16
* svcrdma: Simplify receive buffer postingTom Tucker2008-05-191-16/+1
* SVCRDMA: Check num_sge when setting LAST_CTXT bitTom Tucker2008-03-261-10/+11
* SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adaptersRoland Dreier2008-03-241-2/+0
* rdma: SVCRDMA recvfromTom Tucker2008-02-011-0/+586