aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-9/+30
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig1-2/+0
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-0/+5
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever1-3/+10
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever1-0/+2
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever1-1/+1
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever1-0/+1
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever1-2/+6
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever1-1/+5
2015-12-23sunrpc: Add a function to close temporary transports immediatelyScott Mayhew1-0/+1
2015-11-24nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields1-1/+8
2015-11-11Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+11
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-1/+21
2015-11-02Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust3-1/+19
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever1-0/+3
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2-1/+6
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever2-0/+10
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg1-4/+2
2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown1-5/+11
2015-10-08SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust1-0/+2
2015-09-17SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust1-0/+3
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-10/+27
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise1-0/+1
2015-08-17SUNRPC: Drop double-underscores from __rpc_cmp_addr6()Trond Myklebust1-1/+1
2015-08-17Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-1/+1
2015-08-17SUNRPC: Add an rpc_cmp_addr_port() functionAnna Schumaker1-0/+13
2015-08-17SUNRPC: Drop double-underscores from rpc_cmp_addr{4|6}()Anna Schumaker1-6/+6
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee1-2/+2
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-0/+5
2015-08-12sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton1-2/+6
2015-08-10nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcountingJeff Layton1-0/+3
2015-08-10nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton1-0/+25
2015-08-10nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton1-0/+3
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2-0/+4
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton1-3/+6
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton1-8/+3
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-10/+10
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever1-7/+2
2015-08-05xprtrdma: Increase default credit limitChuck Lever1-1/+1
2015-07-20svcrdma: Remove svc_rdma_fastreg()Chuck Lever1-1/+0
2015-07-20svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever1-79/+2
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-7/+56
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-1/+2
2015-06-12xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever1-1/+2
2015-06-10SUNRPC: Transport fault injectionChuck Lever1-0/+19
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-2/+14
2015-06-10sunrpc: make xprt->swapper an atomic_tJeff Layton1-2/+3
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2-0/+17
2015-06-05SUNRPC: Fix a backchannel raceTrond Myklebust1-1/+2