summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-05-241-26/+8Star
|\
| * svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2016-05-131-1/+1
| * svcrdma: Eliminate code duplication in svc_rdma_recvfrom()Chuck Lever2016-05-131-21/+5Star
| * svcrdma: Remove superfluous line from rdma_read_chunks()Chuck Lever2016-05-131-3/+1Star
| * svcrdma: Do not add XDR padding to xdr_buf page vectorChuck Lever2016-05-131-1/+1
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-1/+1
|/
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-6/+8
* svcrdma: Remove close_out exit pathChuck Lever2016-03-011-11/+1Star
* svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever2016-03-011-0/+4
* svcrdma: Use correct XID in error repliesChuck Lever2016-03-011-1/+2
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-10/+9Star
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-9/+1Star
* 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-291-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-291-11/+1Star
* 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/+9Star
* 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/+27Star
* svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever2015-01-151-11/+0Star
* 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-071-1/+1
* svcrdma: refactor marshalling logicSteve Wise2014-06-071-370/+273Star
* Fix regression in NFSRDMA serverTom Tucker2014-03-281-8/+4Star
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-181-5/+5
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-181-9/+11
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-191-0/+1
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-191-7/+11
* sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-3/+0Star
* net: Move && and || to end of previous lineJoe Perches2009-11-301-4/+3Star
* sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-161-4/+4
* svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-261-1/+1
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-151-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/+38Star