aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-15rpc: share one xps between all backchannelsJ. Bruce Fields2-0/+2
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-31/+9
2016-05-28<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin1-31/+9
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-6/+30
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust1-1/+2
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever1-1/+3
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever2-0/+2
2016-05-17sunrpc: Update RPCBIND_MAXNETIDLENChuck Lever1-2/+2
2016-05-13svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever1-1/+1
2016-05-09sunrpc: add a get_rpccred_rcu inlineJeff Layton1-0/+18
2016-05-09sunrpc: add rpc_lookup_generic_credWeston Andros Adamson1-0/+1
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-2/+2
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-7/+20
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-35/+120
2016-03-16Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2-7/+7
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever1-5/+6
2016-03-14rpcrdma: Add RPCRDMA_HDRLEN_ERRChuck Lever1-0/+1
2016-03-14xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macroChuck Lever1-2/+0
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever1-2/+7
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever1-1/+1
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever1-1/+1
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever1-2/+2
2016-03-01rpcrdma: Add RPCRDMA_HDRLEN_ERRChuck Lever1-0/+1
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever1-0/+1
2016-03-01nfsd: Lower NFSv4.1 callback message size limitChuck Lever1-0/+7
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever1-1/+1
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust1-0/+11
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust1-0/+4
2016-02-05SUNRPC: Allow caller to specify the transport to useTrond Myklebust1-0/+1
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-0/+2
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-0/+2
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust2-0/+74
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-0/+1
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-13/+3
2016-01-31SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelinesTrond Myklebust1-14/+15
2016-01-31SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust1-1/+0
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu1-16/+16
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