summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-122-1/+4
|\
| * NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust2016-08-051-0/+2
| * SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust2016-08-051-1/+2
* | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-043-3/+2
|\ \
| * | SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust2016-07-131-1/+0
| * | SUNRPC: Add a server side per-connection limitTrond Myklebust2016-07-132-0/+2
| * | sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown2016-07-131-2/+0
* | | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-304-2/+15
|\ \ \ | | |/ | |/|
| * | Merge branch 'nfs-rdma'Trond Myklebust2016-07-242-0/+5
| |\ \
| | * | xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-112-0/+5
| | |/
| * | Merge branch 'sunrpc'Trond Myklebust2016-07-242-0/+6
| |\ \
| | * | SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2016-06-131-0/+4
| | * | SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-131-0/+1
| | * | SUNRPC: Small optimisation of client receiveTrond Myklebust2016-06-131-0/+1
| * | | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-2/+4
| | |/ | |/|
* | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-2/+2
|\ \ \ | |/ / |/| |
| * | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-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/+0
|/
* Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-31/+9
|\
| * <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()George Spelvin2016-05-281-31/+9
* | 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/+0
| | |/
| * | SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust2016-02-051-0/+11
| * | SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust2016-02-051-0/+4
| * | SUNRPC: Allow caller to specify the transport to useTrond Myklebust2016-02-051-0/+1
| * | SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust2016-02-051-0/+2
| * | SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-051-0/+2