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-09-19
Revert "SUNRPC: Don't allow waiting for exiting tasks"
Trond Myklebust
1
-2
/
+0
2025-09-19
SUNRPC: call xs_sock_process_cmsg for all cmsg
Justin Worrell
1
-3
/
+3
2025-08-20
net: better track kernel sockets lifetime
Eric Dumazet
2
-10
/
+3
2025-08-15
sunrpc: fix handling of server side tls alerts
Olga Kornievskaia
1
-8
/
+35
2025-08-15
sunrpc: fix client side handling of tls alerts
Olga Kornievskaia
1
-10
/
+30
2025-07-10
add a string-to-qstr constructor
Al Viro
1
-9
/
+5
2025-07-06
sunrpc: don't immediately retransmit on seqno miss
Nikhil Jha
1
-2
/
+7
2025-06-27
sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
Jeff Layton
1
-9
/
+2
2025-06-27
svcrdma: Unregister the device if svc_rdma_accept() fails
Chuck Lever
1
-0
/
+1
2025-06-27
SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls
Chuck Lever
1
-0
/
+5
2025-06-19
svcrdma: Reduce the number of rdma_rw contexts per-QP
Chuck Lever
1
-6
/
+8
2025-05-29
SUNRPC: rpcbind should never reset the port to the value '0'
Trond Myklebust
1
-2
/
+3
2025-05-29
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
Trond Myklebust
1
-3
/
+0
2025-05-29
SUNRPC: Don't allow waiting for exiting tasks
Trond Myklebust
1
-0
/
+2
2025-04-20
svcrdma: do not unregister device for listeners
Olga Kornievskaia
1
-1
/
+2
2025-03-07
sunrpc: suppress warnings for unused procfs functions
Arnd Bergmann
1
-7
/
+3
2025-03-07
SUNRPC: Handle -ETIMEDOUT return from tlshd
Benjamin Coddington
1
-1
/
+9
2025-03-07
SUNRPC: Prevent looping due to rpc_signal_task() races
Trond Myklebust
1
-2
/
+0
2025-02-08
Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"
Chuck Lever
1
-11
/
+1
2024-12-05
sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
Liu Jian
2
-0
/
+11
2024-12-05
SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
Benjamin Coddington
1
-5
/
+4
2024-12-05
sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
Liu Jian
1
-0
/
+1
2024-12-05
SUNRPC: make sure cache entry active before cache_show
Yang Erkun
1
-1
/
+3
2024-12-05
svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
Ye Bin
1
-5
/
+14
2024-12-05
svcrdma: Address an integer overflow
Chuck Lever
1
-1
/
+7
2024-11-04
sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()
NeilBrown
1
-0
/
+1
2024-11-02
Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-0
/
+1
2024-10-30
rpcrdma: Always release the rpcrdma_device's xa_array
Chuck Lever
1
-0
/
+1
2024-10-11
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-7
/
+4
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2
-2
/
+2
2024-09-30
sunrpc: fix prog selection loop in svc_process_common
NeilBrown
1
-7
/
+4
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2
-5
/
+0
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
3
-31
/
+42
2024-09-23
SUNRPC: add svcauth_map_clnt_to_svc_cred_local
Weston Andros Adamson
1
-0
/
+28
2024-09-23
SUNRPC: remove call_allocate() BUG_ONs
Mike Snitzer
1
-6
/
+0
2024-09-23
net/sunrpc: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-7
/
+3
2024-09-23
SUNRPC: clnt.c: Remove misleading comment
Siddh Raman Pant
1
-5
/
+0
2024-09-23
SUNRPC: Fix -Wformat-truncation warning
Kunwu Chan
1
-1
/
+1
2024-09-20
sunrpc: xprtrdma: Use ERR_CAST() to return
Yan Zhen
1
-1
/
+1
2024-09-20
svcrdma: Handle device removal outside of the CM event handler
Chuck Lever
1
-1
/
+15
2024-09-20
sunrpc: allow svc threads to fail initialisation cleanly
NeilBrown
1
-0
/
+10
2024-09-20
sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
NeilBrown
1
-18
/
+7
2024-09-20
sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
NeilBrown
1
-6
/
+0
2024-09-20
sunrpc: change sp_nrthreads from atomic_t to unsigned int.
NeilBrown
1
-20
/
+11
2024-09-20
sunrpc: document locking rules for svc_exit_thread()
NeilBrown
1
-0
/
+14
2024-09-01
SUNRPC: make various functions static, or not exported.
NeilBrown
5
-34
/
+29
2024-08-19
rpcrdma: Trace connection registration and unregistration
Chuck Lever
1
-0
/
+2
2024-08-19
rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1
Chuck Lever
1
-1
/
+1
2024-08-19
rpcrdma: Device kref is over-incremented on error from xa_alloc
Chuck Lever
1
-1
/
+1
2024-08-10
Merge tag 'nfsd-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
[next]