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