summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
AgeCommit message (Expand)Author
2017-01-26svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg
2015-10-12svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-09-29svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever
2015-05-18IB/Verbs: Use management helper rdma_cap_read_multi_sge()Michael Wang
2015-05-18IB/Verbs: Reform IB-ulp xprtrdmaMichael Wang
2015-01-15svcrdma: Handle additional inline contentChuck Lever
2015-01-15svcrdma: Move read list XDR round-up logicChuck Lever
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever
2015-01-15svcrdma: rc_position sanity checkingChuck Lever
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever
2015-01-15svcrdma: Clean up read chunk countingChuck Lever
2015-01-15svcrdma: Clean up dprintkChuck Lever
2014-07-22svcrdma: Add zero padding if the client doesn't send itChuck Lever
2014-06-06svcrdma: Fence LOCAL_INV work requestsSteve Wise
2014-06-06svcrdma: refactor marshalling logicSteve Wise
2014-03-28Fix regression in NFSRDMA serverTom Tucker
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-06-15sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer
2009-04-25svcrdma: Fix dma map direction for rdma read targetsSteve Wise
2008-12-14rpc/rdma: goto instead of copypasteIlpo Järvinen
2008-10-06svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker
2008-08-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker
2008-07-02svcrdma: Add dma map count and WARN_ONTom Tucker
2008-07-02svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker
2008-05-19svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker
2008-05-19svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker
2008-05-19svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker
2008-05-19svcrdma: Remove unused READ_DONE context flags bitTom Tucker
2008-05-19svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker
2008-05-19svcrdma: Simplify receive buffer postingTom Tucker
2008-03-26SVCRDMA: Check num_sge when setting LAST_CTXT bitTom Tucker
2008-03-24SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adaptersRoland Dreier
2008-02-01rdma: SVCRDMA recvfromTom Tucker