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