summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge 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
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig1-2/+1
2025-07-03rpc_create_client_dir(): return 0 or -E...Al Viro1-1/+1
2025-07-03rpc_mkpipe_dentry(): saner calling conventionsAl Viro1-1/+1
2025-07-03rpc_unlink(): saner calling conventionsAl Viro1-1/+1
2025-06-04Merge tag 'nfs-for-6.16-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+16
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha1-1/+16
2025-05-15SUNRPC: Bump the maximum payload size for the serverChuck Lever1-7/+7
2025-05-15sunrpc: Remove the RPCSVC_MAXPAGES macroChuck Lever1-7/+0
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever1-1/+2
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever1-1/+2
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever1-1/+3
2025-05-15SUNRPC: Remove svc_rqst :: rq_vecChuck Lever1-1/+0
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever1-2/+0
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever1-1/+1
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever1-1/+1
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever1-1/+2
2025-05-15sunrpc: Add a helper to derive maxpages from sv_max_mesgChuck Lever1-0/+17