aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+2
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton1-5/+2
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-12/+20
2018-10-29svcrdma: Increase the default connection credit limitChuck Lever1-6/+7
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust1-1/+1
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust1-6/+0
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust1-0/+12
2018-10-26Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-45/+71
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust1-1/+1
2018-10-23SUNRPC: Convert auth creds to use refcount_tTrond Myklebust1-2/+2
2018-10-23SUNRPC: Simplify lookup codeTrond Myklebust1-7/+5
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust1-0/+1
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust1-1/+2
2018-09-30SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust1-2/+0
2018-09-30SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust1-1/+0
2018-09-30SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust1-15/+4
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2-0/+9
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust1-0/+1
2018-09-30SUNRPC: Fix priority queue fairnessTrond Myklebust1-2/+0
2018-09-30SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust1-2/+2
2018-09-30SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust2-3/+3
2018-09-30SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust1-1/+0
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust1-0/+2
2018-09-30SUNRPC: Improve latency for interactive tasksTrond Myklebust1-0/+1
2018-09-30SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust1-1/+1
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust1-0/+1
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust1-0/+1
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust1-0/+6
2018-09-30SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust1-2/+7
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust1-0/+1
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-0/+1
2018-09-30SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust1-1/+1
2018-09-30SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust1-0/+3
2018-09-30SUNRPC: Refactor the transport request pinningTrond Myklebust2-2/+2
2018-09-30SUNRPC: Add socket transmit queue offset trackingTrond Myklebust1-0/+7
2018-09-30SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust1-7/+9
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust1-2/+4
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2-0/+3
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust1-1/+0
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook1-15/+15
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-4/+6
2018-08-22sunrpc: Extract target name into svc_credChuck Lever1-0/+3
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-1/+2
2018-08-09NFSD: Refactor the generic write vector fill helperChuck Lever1-0/+1
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker1-0/+1
2018-07-31sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt clonesDave Wysochanski1-2/+2
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-2/+3
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-1/+7
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-46/+49