index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
sunrpc: remove unused svc_version vs_count field
Jeff Layton
1
-3
/
+0
2026-08-10
sunrpc: add per-netns per-procedure call counts to svc_stat
Jeff Layton
1
-0
/
+62
2026-08-10
sunrpc: derive the pool count instead of caching it in sv_nrpools
Jeff Layton
1
-17
/
+34
2026-08-10
sunrpc: tear down pool counters before dropping the pool map reference
Jeff Layton
1
-3
/
+4
2026-08-10
sunrpc: guarantee a thread per pool when auto-distributing
Jeff Layton
1
-0
/
+16
2026-08-10
sunrpc: hardcode pool_mode to pernode, remove other modes
Jeff Layton
1
-207
/
+53
2026-08-10
sunrpc: route to a populated pool in svc_pool_for_cpu()
Jeff Layton
1
-1
/
+28
2026-08-10
SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global mode
Ameer Hamza
1
-2
/
+4
2026-08-10
sunrpc: defer rq_argp and rq_resp free until after RCU grace period
Jeff Layton
1
-3
/
+10
2026-08-10
SUNRPC: Add svc_serv_maxthreads() to report the thread ceiling
Chuck Lever
1
-0
/
+23
2026-08-10
SUNRPC: Check svc pool percpu counter allocation
Chuck Lever
1
-6
/
+39
2026-06-09
sunrpc: harden rq_procinfo lifecycle to prevent double-free
Luxiao Xu
1
-0
/
+10
2026-04-03
SUNRPC: Add svc_rqst_page_release() helper
Chuck Lever
1
-5
/
+2
2026-03-29
SUNRPC: Optimize rq_respages allocation in svc_alloc_arg
Chuck Lever
1
-0
/
+1
2026-03-29
SUNRPC: Track consumed rq_pages entries
Chuck Lever
1
-0
/
+1
2026-03-29
SUNRPC: Handle NULL entries in svc_rqst_release_pages
Chuck Lever
1
-7
/
+13
2026-03-29
SUNRPC: Allocate a separate Reply page array
Chuck Lever
1
-5
/
+24
2026-03-29
SUNRPC: Tighten bounds checking in svc_rqst_replace_page
Chuck Lever
1
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+2
2026-01-28
sunrpc: split new thread creation into a separate function
Jeff Layton
1
-28
/
+45
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
2025-10-06
Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-3
/
+14
2025-09-23
SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()
Anna Schumaker
1
-5
/
+5
2025-09-23
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
1
-1
/
+0
2025-09-21
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
1
-1
/
+0
2025-09-21
sunrpc: delay pc_release callback until after the reply is sent
Jeff Layton
1
-3
/
+14
2025-07-14
sunrpc: reset rq_accept_statp when starting a new RPC
Jeff Layton
1
-0
/
+3
2025-07-14
sunrpc: remove SVC_SYSERR
Jeff Layton
1
-8
/
+0
2025-07-14
sunrpc: fix handling of unknown auth status codes
Jeff Layton
1
-1
/
+2
2025-07-14
sunrpc: new tracepoints around svc thread wakeups
Jeff Layton
1
-2
/
+4
2025-06-19
sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
Jeff Layton
1
-9
/
+2
2025-06-12
SUNRPC: Cleanup/fix initial rq_pages allocation
Benjamin Coddington
1
-5
/
+1
2025-05-15
SUNRPC: Remove svc_fill_write_vector()
Chuck Lever
1
-40
/
+0
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
1
-2
/
+2
2025-05-15
sunrpc: Replace the rq_bvec array with dynamically-allocated memory
Chuck Lever
1
-0
/
+7
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
1
-14
/
+17
2025-05-15
sunrpc: Remove backchannel check in svc_init_buffer()
Chuck Lever
1
-4
/
+0
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
1
-2
/
+2
2024-09-30
sunrpc: fix prog selection loop in svc_process_common
NeilBrown
1
-7
/
+4
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
1
-29
/
+39
2024-09-20
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
1
-0
/
+10
2024-09-20
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
1
-18
/
+7
2024-09-20
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
1
-6
/
+0
2024-09-20
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
1
-20
/
+11
2024-09-20
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
1
-0
/
+14
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
1
-23
/
+25
[next]