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
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
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
2025-06-27
sunrpc: fix race in cache cleanup causing stale nextcheck time
Long Li
1
-8
/
+7
2025-06-27
sunrpc: update nextcheck time when adding new cache entries
Long Li
1
-0
/
+2
2025-06-04
SUNRPC: rpcbind should never reset the port to the value '0'
Trond Myklebust
1
-2
/
+3
2025-06-04
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
Trond Myklebust
1
-3
/
+0
2025-03-13
sunrpc: suppress warnings for unused procfs functions
Arnd Bergmann
1
-7
/
+3
2024-12-14
sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
Liu Jian
1
-0
/
+1
2024-12-14
SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE
Trond Myklebust
1
-18
/
+4
2024-12-14
sunrpc: remove unnecessary test in rpc_task_set_client()
Thiago Rafael Becker
1
-18
/
+15
2024-12-14
SUNRPC: make sure cache entry active before cache_show
Yang Erkun
1
-1
/
+3
2024-12-14
svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
Ye Bin
1
-5
/
+14
2024-12-14
sunrpc: simplify two-level sysctl registration for svcrdma_parm_table
Luis Chamberlain
1
-19
/
+2
2024-12-14
svcrdma: Address an integer overflow
Chuck Lever
1
-1
/
+7
2024-09-12
net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
Daniel Borkmann
1
-0
/
+7
2024-09-04
sunrpc: use the struct net as the svc proc private
Josef Bacik
1
-1
/
+1
2024-09-04
sunrpc: pass in the sv_stats struct through svc_create_pooled
Josef Bacik
1
-5
/
+7
2024-09-04
sunrpc: don't change ->sv_stats if it doesn't exist
Josef Bacik
1
-8
/
+16
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
gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
Gaosheng Cui
1
-1
/
+1
2024-07-05
SUNRPC: return proper error from gss_wrap_req_priv
Chen Hanxiao
1
-1
/
+3
2024-06-16
sunrpc: exclude from freezer when waiting for requests:
NeilBrown
1
-2
/
+2
2024-06-16
SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
Chuck Lever
1
-1
/
+1
2024-06-16
rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL
Dan Aloni
1
-1
/
+5
2024-06-16
sunrpc: fix NFSACL RPC retry on soft mount
Dan Aloni
1
-0
/
+1
2024-06-16
SUNRPC: Fix gss_free_in_token_pages()
Chuck Lever
1
-8
/
+2
2024-06-16
sunrpc: removed redundant procp check
Aleksandr Aprelkov
1
-2
/
+0
2024-05-25
nfsd: don't allow nfsd threads to be signalled.
NeilBrown
1
-10
/
+6
2024-05-17
sunrpc: add a struct rpc_stats arg to rpc_create_args
Josef Bacik
1
-1
/
+4
2024-04-10
nfsd: fix double fget() bug in __write_ports_addfd()
Dan Carpenter
1
-18
/
+6
2024-04-10
Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
Chuck Lever
5
-11
/
+11
2024-04-10
NFSD: Refactor common code out of dirlist helpers
Chuck Lever
1
-0
/
+22
2024-04-10
SUNRPC: Parametrize how much of argsize should be zeroed
Chuck Lever
1
-1
/
+1
2024-04-10
SUNRPC: Use RMW bitops in single-threaded hot paths
Chuck Lever
5
-11
/
+11
2024-04-10
NFSD: Move svc_serv_ops::svo_function into struct svc_serv
Chuck Lever
1
-11
/
+26
2024-04-10
NFSD: Remove svc_serv_ops::svo_module
Chuck Lever
1
-2
/
+0
2024-04-10
SUNRPC: Remove svc_shutdown_net()
Chuck Lever
2
-8
/
+7
2024-04-10
SUNRPC: Rename svc_close_xprt()
Chuck Lever
3
-4
/
+9
2024-04-10
SUNRPC: Rename svc_create_xprt()
Chuck Lever
1
-5
/
+19
2024-04-10
SUNRPC: Remove svo_shutdown method
Chuck Lever
1
-3
/
+0
2024-04-10
SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()
Chuck Lever
1
-16
/
+10
2024-04-10
SUNRPC: Remove the .svo_enqueue_xprt method
Chuck Lever
1
-5
/
+5
2024-04-10
lockd: use svc_set_num_threads() for thread start and stop
NeilBrown
1
-2
/
+1
2024-04-10
SUNRPC: always treat sv_nrpools==1 as "not pooled"
NeilBrown
1
-25
/
+29
2024-04-10
SUNRPC: move the pool_map definitions (back) into svc.c
NeilBrown
1
-6
/
+25
2024-04-10
SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()
NeilBrown
1
-47
/
+2
2024-04-10
SUNRPC: use sv_lock to protect updates to sv_nrthreads.
NeilBrown
1
-2
/
+7
2024-04-10
SUNRPC: stop using ->sv_nrthreads as a refcount
NeilBrown
1
-11
/
+11
2024-04-10
SUNRPC/NFSD: clean up get/put functions.
NeilBrown
1
-14
/
+5
2024-03-26
net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()
Christophe JAILLET
1
-2
/
+2
[next]