index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
Daniel Borkmann
1
-0
/
+7
2024-09-12
svcrdma: Catch another Reply chunk overflow case
Chuck Lever
1
-0
/
+2
2024-09-12
sunrpc: use the struct net as the svc proc private
Josef Bacik
1
-1
/
+1
2024-09-12
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
1
-5
/
+7
2024-09-12
sunrpc: don't change ->sv_stats if it doesn't exist
Josef Bacik
1
-8
/
+16
2024-09-04
nfsd: Don't call freezable_schedule_timeout() after each successful page allo...
Kuniyuki Iwashima
1
-1
/
+1
2024-08-19
SUNRPC: Fix a race to wake a sync task
Benjamin Coddington
1
-1
/
+3
2024-08-19
SUNRPC: avoid soft lockup when transmitting UDP to reachable server.
NeilBrown
1
-1
/
+2
2024-08-19
xprtrdma: Fix rpcrdma_reqs_reset()
Chuck Lever
2
-2
/
+17
2024-08-19
xprtrdma: Rename frwr_release_mr()
Chuck Lever
3
-6
/
+6
2024-08-19
gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
Gaosheng Cui
1
-1
/
+1
2024-07-05
SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()
Chuck Lever
1
-0
/
+15
2024-07-05
SUNRPC: Fix null pointer dereference in svc_rqst_free()
Yunjian Wang
1
-1
/
+2
2024-07-05
SUNRPC: return proper error from gss_wrap_req_priv
Chen Hanxiao
1
-1
/
+3
2024-06-21
nfsd: don't allow nfsd threads to be signalled.
Chuck Lever
1
-12
/
+8
2024-06-21
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
1
-18
/
+6
2024-06-21
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
5
-11
/
+11
2024-06-21
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
1
-0
/
+22
2024-06-21
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-1
/
+1
2024-06-21
SUNRPC: Optimize xdr_reserve_space()
Chuck Lever
1
-7
/
+10
2024-06-21
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
5
-11
/
+11
2024-06-21
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
1
-11
/
+26
2024-06-21
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
1
-2
/
+0
2024-06-21
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
2
-8
/
+7
2024-06-21
SUNRPC: Rename svc_close_xprt()
Chuck Lever
3
-4
/
+9
2024-06-21
SUNRPC: Rename svc_create_xprt()
Chuck Lever
1
-5
/
+19
2024-06-21
SUNRPC: Remove svo_shutdown method
Chuck Lever
1
-3
/
+0
2024-06-21
SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()
Chuck Lever
1
-16
/
+10
2024-06-21
SUNRPC: Remove the .svo_enqueue_xprt method
Chuck Lever
1
-5
/
+5
2024-06-21
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
1
-2
/
+1
2024-06-21
SUNRPC: always treat sv_nrpools==1 as "not pooled"
NeilBrown
1
-25
/
+29
2024-06-21
SUNRPC: move the pool_map definitions (back) into svc.c
NeilBrown
1
-6
/
+25
2024-06-21
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
1
-47
/
+2
2024-06-21
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
1
-2
/
+7
2024-06-21
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
1
-11
/
+11
2024-06-21
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
1
-14
/
+5
2024-06-21
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
1
-5
/
+6
2024-06-21
SUNRPC: Trace calls to .rpc_call_done
Chuck Lever
1
-0
/
+1
2024-06-21
SUNRPC: Eliminate the RQ_AUTHERR flag
Chuck Lever
1
-20
/
+4
2024-06-21
SUNRPC: Set rq_auth_stat in the pg_authenticate() callout
Chuck Lever
3
-4
/
+10
2024-06-21
SUNRPC: Add svc_rqst::rq_auth_stat
Chuck Lever
4
-40
/
+40
2024-06-21
SUNRPC: Add svc_rqst_replace_page() API
Chuck Lever
2
-0
/
+24
2024-06-21
SUNRPC: Export svc_xprt_received()
Chuck Lever
1
-4
/
+9
2024-06-21
NFSD: Replace the internals of the READ_BUF() macro
Chuck Lever
1
-0
/
+45
2024-06-21
SUNRPC: Prepare for xdr_stream-style decoding on the server-side
Chuck Lever
1
-0
/
+5
2024-06-21
SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
Chuck Lever
2
-25
/
+5
2024-06-21
NFSD: Invoke svc_encode_result_payload() in "read" NFSD encoders
Chuck Lever
1
-17
/
+7
2024-06-21
SUNRPC: Rename svc_encode_read_payload()
Chuck Lever
4
-14
/
+15
2024-06-16
SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
Chuck Lever
1
-1
/
+1
2024-06-16
params: lift param_set_uint_minmax to common code
Sagi Grimberg
1
-18
/
+0
[next]