aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever1-0/+4
2016-09-19rpcrdma: RDMA/CM private message data structureChuck Lever1-0/+35
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever1-0/+1
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever1-2/+3
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever2-2/+2
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2-2/+2
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2-1/+13
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson1-0/+12
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson2-0/+4
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson1-0/+1
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson1-0/+2
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+4
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust1-0/+2
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust1-1/+2
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-3/+2
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-2/+15
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds1-2/+2
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust2-0/+5
2016-07-24Merge branch 'sunrpc'Trond Myklebust2-0/+6
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-2/+4
2016-07-13SUNRPC: Remove unused callback xpo_adjust_wspace()Trond Myklebust1-1/+0
2016-07-13SUNRPC: Add a server side per-connection limitTrond Myklebust2-0/+2
2016-07-13sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown1-2/+0
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2-0/+5
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-06-13SUNRPC: Reduce latency when send queue is congestedTrond Myklebust1-0/+4
2016-06-13SUNRPC: RPC transport queue must be low latencyTrond Myklebust1-0/+1
2016-06-13SUNRPC: Small optimisation of client receiveTrond Myklebust1-0/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-2/+2
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