aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-2214-346/+1020
|\
| * Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-03-167-247/+253
| |\
| | * xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever2016-03-143-125/+91
| | * xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever2016-03-143-36/+36
| | * xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever2016-03-142-58/+21
| | * xprtrdma: Serialize credit accounting againChuck Lever2016-03-143-9/+28
| | * xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever2016-03-141-8/+43
| | * xprtrdma: Do not wait if ib_post_send() failsChuck Lever2016-03-141-1/+5
| | * xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever2016-03-141-10/+32
| | * xprtrdma: Clean up dprintk format string containing a newlineChuck Lever2016-03-141-4/+2
| | * xprtrdma: Clean up physical_op_map()Chuck Lever2016-03-141-1/+0
| * | Merge branch 'multipath'Trond Myklebust2016-02-228-100/+768
| |\ \
| | * | SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-051-2/+131
| | * | SUNRPC: Make NFS swap work with multipathTrond Myklebust2016-02-051-42/+24
| | * | SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-051-0/+51
| | * | SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-051-0/+2
| | * | SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-054-36/+26
| | * | SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-053-7/+33
| | * | SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-053-1/+478
| | * | SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-01-311-1/+2
| | * | SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-01-311-3/+21
| | * | SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-01-311-8/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-175-207/+290
|\ \ \ \ | |_|_|/ |/| | |
| * | | sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-275-207/+290
| | |/ | |/|
* | | Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-02-251-1/+1
|\ \ \ | |_|/ |/| |
| * | sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-02-231-1/+1
| |/
* | Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-02-181-0/+2
|\ \
| * | xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever2016-02-171-0/+2
* | | auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew2016-02-171-1/+1
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-2311-218/+728
|\ \
| * | svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-194-38/+10
| * | svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-197-15/+470
| * | svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-192-12/+18
| * | svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-7/+7
| * | svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-192-2/+7
| * | svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-192-4/+6
| * | svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-192-42/+0
| * | svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-192-13/+78
| * | svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-13/+89
| * | svcrdma: Clean up process_context()Chuck Lever2016-01-191-23/+21
| * | svcrdma: Clean up rdma_create_xprt()Chuck Lever2016-01-191-8/+1
| * | xprtrdma: Avoid calling ib_query_deviceOr Gerlitz2015-12-224-50/+30
* | | wrappers for ->i_mutex accessAl Viro2016-01-222-35/+35
* | | Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-01-154-8/+50
|\ \ \
| * | | Revert "svcrdma: Do not send XDR roundup bytes for a write chunk"J. Bruce Fields2016-01-071-7/+0
| * | | sunrpc: Add a function to close temporary transports immediatelyScott Mayhew2015-12-231-0/+45
| * | | nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-241-0/+3
| * | | svcrpc: move some initialization to common codeJ. Bruce Fields2015-11-242-8/+2
| * | | svcrdma: Do not send XDR roundup bytes for a write chunkChuck Lever2015-11-231-0/+7
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-1/+1
|\ \ \ \