index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-17
SUNRPC: Address RCU warning in net/sunrpc/svc.c
Chuck Lever
1
-2
/
+6
2023-06-17
SUNRPC: Use sysfs_emit in place of strlcpy/sprintf
Azeem Shaikh
1
-5
/
+5
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-28
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-11
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-26
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
[next]