index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
32 hours
Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
6
-161
/
+290
6 days
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
9
-371
/
+726
12 days
xprtrdma: Post receive buffers after RPC completion
Chuck Lever
1
-5
/
+9
12 days
xprtrdma: Scale receive batch size with credit window
Chuck Lever
3
-2
/
+4
12 days
xprtrdma: Replace rpcrdma_mr_seg with xdr_buf cursor
Chuck Lever
3
-144
/
+180
12 days
xprtrdma: Decouple frwr_wp_create from frwr_map
Chuck Lever
1
-7
/
+50
12 days
xprtrdma: Close lost-wakeup race in xprt_rdma_alloc_slot
Chuck Lever
2
-1
/
+30
12 days
xprtrdma: Avoid 250 ms delay on backlog wakeup
Chuck Lever
1
-1
/
+1
12 days
xprtrdma: Close sendctx get/put race that can block a transport
Chuck Lever
1
-1
/
+16
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
1
-7
/
+10
2026-04-03
svcrdma: Use contiguous pages for RDMA Read sink buffers
Chuck Lever
1
-0
/
+223
2026-04-03
SUNRPC: Add svc_rqst_page_release() helper
Chuck Lever
2
-6
/
+3
2026-03-30
svcrdma: Factor out WR chain linking into helper
Chuck Lever
1
-39
/
+28
2026-03-30
svcrdma: Add Write chunk WRs to the RPC's Send WR chain
Chuck Lever
2
-23
/
+81
2026-03-30
svcrdma: Clean up use of rdma->sc_pd->device
Chuck Lever
1
-9
/
+9
2026-03-30
svcrdma: Clean up use of rdma->sc_pd->device in Receive paths
Chuck Lever
1
-6
/
+7
2026-03-30
svcrdma: Add fair queuing for Send Queue access
Chuck Lever
3
-69
/
+136
2026-03-30
SUNRPC: Optimize rq_respages allocation in svc_alloc_arg
Chuck Lever
2
-1
/
+8
2026-03-30
SUNRPC: Track consumed rq_pages entries
Chuck Lever
4
-3
/
+11
2026-03-30
svcrdma: preserve rq_next_page in svc_rdma_save_io_pages
Chuck Lever
1
-4
/
+2
2026-03-30
SUNRPC: Handle NULL entries in svc_rqst_release_pages
Chuck Lever
1
-8
/
+14
2026-03-30
SUNRPC: Allocate a separate Reply page array
Chuck Lever
4
-32
/
+54
2026-03-30
SUNRPC: Tighten bounds checking in svc_rqst_replace_page
Chuck Lever
1
-4
/
+4
2026-03-30
sunrpc: split cache_detail queue into request and reader lists
Jeff Layton
1
-84
/
+59
2026-03-30
sunrpc: convert queue_wait from global to per-cache-detail waitqueue
Jeff Layton
1
-4
/
+3
2026-03-30
sunrpc: convert queue_lock from global spinlock to per-cache-detail lock
Jeff Layton
1
-24
/
+23
2026-03-30
sunrpc: Kill RPC_IFDEBUG()
Andy Shevchenko
1
-13
/
+14
2026-03-30
SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()
Ryota Sakamoto
1
-42
/
+51
2026-03-30
sunrpc/cache: improve RCU safety in cache_list walking.
NeilBrown
1
-32
/
+28
2026-03-19
Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-5
/
+21
2026-03-14
sunrpc: fix cache_request leak in cache_release
Jeff Layton
1
-5
/
+21
2026-02-27
xprtrdma: Decrement re_receiving on the early exit paths
Eric Badger
1
-3
/
+4
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
3
-6
/
+3
2026-02-22
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
14
-31
/
+31
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
24
-57
/
+56
2026-02-13
Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-2
/
+4
2026-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-71
/
+92
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-02-10
SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path
Daniel Hodges
1
-0
/
+3
2026-02-09
SUNRPC: Change list definition method
Chenguang Zhao
1
-2
/
+1
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
1
-9
/
+42
2026-01-28
sunrpc: split new thread creation into a separate function
Jeff Layton
1
-29
/
+46
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
1
-8
/
+37
2026-01-28
sunrpc: track the max number of requested threads in a pool
Jeff Layton
1
-0
/
+1
2026-01-28
sunrpc: remove special handling of NULL pool from svc_start/stop_kthreads()
Jeff Layton
1
-46
/
+7
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
1
-15
/
+53
2026-01-28
svcrdma: use bvec-based RDMA read/write API
Chuck Lever
1
-69
/
+86
2026-01-28
RDMA/core: add rdma_rw_max_sge() helper for SQ sizing
Chuck Lever
1
-2
/
+6
2026-01-26
SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths
Chuck Lever
1
-18
/
+64
[next]