summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
32 hoursMerge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-161/+290
6 daysMerge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-371/+726
12 daysxprtrdma: Post receive buffers after RPC completionChuck Lever1-5/+9
12 daysxprtrdma: Scale receive batch size with credit windowChuck Lever3-2/+4
12 daysxprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursorChuck Lever3-144/+180
12 daysxprtrdma: Decouple frwr_wp_create from frwr_mapChuck Lever1-7/+50
12 daysxprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slotChuck Lever2-1/+30
12 daysxprtrdma: Avoid 250 ms delay on backlog wakeupChuck Lever1-1/+1
12 daysxprtrdma: Close sendctx get/put race that can block a transportChuck Lever1-1/+16
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner1-7/+10
2026-04-03svcrdma: Use contiguous pages for RDMA Read sink buffersChuck Lever1-0/+223
2026-04-03SUNRPC: Add svc_rqst_page_release() helperChuck Lever2-6/+3
2026-03-30svcrdma: Factor out WR chain linking into helperChuck Lever1-39/+28
2026-03-30svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2-23/+81
2026-03-30svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever1-9/+9
2026-03-30svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever1-6/+7
2026-03-30svcrdma: Add fair queuing for Send Queue accessChuck Lever3-69/+136
2026-03-30SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever2-1/+8
2026-03-30SUNRPC: Track consumed rq_pages entriesChuck Lever4-3/+11
2026-03-30svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever1-4/+2
2026-03-30SUNRPC: Handle NULL entries in svc_rqst_release_pagesChuck Lever1-8/+14
2026-03-30SUNRPC: Allocate a separate Reply page arrayChuck Lever4-32/+54
2026-03-30SUNRPC: Tighten bounds checking in svc_rqst_replace_pageChuck Lever1-4/+4
2026-03-30sunrpc: split cache_detail queue into request and reader listsJeff Layton1-84/+59
2026-03-30sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton1-4/+3
2026-03-30sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton1-24/+23
2026-03-30sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-13/+14
2026-03-30SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto1-42/+51
2026-03-30sunrpc/cache: improve RCU safety in cache_list walking.NeilBrown1-32/+28
2026-03-19Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+21
2026-03-14sunrpc: fix cache_request leak in cache_releaseJeff Layton1-5/+21
2026-02-27xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds14-31/+31
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook24-57/+56
2026-02-13Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-2/+4
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-71/+92
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-10SUNRPC: fix gss_auth kref leak in gss_alloc_msg error pathDaniel Hodges1-0/+3
2026-02-09SUNRPC: Change list definition methodChenguang Zhao1-2/+1
2026-01-28sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSYJeff Layton1-9/+42
2026-01-28sunrpc: split new thread creation into a separate functionJeff Layton1-29/+46
2026-01-28sunrpc: introduce the concept of a minimum number of threads per poolJeff Layton1-8/+37
2026-01-28sunrpc: track the max number of requested threads in a poolJeff Layton1-0/+1
2026-01-28sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()Jeff Layton1-46/+7
2026-01-28sunrpc: split svc_set_num_threads() into two functionsJeff Layton1-15/+53
2026-01-28svcrdma: use bvec-based RDMA read/write APIChuck Lever1-69/+86
2026-01-28RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-2/+6
2026-01-26SUNRPC: auth_gss: fix memory leaks in XDR decoding error pathsChuck Lever1-18/+64