summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
* | | svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever2024-01-071-1/+11
* | | svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever2024-01-071-9/+25
* | | svcrdma: Add a utility workqueue to svcrdmaChuck Lever2024-01-072-8/+25
* | | svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever2024-01-071-11/+21
* | | svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever2024-01-072-21/+21
* | | SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-072-12/+0
* | | SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever2024-01-072-0/+22
| |/ |/|
* | Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-12-201-3/+2
|\ \
| * | SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever2023-12-181-3/+2
* | | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-3/+0
| |/ |/|
* | Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-084-14/+18
|\ \
| * | SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2023-11-011-1/+4
| * | SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter2023-11-011-0/+4
| * | SUNRPC: SOFTCONN tasks should time out when on the sending listTrond Myklebust2023-10-221-2/+2
| * | SUNRPC: Force close the socket when a hard error is reportedTrond Myklebust2023-10-221-9/+5
| * | SUNRPC: Don't skip timeout checks in call_connect_status()Trond Myklebust2023-10-221-1/+2
| * | SUNRPC: ECONNRESET might require a rebindTrond Myklebust2023-10-221-1/+1
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-8/+12
|\ \ \
| * | | sunrpc: dynamically allocate the sunrpc_cred shrinkerQi Zheng2023-10-041-8/+12
* | | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-11-022-3/+1
|\ \ \ \
| * | | | SUNRPC: Do not include crypto/algapi.hHerbert Xu2023-09-152-3/+1
* | | | | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-10-305-220/+193
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | svcrdma: Drop connection after an RDMA Read errorChuck Lever2023-10-161-1/+2
| * | | | SUNRPC: Remove BUG_ON call sitesChuck Lever2023-10-161-4/+5
| * | | | SUNRPC: change the back-channel queue to lwqNeilBrown2023-10-164-18/+6
| * | | | SUNRPC: discard sp_lockNeilBrown2023-10-161-5/+5
| * | | | SUNRPC: change sp_nrthreads to atomic_tNeilBrown2023-10-161-17/+20
| * | | | SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2023-10-162-41/+18
| * | | | SUNRPC: only have one thread waking up at a timeNeilBrown2023-10-162-21/+31
| * | | | SUNRPC: rename some functions from rqst_ to svc_thread_NeilBrown2023-10-161-5/+5
| * | | | SUNRPC: change service idle list to be an llistNeilBrown2023-10-162-33/+26
| * | | | SUNRPC: discard SP_CONGESTEDNeilBrown2023-10-162-4/+1
| * | | | SUNRPC: add list of idle threadsNeilBrown2023-10-162-9/+20
| * | | | SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-162-26/+24
| * | | | SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-164-7/+32
| * | | | SUNRPC: Clean up bc_svc_process()Chuck Lever2023-10-161-26/+12
| * | | | SUNRPC: rename and refactor svc_get_next_xprt()NeilBrown2023-10-161-48/+44
| * | | | SUNRPC: move all of xprt handling into svc_xprt_handle()NeilBrown2023-10-161-33/+20
| | |_|/ | |/| |
* / | | sunrpc: convert to new timestamp accessorsJeff Layton2023-10-181-1/+1
|/ / /
* | | SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker2023-09-271-0/+6
* | | Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust2023-09-271-2/+1
* | | SUNRPC: Fail quickly when server does not recognize TLSChuck Lever2023-09-273-6/+19
| |/ |/|
* | NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-4/+7
* | Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust2023-09-131-1/+1
* | SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust2023-09-131-0/+1
|/
* Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-315-17/+76
|\
| * SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()Trond Myklebust2023-08-241-0/+5
| * SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2023-08-242-2/+7
| * SUNRPC: Refactor and simplify connect timeoutTrond Myklebust2023-08-241-13/+21
| * SUNRPC: Set the TCP_SYNCNT to match the socket timeoutTrond Myklebust2023-08-241-0/+14