summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-171-6/+14
|\
| * svcrdma: underflow issue in decode_write_list()Dan Carpenter2013-07-151-6/+14
* | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-132-6/+6
|/
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-0/+1
|\
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-261-10/+10
|\ \
| * | IB/core: Add "type 2" memory windows supportShani Michaeli2013-02-211-10/+10
| |/
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-2/+1Star
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-013-7/+7
|/
* nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-182-6/+8
* Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-131-4/+0Star
|\
| * nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-101-0/+1
| |\
| * | svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-211-4/+0Star
* | | SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-14/+8Star
| |/ |/|
* | SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+1
|/
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-311-1/+2
* Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-296-80/+50Star
|\
| * Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-262-7/+19
| |\
| * | svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-186-80/+50Star
* | | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-232-7/+19
|\ \ \ | | |/ | |/|
| * | xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker2012-03-211-5/+12
| * | xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker2012-03-211-2/+7
| |/
* / sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
|/
* SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky2011-12-061-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-07-272-4/+4
|\
| * RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson2011-07-251-1/+1
| * Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell2011-07-252-0/+2
| |\
| * | SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-181-0/+1
| * | SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-171-3/+2Star
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
| |/ |/|
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-072-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-262-2/+3
|\
| * RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-252-2/+3
* | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
|/
* sunrpc: fix printk format warningRandy Dunlap2011-03-161-1/+2
* RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker2011-03-112-8/+45
* RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker2011-03-111-44/+42Star
* SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl2011-03-101-0/+1
* sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-213-5/+17
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-193-15/+17
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-193-38/+78
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+1
* sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov2010-10-011-0/+2
* sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-5/+2Star
* sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-11/+2Star
* rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker2010-08-112-4/+18
* xprtrdma: Do not truncate iova_start values in frmr registrations.Steve Wise2010-08-111-1/+1
* Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-05-201-3/+0Star
|\
| * Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-044-5/+11
| |\