index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc.c
Age
Commit message (
Expand
)
Author
2025-07-14
sunrpc: reset rq_accept_statp when starting a new RPC
Jeff Layton
2025-07-14
sunrpc: remove SVC_SYSERR
Jeff Layton
2025-07-14
sunrpc: fix handling of unknown auth status codes
Jeff Layton
2025-07-14
sunrpc: new tracepoints around svc thread wakeups
Jeff Layton
2025-06-19
sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
Jeff Layton
2025-06-12
SUNRPC: Cleanup/fix initial rq_pages allocation
Benjamin Coddington
2025-05-15
SUNRPC: Remove svc_fill_write_vector()
Chuck Lever
2025-05-15
NFSD: De-duplicate the svc_fill_write_vector() call sites
Chuck Lever
2025-05-15
sunrpc: Replace the rq_bvec array with dynamically-allocated memory
Chuck Lever
2025-05-15
sunrpc: Replace the rq_pages array with dynamically-allocated memory
Chuck Lever
2025-05-15
sunrpc: Remove backchannel check in svc_init_buffer()
Chuck Lever
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
2024-09-30
sunrpc: fix prog selection loop in svc_process_common
NeilBrown
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
2024-09-20
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
2024-09-20
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
2024-09-20
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
2024-09-20
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
2024-09-20
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
2024-07-19
sunrpc: avoid -Wformat-security warning
Arnd Bergmann
2024-07-08
sunrpc: refactor pool_mode setting code
Jeff Layton
2024-07-08
sunrpc: fix up the special handling of sv_nrpools == 1
Jeff Layton
2024-06-21
SUNRPC: Fix backchannel reply, again
Chuck Lever
2024-05-06
sunrpc: removed redundant procp check
Aleksandr Aprelkov
2024-03-01
SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
Chuck Lever
2024-03-01
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
2024-03-01
sunrpc: don't change ->sv_stats if it doesn't exist
Josef Bacik
2024-01-29
NFSv4.1: Assign the right value for initval and retries for rpc timeout
Samasth Norway Ananda
2024-01-10
Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2024-01-07
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
2024-01-07
SUNRPC: Remove RQ_SPLICE_OK
Chuck Lever
2024-01-04
NFSv4.1: Use the nfs_client's rpc timeouts for backchannel
Benjamin Coddington
2023-10-16
SUNRPC: Remove BUG_ON call sites
Chuck Lever
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
2023-10-16
SUNRPC: discard sp_lock
NeilBrown
2023-10-16
SUNRPC: change sp_nrthreads to atomic_t
NeilBrown
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
2023-10-16
SUNRPC: add list of idle threads
NeilBrown
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
2023-10-16
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
2023-10-16
SUNRPC: Clean up bc_svc_process()
Chuck Lever
2023-08-31
Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2023-08-29
SUNRPC: Remove return value of svc_pool_wake_idle_thread()
NeilBrown
2023-08-29
SUNRPC: Clean up svc_set_num_threads
Chuck Lever
2023-08-29
SUNRPC: Count ingress RPC messages per svc_pool
Chuck Lever
2023-08-29
SUNRPC: Deduplicate thread wake-up code
Chuck Lever
[next]