index
:
pub/scm/linux/kernel/git/kbuild/linux.git
master
kbuild development tree
KBuild Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc_xprt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
sunrpc: derive the pool count instead of caching it in sv_nrpools
Jeff Layton
1
-3
/
+3
2026-06-01
sunrpc: skip svc_xprt_enqueue when transport is busy
Chuck Lever
1
-3
/
+10
2026-06-01
sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idle
Chuck Lever
1
-1
/
+13
2026-06-01
sunrpc: skip svc_xprt_enqueue when no work is pending
Chuck Lever
1
-5
/
+20
2026-03-29
SUNRPC: Optimize rq_respages allocation in svc_alloc_arg
Chuck Lever
1
-1
/
+7
2026-03-29
SUNRPC: Track consumed rq_pages entries
Chuck Lever
1
-3
/
+8
2026-03-29
SUNRPC: Allocate a separate Reply page array
Chuck Lever
1
-10
/
+26
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
1
-9
/
+42
2025-09-21
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
1
-1
/
+6
2025-09-21
nfsd: unregister with rpcbind when deleting a transport
Olga Kornievskaia
1
-0
/
+13
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
1
-9
/
+1
2025-05-11
sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepoint
Jeff Layton
1
-0
/
+1
2025-01-27
Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-22
/
+16
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-2
/
+1
2025-01-06
sunrpc: remove all connection limit configuration
NeilBrown
1
-7
/
+1
2025-01-06
nfsd: don't use sv_nrthreads in connection limiting calculations.
NeilBrown
1
-16
/
+16
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
1
-1
/
+1
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
1
-9
/
+0
2024-07-08
SUNRPC: Add a trace point in svc_xprt_deferred_close
Chuck Lever
1
-0
/
+1
2024-06-25
Revert "nfsd: fix oops when reading pool_stats before server is started"
NeilBrown
1
-5
/
+3
2024-06-17
nfsd: fix oops when reading pool_stats before server is started
Jeff Layton
1
-3
/
+5
2024-05-06
SUNRPC: Remove comment for sp_lock
Guoqing Jiang
1
-1
/
+0
2024-05-06
SUNRPC: add a new svc_find_listener helper
Jeff Layton
1
-0
/
+34
2024-05-06
SUNRPC: introduce svc_xprt_create_from_sa utility routine
Lorenzo Bianconi
1
-58
/
+75
2024-01-07
svc: don't hold reference for poolstats, only mutex.
NeilBrown
1
-9
/
+23
2023-12-18
SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806
Chuck Lever
1
-3
/
+2
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
1
-9
/
+3
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
1
-39
/
+16
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
1
-13
/
+25
2023-10-16
SUNRPC: rename some functions from rqst_ to svc_thread_
NeilBrown
1
-5
/
+5
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
1
-26
/
+19
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
1
-3
/
+1
2023-10-16
SUNRPC: add list of idle threads
NeilBrown
1
-4
/
+11
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
1
-4
/
+3
2023-10-16
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
1
-0
/
+27
2023-10-16
SUNRPC: rename and refactor svc_get_next_xprt()
NeilBrown
1
-47
/
+43
2023-10-16
SUNRPC: move all of xprt handling into svc_xprt_handle()
NeilBrown
1
-33
/
+20
2023-08-29
SUNRPC: make rqst_should_sleep() idempotent()
NeilBrown
1
-3
/
+5
2023-08-29
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
1
-1
/
+2
2023-08-29
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
1
-36
/
+8
2023-08-29
SUNRPC: Move trace_svc_xprt_enqueue
Chuck Lever
1
-1
/
+1
2023-08-29
SUNRPC: remove timeout arg from svc_recv()
NeilBrown
1
-18
/
+16
2023-08-29
SUNRPC: change svc_recv() to return void.
NeilBrown
1
-17
/
+11
2023-08-29
SUNRPC: call svc_process() from svc_recv().
NeilBrown
1
-1
/
+2
2023-08-29
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-10
/
+6
2023-06-17
SUNRPC: Remove transport class dprintk call sites
Chuck Lever
1
-3
/
+0
2023-06-17
SUNRPC: Fix comments for transport class registration
Chuck Lever
1
-0
/
+12
2023-06-17
SUNRPC: Move initialization of rq_stime
Chuck Lever
1
-1
/
+2
2023-06-05
SUNRPC: Resupply rq_pages from node-local memory
Chuck Lever
1
-2
/
+3
[next]