summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-2/+2
|\
| * vfs: make the string hashes salt the hashLinus Torvalds2016-06-111-2/+2
* | rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-152-0/+2
* | nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-06-151-2/+0Star
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-291-31/+9Star
|\
| * <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin2016-05-281-31/+9Star
* | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-265-6/+30
|\ \
| * | SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust2016-05-171-1/+2
| * | xprtrdma: Bound the inline threshold valuesChuck Lever2016-05-171-1/+3
| * | sunrpc: Advertise maximum backchannel payload sizeChuck Lever2016-05-172-0/+2
| * | sunrpc: Update RPCBIND_MAXNETIDLENChuck Lever2016-05-171-2/+2
| * | sunrpc: add a get_rpccred_rcu inlineJeff Layton2016-05-091-0/+18
| * | sunrpc: add rpc_lookup_generic_credWeston Andros Adamson2016-05-091-0/+1
| * | sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-2/+2
| |/
* / svcrdma: Generalize svc_rdma_xdr_decode_req()Chuck Lever2016-05-131-1/+1
|/
* mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
* Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-03-242-7/+20
|\
| * svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-2/+7
| * svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-1/+1
| * svcrdma: Use correct XID in error repliesChuck Lever2016-03-011-1/+1
| * svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-2/+2
| * rpcrdma: Add RPCRDMA_HDRLEN_ERRChuck Lever2016-03-011-0/+1
| * svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-0/+1
| * nfsd: Lower NFSv4.1 callback message size limitChuck Lever2016-03-011-0/+7
| * svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever2016-03-011-1/+1
* | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-226-35/+120
|\ \
| * \ Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-03-162-7/+7
| |\ \
| | * | xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever2016-03-141-5/+6
| | * | rpcrdma: Add RPCRDMA_HDRLEN_ERRChuck Lever2016-03-141-0/+1
| | * | xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macroChuck Lever2016-03-141-2/+0Star
| | |/
| * | SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-061-0/+11
| * | SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-061-0/+4
| * | SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-061-0/+1
| * | SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-061-0/+2
| * | SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-061-0/+2
| * | SUNRPC: Add a structure to track multiple transportsTrond Myklebust2016-02-062-0/+74
| * | SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust2016-02-011-0/+1
| * | SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust2016-02-011-13/+3Star
| * | SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelinesTrond Myklebust2016-02-011-14/+15
| * | SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust2016-02-011-1/+0Star
| |/
* / sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-16/+16
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-241-9/+30
|\
| * svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-2/+0Star
| * svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-0/+5
| * svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-191-3/+10
| * svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-0/+2
| * svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-191-1/+1
| * svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-191-0/+1
| * svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-191-2/+6
| * svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-1/+5