aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2-6/+8
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+0
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields1-0/+1
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-14/+8
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust1-0/+1
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields1-4/+0
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-1/+2
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-80/+50
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields2-7/+19
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-7/+19
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker1-5/+12
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker1-2/+7
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker6-80/+50
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-4/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson1-1/+1
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2-0/+2
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-0/+1
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust1-3/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-2/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2-2/+3
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-03-15sunrpc: fix printk format warningRandy Dunlap1-1/+2
2011-03-11RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker2-8/+45
2011-03-11RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker1-44/+42
2011-03-10SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl1-0/+1
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo3-5/+17
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker3-15/+17
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker3-38/+78
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov1-1/+1
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov1-0/+2
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov1-5/+2
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov1-11/+2
2010-08-11rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker2-4/+18
2010-08-11xprtrdma: Do not truncate iova_start values in frmr registrations.Steve Wise1-1/+1
2010-05-19Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust1-1/+1
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust1-1/+0
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust1-15/+13
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields4-5/+11
2010-05-03sunrpc: centralise most calls to svc_xprt_receivedNeil Brown1-3/+0
2010-04-12Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+4
2010-04-05svcrdma: RDMA support not yet compatible with RPC6Tom Tucker1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfJoe Perches1-3/+3
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches1-2/+1