summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2024-01-07svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever
2024-01-07svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever
2024-01-07svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever
2024-01-07svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever
2024-01-07svcrdma: DMA error tracepoints should report completion IDsChuck Lever
2024-01-07svcrdma: SQ error tracepoints should report completion IDsChuck Lever
2024-01-07rpcrdma: Introduce a simple cid tracepoint classChuck Lever
2024-01-07svcrdma: Add lockdep class keys for transport locksChuck Lever
2024-01-07svcrdma: Clean up lockingChuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever
2024-01-07svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever
2024-01-07svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever
2024-01-07SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington
2024-01-04SUNRPC: Fixup v4.1 backchannel request timeoutsBenjamin Coddington
2024-01-04SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia
2024-01-04SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker
2024-01-04SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switchAnna Schumaker
2024-01-04SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker
2024-01-04SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked()Anna Schumaker
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-18SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-11-30SUNRPC: Replace strlcpy() with strscpy()Kees Cook
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-01SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-11-01SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter
2023-10-30Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-10-22SUNRPC: SOFTCONN tasks should time out when on the sending listTrond Myklebust
2023-10-22SUNRPC: Force close the socket when a hard error is reportedTrond Myklebust
2023-10-22SUNRPC: Don't skip timeout checks in call_connect_status()Trond Myklebust
2023-10-22SUNRPC: ECONNRESET might require a rebindTrond Myklebust
2023-10-18sunrpc: convert to new timestamp accessorsJeff Layton
2023-10-16svcrdma: Drop connection after an RDMA Read errorChuck Lever
2023-10-16SUNRPC: Remove BUG_ON call sitesChuck Lever
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: discard sp_lockNeilBrown
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16SUNRPC: rename some functions from rqst_ to svc_thread_NeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown