summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
6 daysMerge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
10 dayssunrpc: fix cache_request leak in cache_releaseJeff Layton
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-09SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges
2026-02-09SUNRPC: Change list definition methodChenguang Zhao
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-12-24Merge tag 'nfsd-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-12-12Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-12-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers
2025-12-08svcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers
2025-12-08svcrdma: use rc_pageoff for memcpy byte offsetJoshua Rogers
2025-12-08SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-11-23SUNRPC: new helper function for stopping backchannel serverOlga Kornievskaia
2025-11-23SUNRPC: cleanup common code in backchannel requestOlga Kornievskaia
2025-11-17convert rpc_pipefsAl Viro
2025-11-16sunrpc: allocate a separate bvec array for socket sendsJeff Layton
2025-11-16SUNRPC: Improve "fragment too large" warningChuck Lever
2025-11-16svcrdma: Release transport resources synchronouslyChuck Lever
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-10-01SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on itEric Biggers
2025-09-30sunrpc: unexport rpc_malloc() and rpc_free()Jeff Layton
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton
2025-09-21sunrpc: fix "occurence"->"occurrence"Xichao Zhao