summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-5/+2
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-5/+2
* | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-303-12/+20
|\ \
| * | svcrdma: Increase the default connection credit limitChuck Lever2018-10-291-6/+7
| * | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust2018-10-291-1/+1
| * | SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-291-6/+0
| * | SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust2018-10-291-0/+12
| * | SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust2018-10-031-0/+1
* | | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-269-45/+71
|\ \ \
| * | | SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust2018-10-231-1/+1
| * | | SUNRPC: Convert auth creds to use refcount_tTrond Myklebust2018-10-231-2/+2
| * | | SUNRPC: Simplify lookup codeTrond Myklebust2018-10-231-7/+5
| | |/ | |/|
| * | SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-301-1/+2
| * | SUNRPC: Unexport xdr_partial_copy_from_skb()Trond Myklebust2018-09-301-2/+0
| * | SUNRPC: Allow AF_LOCAL sockets to use the generic stream receiveTrond Myklebust2018-09-301-1/+0
| * | SUNRPC: Simplify TCP receive code by switching to using iteratorsTrond Myklebust2018-09-301-15/+4
| * | SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-302-0/+9
| * | SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Fix priority queue fairnessTrond Myklebust2018-09-301-2/+0
| * | SUNRPC: Convert xprt receive queue to use an rbtreeTrond Myklebust2018-09-301-2/+2
| * | SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()Trond Myklebust2018-09-301-1/+1
| * | SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-302-3/+3
| * | SUNRPC: Turn off throttling of RPC slots for TCP socketsTrond Myklebust2018-09-301-1/+0
| * | SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+2
| * | SUNRPC: Improve latency for interactive tasksTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Treat the task and request as separate in the xprt_ops->send_request()Trond Myklebust2018-09-301-1/+1
| * | SUNRPC: Fix up the back channel transmitTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Refactor RPC call encodingTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust2018-09-301-0/+6
| * | SUNRPC: Distinguish between the slot allocation list and receive queueTrond Myklebust2018-09-301-2/+7
| * | SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-301-0/+1
| * | SUNRPC: Rename xprt->recv_lock to xprt->queue_lockTrond Myklebust2018-09-301-1/+1
| * | SUNRPC: Add a helper to wake up a sleeping rpc_task and set its statusTrond Myklebust2018-09-301-0/+3
| * | SUNRPC: Refactor the transport request pinningTrond Myklebust2018-09-302-2/+2
| * | SUNRPC: Add socket transmit queue offset trackingTrond Myklebust2018-09-301-0/+7
| * | SUNRPC: Rename TCP receive-specific state variablesTrond Myklebust2018-09-301-7/+9
| * | SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2018-09-301-2/+4
| * | SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-302-0/+3
| * | SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-301-1/+0
| |/
* / gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-15/+15
|/
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-233-4/+6
|\
| * NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-0/+1
| * sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski2018-07-311-2/+2
| * net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-301-2/+3
* | sunrpc: Extract target name into svc_credChuck Lever2018-08-221-0/+3
* | NFSD: Handle full-length symlinksChuck Lever2018-08-091-1/+2
* | NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-0/+1
|/
* Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-123-1/+7
|\
| * xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever2018-05-071-1/+0