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
2023-07-23
SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
Ding Hui
1
-12
/
+11
2023-07-23
svcrdma: Prevent page release when nothing was received
Chuck Lever
1
-6
/
+6
2023-05-24
SUNRPC: Fix trace_svc_register() call site
Chuck Lever
1
-1
/
+1
2023-05-24
SUNRPC: always free ctxt when freeing deferred request
NeilBrown
4
-27
/
+39
2023-05-24
SUNRPC: Remove svc_rqst::rq_xprt_hlen
Chuck Lever
3
-9
/
+4
2023-05-24
SUNRPC: Remove dead code in svc_tcp_release_rqst()
Chuck Lever
1
-9
/
+0
2023-05-24
SUNRPC: double free xprt_ctxt while still in use
NeilBrown
1
-1
/
+2
2023-05-11
SUNRPC: remove the maximum number of retries in call_bind_status
Dai Ngo
2
-4
/
+0
2023-04-13
sunrpc: only free unix grouplist after RCU settles
Jeff Layton
1
-4
/
+13
2023-04-05
SUNRPC: fix shutdown of NFS TCP client socket
Siddharth Kawar
1
-0
/
+1
2023-03-17
SUNRPC: Fix a server shutdown leak
Benjamin Coddington
1
-1
/
+5
2023-03-10
NFS: fix disabling of swap
NeilBrown
1
-0
/
+2
2023-03-10
NFSv4: keep state manager thread active if swap is enabled
NeilBrown
1
-0
/
+2
2023-01-12
SUNRPC: ensure the matching upcall is in-flight upon downcall
minoura makoto
1
-2
/
+17
2023-01-12
SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails
Chuck Lever
1
-2
/
+7
2022-12-31
SUNRPC: Fix missing release socket in rpc_sockname()
Wang ShaoBo
1
-1
/
+1
2022-12-31
xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
Zhang Xiaoxu
1
-1
/
+1
2022-11-10
SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed
Zhang Xiaoxu
1
-2
/
+10
2022-08-31
SUNRPC: RPC level errors should set task->tk_rpc_status
Trond Myklebust
1
-1
/
+1
2022-08-25
net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()
Xin Xiong
1
-2
/
+4
2022-08-25
SUNRPC: Reinitialise the backchannel request buffers before reuse
Trond Myklebust
1
-0
/
+14
2022-08-25
sunrpc: fix expiry of auth creds
Dan Aloni
1
-1
/
+1
2022-07-07
SUNRPC: Fix READ_PLUS crasher
Chuck Lever
1
-1
/
+1
2022-06-22
sunrpc: set cl_max_connect when cloning an rpc_clnt
Scott Mayhew
1
-0
/
+1
2022-06-14
SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()
Chuck Lever
1
-1
/
+5
2022-06-14
SUNRPC: Trap RDMA segment overflows
Chuck Lever
1
-2
/
+2
2022-06-14
xprtrdma: treat all calls not a bcall when bc_serv is NULL
Kinglong Mee
1
-0
/
+5
2022-05-18
SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()
Trond Myklebust
2
-9
/
+14
2022-05-18
SUNRPC: Ensure that the gssproxy client can start in a connected state
Trond Myklebust
2
-0
/
+34
2022-05-12
SUNRPC release the transport of a relocated task with an assigned transport
Olga Kornievskaia
1
-4
/
+7
2022-05-12
Revert "SUNRPC: attempt AF_LOCAL connect on setup"
Trond Myklebust
1
-3
/
+0
2022-04-20
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
2
-1
/
+4
2022-04-13
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
1
-10
/
+11
2022-04-13
SUNRPC: Prevent immediate close+reconnect
Trond Myklebust
2
-2
/
+3
2022-04-13
SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()
Trond Myklebust
1
-1
/
+3
2022-04-13
SUNRPC: Handle low memory situations in call_status()
Trond Myklebust
1
-0
/
+5
2022-04-13
SUNRPC: Handle ENOMEM in call_transmit_status()
Trond Myklebust
1
-0
/
+2
2022-04-13
SUNRPC: Fix socket waits for write buffer space
Trond Myklebust
1
-15
/
+39
2022-04-13
SUNRPC: remove scheduling boost for "SWAPPER" tasks.
NeilBrown
2
-18
/
+0
2022-04-13
SUNRPC/xprt: async tasks mustn't block waiting for memory
NeilBrown
2
-2
/
+5
2022-04-13
SUNRPC/call_alloc: async tasks mustn't block waiting for memory
NeilBrown
2
-2
/
+6
2022-04-08
SUNRPC don't resend a task on an offlined transport
Olga Kornievskaia
1
-1
/
+3
2022-04-08
SUNRPC: avoid race between mod_timer() and del_timer_sync()
NeilBrown
1
-0
/
+7
2022-03-08
SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
Chuck Lever
1
-1
/
+1
2022-03-08
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
Chuck Lever
1
-5
/
+6
2022-02-23
xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create
Dan Aloni
1
-0
/
+3
2022-02-16
sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()
Anna Schumaker
1
-16
/
+19
2022-02-16
net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
Xiyu Yang
1
-2
/
+4
2022-02-16
SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
Olga Kornievskaia
1
-1
/
+4
2022-02-01
fsnotify: fix fsnotify hooks in pseudo filesystems
Amir Goldstein
1
-2
/
+2
[next]