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