summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds14-346/+1020
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-207/+290
2016-03-16Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust7-247/+253
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever3-125/+91
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever3-36/+36
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever2-58/+21
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever3-9/+28
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever1-8/+43
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever1-1/+5
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever1-10/+32
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever1-4/+2
2016-03-14xprtrdma: Clean up physical_op_map()Chuck Lever1-1/+0
2016-02-25Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi1-1/+1
2016-02-22Merge branch 'multipath'Trond Myklebust8-100/+768
2016-02-18Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-0/+2
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust1-2/+131
2016-02-05SUNRPC: Make NFS swap work with multipathTrond Myklebust1-42/+24
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust1-0/+51
2016-02-05SUNRPC: Allow caller to specify the transport to useTrond Myklebust1-0/+2
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust4-36/+26
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust3-7/+33
2016-02-05SUNRPC: Add a structure to track multiple transportsTrond Myklebust3-1/+478
2016-01-31SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-1/+2
2016-01-31SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-3/+21
2016-01-31SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust1-8/+0
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu5-207/+290
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds11-218/+728
2016-01-22wrappers for ->i_mutex accessAl Viro2-35/+35
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig4-38/+10
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever7-15/+470
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever2-12/+18
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever1-7/+7
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2-2/+7
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2-4/+6
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2-42/+0
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2-13/+78
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever1-13/+89
2016-01-19svcrdma: Clean up process_context()Chuck Lever1-23/+21
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever1-8/+1
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+50
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-07Merge branch 'bugfixes'Trond Myklebust2-28/+22
2016-01-07Revert "svcrdma: Do not send XDR roundup bytes for a write chunk"J. Bruce Fields1-7/+0
2016-01-06SUNRPC: Fixup socket wait for memoryTrond Myklebust1-28/+21
2015-12-30SUNRPC: Fix a missing break in rpc_anyaddr()Trond Myklebust1-0/+1
2015-12-28Merge tag 'nfs-rdma-4.5' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust8-51/+275