summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig1-2/+2
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-0/+52
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-58/+65
2015-10-29svcrdma: Port to new memory registration APISagi Grimberg1-34/+42
2015-10-12svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever1-1/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-35/+35
2015-09-29svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise1-2/+4
2015-08-29svcrdma: Use max_sge_rd for destination read depthsSteve Wise1-11/+1
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang1-2/+2
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang1-2/+2
2015-01-15svcrdma: Handle additional inline contentChuck Lever1-0/+55
2015-01-15svcrdma: Move read list XDR round-up logicChuck Lever1-28/+9
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever1-3/+36
2015-01-15svcrdma: rc_position sanity checkingChuck Lever1-4/+12
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever1-44/+27
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever1-11/+0
2015-01-15svcrdma: Clean up read chunk countingChuck Lever1-3/+12
2015-01-15svcrdma: Clean up dprintkChuck Lever1-4/+4
2014-07-23svcrdma: Add zero padding if the client doesn't send itChuck Lever1-0/+28
2014-06-07svcrdma: Fence LOCAL_INV work requestsSteve Wise1-1/+1
2014-06-07svcrdma: refactor marshalling logicSteve Wise1-370/+273
2014-03-29Fix regression in NFSRDMA serverTom Tucker1-8/+4
2012-12-18nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-5/+5
2012-02-18svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-9/+11
2010-10-19svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker1-0/+1
2010-10-19svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker1-7/+11
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown1-3/+0
2009-11-30net: Move && and || to end of previous lineJoe Perches1-4/+3
2009-06-16sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer1-4/+4
2009-04-26svcrdma: Fix dma map direction for rdma read targetsSteve Wise1-1/+1
2008-12-15rpc/rdma: goto instead of copypasteIlpo Järvinen1-2/+2
2008-10-06svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker1-21/+166
2008-08-14svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker1-4/+4
2008-07-03svcrdma: Add dma map count and WARN_ONTom Tucker1-0/+1
2008-07-03svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker1-45/+38
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker1-0/+2
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker1-1/+1
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker1-0/+1
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker1-47/+11
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker1-1/+0
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker1-7/+16
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker1-16/+1
2008-03-26SVCRDMA: Check num_sge when setting LAST_CTXT bitTom Tucker1-10/+11
2008-03-24SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adaptersRoland Dreier1-2/+0
2008-02-02rdma: SVCRDMA recvfromTom Tucker1-0/+586