aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-03-28svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton
2014-03-28xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton
2014-03-28Fix regression in NFSRDMA serverTom Tucker
2014-03-27svcrdma: fix printk when memory allocation failsJeff Layton
2014-03-17SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever
2014-03-17SUNRPC: Fix large reads on NFS/RDMAChuck Lever
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-07-15svcrdma: underflow issue in decode_write_list()Dan Carpenter
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-10-09nfs: disintegrate UAPI for nfsJ. Bruce Fields
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSSteve Dickson
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-03-15sunrpc: fix printk format warningRandy Dunlap
2011-03-11RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker
2011-03-11RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker
2011-03-10SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo
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-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov