aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-22svcrdma: Add zero padding if the client doesn't send itChuck Lever1-0/+28
2014-06-06svcrdma: Fence LOCAL_INV work requestsSteve Wise1-1/+1
2014-06-06svcrdma: refactor marshalling logicSteve Wise1-370/+273
2014-03-28Fix regression in NFSRDMA serverTom Tucker1-8/+4
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields1-5/+5
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-9/+11
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker1-0/+1
2010-10-18svcrdma: 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-29net: Move && and || to end of previous lineJoe Perches1-4/+3
2009-06-15sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer1-4/+4
2009-04-25svcrdma: Fix dma map direction for rdma read targetsSteve Wise1-1/+1
2008-12-14rpc/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-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker1-4/+4
2008-07-02svcrdma: Add dma map count and WARN_ONTom Tucker1-0/+1
2008-07-02svcrdma: 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-01rdma: SVCRDMA recvfromTom Tucker1-0/+586