summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-61/+345
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
2026-02-09sunrpc: rpc_debug and others are defined even if CONFIG_SUNRPC_DEBUG unsetBen Dooks1-2/+0
2026-01-29Add RPC language definition of NFSv4 POSIX ACL extensionChuck Lever1-1/+96
2026-01-29xdrgen: Implement pass-through lines in specificationsChuck Lever1-1/+10
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton2-1/+2
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton1-0/+1
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-3/+5
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton1-1/+2
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-1/+3
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever1-1/+7
2026-01-26xdrgen: Initialize data pointer for zero-length itemsChuck Lever1-12/+8
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever1-0/+60
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+7
2025-11-23SUNRPC: new helper function for stopping backchannel serverOlga Kornievskaia1-0/+6
2025-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia1-0/+1
2025-11-17sunrpc: allocate a separate bvec array for socket sendsJeff Layton1-0/+3
2025-11-17svcrdma: Increase the server's default RPC/RDMA credit grantChuck Lever1-1/+1
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-2/+5
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker1-13/+0
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker1-2/+2
2025-09-23SUNRPC: Introduce xdr_set_scratch_folio()Anna Schumaker1-0/+13
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever1-1/+2
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton1-2/+8
2025-09-23sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont()Jeff Layton1-22/+2
2025-09-22SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever1-1/+2
2025-09-22nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia1-0/+3
2025-09-22sunrpc: Change ret code of xdr_stream_decode_opaque_fixedSergey Bashirov1-2/+2
2025-08-09Merge tag 'nfs-for-6.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+0
2025-07-28Merge tag 'pull-rpc_pipefs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2025-07-15SUNRPC: Remove unused xdr functionsDr. David Alan Gilbert1-9/+0
2025-07-14sunrpc: rearrange struct svc_rqst for fewer cachelinesJeff Layton1-3/+3
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton1-1/+0
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton2-8/+12