summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
11 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-08-10sunrpc: remove unused svc_version vs_count fieldJeff Layton
2026-08-10sunrpc: add per-netns per-procedure call counts to svc_statJeff Layton
2026-08-10xdrgen: Add XDR width macros for short integer typesChuck Lever
2026-08-10xdrgen: Share void RPC procedure handlers across programsChuck Lever
2026-08-10xdrgen: Emit a blank line ahead of enum declarationsChuck Lever
2026-08-10sunrpc: derive the pool count instead of caching it in sv_nrpoolsJeff Layton
2026-08-10lockd: Regenerate NLMv4 XDR codeChuck Lever
2026-08-10nfs_common: add new NOTIFY4_* flags proposed in RFC8881bisJeff Layton
2026-08-10nfsd: add protocol support for CB_NOTIFYJeff Layton
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever
2026-08-10SUNRPC: close backchannel before destroying callback serviceChuck Lever
2026-08-03svcrdma: Validate Read chunk positions at decode timeChuck Lever
2026-08-03svcrdma: Fix pcl_for_each_segment for empty chunksChris Mason
2026-07-27mlx5: Deprecate latency-sensitive QPs featureLeon Romanovsky
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela
2026-07-08SUNRPC: pin upper rpc_clnt across the TLS connect_workerChuck Lever
2026-06-09svcrdma: wake sq waiters when the transport closesChuck Lever
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever
2026-06-09Documentation: Add the RPC language description of NLM version 3Chuck Lever
2026-06-09svcrdma: Defer send context release to xpo_release_ctxtChuck Lever
2026-06-09svcrdma: Release write chunk resources without re-queuingChuck Lever
2026-06-09SUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever
2026-06-09SUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever
2026-06-09SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever
2026-06-01sunrpc: add a generic netlink family for cache upcallsJeff Layton
2026-06-01sunrpc: add helpers to count and snapshot pending cache requestsJeff Layton
2026-06-01sunrpc: add a cache_notify callbackJeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-04-13xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman
2026-04-03SUNRPC: Add svc_rqst_page_release() helperChuck Lever
2026-03-29SUNRPC: xdr.h: fix all kernel-doc warningsRandy Dunlap
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever
2026-03-29SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever
2026-03-29sunrpc: split cache_detail queue into request and reader listsJeff Layton
2026-03-29sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton
2026-03-29sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton
2026-03-29Documentation: Add the RPC language description of NLM version 4Chuck Lever
2026-03-29sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko
2026-03-29nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton
2026-03-29nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds