index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
svc.c
Age
Commit message (
Expand
)
Author
2023-05-14
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
2023-05-03
SUNRPC: Fix encoding of accepted but unsuccessful RPC replies
Chuck Lever
2023-04-27
SUNRPC: Be even lazier about releasing pages
Chuck Lever
2023-04-26
SUNRPC: Convert svc_xprt_release() to the release_pages() API
Chuck Lever
2023-04-26
SUNRPC: Relocate svc_free_res_pages()
Chuck Lever
2023-04-26
SUNRPC: Ignore return value of ->xpo_sendto
Chuck Lever
2023-04-26
NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()
Chuck Lever
2023-03-08
SUNRPC: Fix a server shutdown leak
Benjamin Coddington
2023-02-20
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
2023-02-20
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
SUNRPC: Set rq_accept_statp inside ->accept methods
Chuck Lever
2023-02-20
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
2023-02-20
SUNRPC: Final clean-up of svc_process_common()
Chuck Lever
2023-02-20
SUNRPC: Convert RPC Reply header encoding to use xdr_stream
Chuck Lever
2023-02-20
SUNRPC: Hoist init_encode out of svc_authenticate()
Chuck Lever
2023-02-20
SUNRPC: Move svcxdr_init_encode() into ->accept methods
Chuck Lever
2023-02-20
SUNRPC: Push svcxdr_init_encode() into svc_process_common()
Chuck Lever
2023-02-20
SUNRPC: Remove the rpc_stat variable in svc_process_common()
Chuck Lever
2023-02-20
SUNRPC: Hoist svcxdr_init_decode() into svc_process()
Chuck Lever
2023-02-20
SUNRPC: Remove svc_process_common's argv parameter
Chuck Lever
2023-02-20
SUNRPC: Decode most of RPC header with xdr_stream
Chuck Lever
2023-02-20
SUNRPC: Eliminate unneeded variable
Chuck Lever
2023-02-20
SUNRPC: Re-order construction of the first reply fields
Chuck Lever
2023-02-20
SUNRPC: Hoist init_decode out of svc_authenticate()
Chuck Lever
2023-02-20
SUNRPC: Move svcxdr_init_decode() into ->accept methods
Chuck Lever
2023-02-20
SUNRPC: Push svcxdr_init_decode() into svc_process_common()
Chuck Lever
2023-01-10
Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
2023-01-06
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-10
SUNRPC: Make the svc_authenticate tracepoint conditional
Chuck Lever
2022-11-28
SUNRPC: Remove unused svc_rqst::rq_lock field
Chuck Lever
2022-09-26
SUNRPC: Clarify comment that documents svc_max_payload()
Chuck Lever
2022-09-26
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
2022-09-26
SUNRPC: Optimize svc_process()
Chuck Lever
2022-05-23
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
2022-05-19
SUNRPC: Simplify synopsis of svc_pool_for_cpu()
Chuck Lever
2022-02-28
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
2022-02-28
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
2022-02-28
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
2022-02-28
SUNRPC: Rename svc_close_xprt()
Chuck Lever
2022-02-28
SUNRPC: Remove svo_shutdown method
Chuck Lever
2021-12-13
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
2021-12-13
SUNRPC: always treat sv_nrpools==1 as "not pooled"
NeilBrown
2021-12-13
SUNRPC: move the pool_map definitions (back) into svc.c
NeilBrown
2021-12-13
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
2021-12-13
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
2021-12-13
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
2021-12-13
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
2021-10-12
SUNRPC: De-duplicate .pc_release() call sites
Chuck Lever
2021-10-12
SUNRPC: Simplify the SVC dispatch code path
Chuck Lever
[next]