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
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
ksmbd: Compare MACs in constant time
Eric Biggers
3
-3
/
+7
5 days
smb: client: Compare MACs in constant time
Eric Biggers
2
-2
/
+5
5 days
smb: client: fix iface port assignment in parse_server_interfaces
Henrique Carvalho
1
-2
/
+12
5 days
smb: client: fix in-place encryption corruption in SMB2_write()
Bharath SM
1
-1
/
+4
5 days
smb: client: fix atomic open with O_DIRECT & O_SYNC
Paulo Alcantara
3
-15
/
+15
5 days
cifs: make default value of retrans as zero
Shyam Prasad N
1
-1
/
+1
5 days
ksmbd: fix use-after-free by using call_rcu() for oplock_info
Namjae Jeon
2
-10
/
+24
5 days
smb: server: fix use-after-free in smb2_open()
Marios Makassikis
1
-3
/
+2
5 days
ksmbd: fix use-after-free in smb_lazy_parent_lease_break_close()
Namjae Jeon
1
-2
/
+4
5 days
smb/server: Fix another refcount leak in smb2_open()
Guenter Roeck
1
-1
/
+2
13 days
smb/client: fix buffer size for smb311_posix_qinfo in SMB311_posix_query_info()
ZhangGuoDong
1
-1
/
+1
13 days
smb/client: fix buffer size for smb311_posix_qinfo in smb2_compound_op()
ZhangGuoDong
1
-2
/
+2
13 days
ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths
Fedor Pchelkin
1
-2
/
+2
13 days
smb: client: fix oops due to uninitialised var in smb2_unlink()
Paulo Alcantara
1
-1
/
+3
13 days
smb: client: Don't log plaintext credentials in cifs_set_cifscreds
Thorsten Blum
1
-1
/
+0
13 days
smb: client: fix broken multichannel with krb5+signing
Paulo Alcantara
1
-12
/
+10
13 days
smb: client: fix cifs_pick_channel when channels are equally loaded
Henrique Carvalho
1
-11
/
+10
2026-03-04
cifs: some missing initializations on replay
Shyam Prasad N
2
-0
/
+3
2026-03-04
cifs: Fix locking usage for tcon fields
Shyam Prasad N
5
-10
/
+11
2026-03-04
ksmbd: fix signededness bug in smb_direct_prepare_negotiation()
Nicholas Carlini
1
-2
/
+2
2026-03-04
smb: client: prevent races in ->query_interfaces()
Henrique Carvalho
1
-11
/
+8
2026-03-04
smb: client: add proper locking around ses->iface_last_update
Henrique Carvalho
1
-0
/
+2
2026-02-26
smb: client: correct value for smbd_max_fragmented_recv_size
Stefan Metzmacher
1
-2
/
+17
2026-02-26
smb: client: fix potential UAF and double free in smb2_open_file()
Paulo Alcantara
1
-0
/
+2
2026-02-16
smb: client: let send_done handle a completion without IB_SEND_SIGNALED
Stefan Metzmacher
1
-0
/
+27
2026-02-16
smb: client: let smbd_post_send_negotiate_req() use smbd_post_send()
Stefan Metzmacher
1
-25
/
+7
2026-02-16
smb: client: fix last send credit problem causing disconnects
Stefan Metzmacher
1
-2
/
+29
2026-02-16
smb: client: make use of smbdirect_socket.send_io.bcredits
Stefan Metzmacher
1
-3
/
+55
2026-02-16
smb: client: use smbdirect_send_batch processing
Stefan Metzmacher
1
-14
/
+135
2026-02-16
smb: client: introduce and use smbd_{alloc, free}_send_io()
Stefan Metzmacher
1
-29
/
+58
2026-02-16
smb: client: split out smbd_ib_post_send()
Stefan Metzmacher
1
-16
/
+17
2026-02-16
smb: client: port and use the wait_for_credits logic used by server
Stefan Metzmacher
1
-27
/
+43
2026-02-16
smb: client: remove pointless sc->send_io.pending handling in smbd_post_send_...
Stefan Metzmacher
1
-5
/
+0
2026-02-16
smb: client: remove pointless sc->recv_io.credits.count rollback
Stefan Metzmacher
1
-3
/
+0
2026-02-16
smb: client: let smbd_post_send() make use of request->wr
Stefan Metzmacher
1
-8
/
+7
2026-02-16
smb: client: let recv_done() queue a refill when the peer is low on credits
Stefan Metzmacher
1
-2
/
+5
2026-02-16
smb: client: make use of smbdirect_socket.recv_io.credits.available
Stefan Metzmacher
1
-6
/
+28
2026-02-16
smb: server: let send_done handle a completion without IB_SEND_SIGNALED
Stefan Metzmacher
1
-0
/
+26
2026-02-16
smb: server: fix last send credit problem causing disconnects
Stefan Metzmacher
1
-2
/
+30
2026-02-16
smb: server: make use of smbdirect_socket.send_io.bcredits
Stefan Metzmacher
1
-2
/
+51
2026-02-16
smb: server: let recv_done() queue a refill when the peer is low on credits
Stefan Metzmacher
1
-2
/
+4
2026-02-16
smb: server: make use of smbdirect_socket.recv_io.credits.available
Stefan Metzmacher
1
-5
/
+25
2026-02-16
smb: smbdirect: introduce smbdirect_socket.send_io.bcredits.*
Stefan Metzmacher
1
-0
/
+16
2026-02-16
smb: smbdirect: introduce smbdirect_socket.recv_io.credits.available
Stefan Metzmacher
1
-0
/
+2
2026-02-16
smb: server: fix leak of active_num_conn in ksmbd_tcp_new_connection()
Henrique Carvalho
1
-1
/
+2
2026-02-16
ksmbd: add chann_lock to protect ksmbd_chann_list xarray
Namjae Jeon
3
-1
/
+17
2026-02-16
ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths
Namjae Jeon
1
-3
/
+3
2026-02-16
smb: client: split cached_fid bitfields to avoid shared-byte RMW races
Henrique Carvalho
1
-4
/
+4
2026-02-11
smb/client: fix memory leak in smb2_open_file()
ChenXiaoSong
1
-0
/
+1
2026-02-11
smb/server: fix refcount leak in parse_durable_handle_context()
ZhangGuoDong
1
-0
/
+1
[next]