aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-6/+1
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever1-1/+0
2016-11-30svcrdma: Remove DMA map accountingChuck Lever1-2/+0
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever1-1/+1
2016-11-30svcrdma: Renovate sendto chunk list parsingChuck Lever1-2/+0
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew1-0/+1
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-9/+47
2016-09-30sunrpc: add hash_cred() function to rpc_authops structFrank Sorenson1-0/+1
2016-09-23svcrdma: support Remote InvalidationChuck Lever1-0/+1
2016-09-23rpcrdma: RDMA/CM private message data structureChuck Lever1-0/+35
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-0/+9
2016-09-19xprtrdma: Support larger inline thresholdsChuck Lever1-2/+2
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