index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
svc.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
sunrpc: remove unused svc_version vs_count field
Jeff Layton
1
-1
/
+0
2026-08-10
sunrpc: derive the pool count instead of caching it in sv_nrpools
Jeff Layton
1
-1
/
+1
2026-08-10
SUNRPC: Add svc_serv_maxthreads() to report the thread ceiling
Chuck Lever
1
-0
/
+1
2026-04-20
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-26
/
+56
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
1
-1
/
+1
2026-04-03
SUNRPC: Add svc_rqst_page_release() helper
Chuck Lever
1
-0
/
+15
2026-03-29
SUNRPC: Optimize rq_respages allocation in svc_alloc_arg
Chuck Lever
1
-0
/
+4
2026-03-29
SUNRPC: Track consumed rq_pages entries
Chuck Lever
1
-0
/
+10
2026-03-29
SUNRPC: Allocate a separate Reply page array
Chuck Lever
1
-24
/
+23
2026-03-29
nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_info
Jeff Layton
1
-1
/
+0
2026-03-29
nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breaker
Jeff Layton
1
-1
/
+4
2026-01-28
sunrpc: allow svc_recv() to return -ETIMEDOUT and -EBUSY
Jeff Layton
1
-0
/
+1
2026-01-28
sunrpc: split new thread creation into a separate function
Jeff Layton
1
-0
/
+1
2026-01-28
sunrpc: introduce the concept of a minimum number of threads per pool
Jeff Layton
1
-3
/
+5
2026-01-28
sunrpc: track the max number of requested threads in a pool
Jeff Layton
1
-1
/
+2
2026-01-28
sunrpc: split svc_set_num_threads() into two functions
Jeff Layton
1
-1
/
+3
2025-09-23
SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()
Anna Schumaker
1
-2
/
+2
2025-07-14
sunrpc: rearrange struct svc_rqst for fewer cachelines
Jeff Layton
1
-3
/
+3
2025-05-15
SUNRPC: Bump the maximum payload size for the server
Chuck Lever
1
-7
/
+7
2025-05-15
sunrpc: Remove the RPCSVC_MAXPAGES macro
Chuck Lever
1
-7
/
+0
2025-05-15
SUNRPC: Remove svc_rqst :: rq_vec
Chuck Lever
1
-1
/
+0
2025-05-15
SUNRPC: Remove svc_fill_write_vector()
Chuck Lever
1
-2
/
+0
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
1
-1
/
+1
2025-05-15
sunrpc: Replace the rq_bvec array with dynamically-allocated memory
Chuck Lever
1
-1
/
+1
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
1
-1
/
+2
2025-05-15
sunrpc: Add a helper to derive maxpages from sv_max_mesg
Chuck Lever
1
-0
/
+17
2025-01-06
sunrpc: remove all connection limit configuration
NeilBrown
1
-4
/
+0
2025-01-06
nfsd: don't use sv_nrthreads in connection limiting calculations.
NeilBrown
1
-1
/
+1
2025-01-06
sunrpc/svc: use store_release_wake_up()
NeilBrown
1
-6
/
+1
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
1
-3
/
+4
2024-09-20
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
1
-0
/
+31
2024-09-20
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
1
-2
/
+2
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
1
-9
/
+0
2024-07-08
sunrpc: refactor pool_mode setting code
Jeff Layton
1
-0
/
+2
2024-07-08
sunrpc: fix up the special handling of sv_nrpools == 1
Jeff Layton
1
-0
/
+1
2024-03-01
sunrpc: remove ->pg_stats from svc_program
Josef Bacik
1
-1
/
+0
2024-03-01
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
1
-1
/
+3
2024-01-10
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+2
2024-01-07
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
1
-26
/
+1
2024-01-07
svc: don't hold reference for poolstats, only mutex.
NeilBrown
1
-1
/
+7
2024-01-07
SUNRPC: Remove RQ_SPLICE_OK
Chuck Lever
1
-2
/
+0
2024-01-04
NFSv4.1: Use the nfs_client's rpc timeouts for backchannel
Benjamin Coddington
1
-0
/
+2
2023-10-16
NFSD: add rpc_status netlink support
Lorenzo Bianconi
1
-0
/
+1
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
1
-2
/
+1
2023-10-16
SUNRPC: discard sp_lock
NeilBrown
1
-1
/
+0
2023-10-16
SUNRPC: change sp_nrthreads to atomic_t
NeilBrown
1
-1
/
+1
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
1
-1
/
+2
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
1
-11
/
+0
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
1
-16
/
+5
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
1
-1
/
+0
[next]