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
2025-12-07
ksmbd: fix use-after-free in session logoff
Sean Heelan
1
-4
/
+0
2025-12-07
smb: client: fix memory leak in cifs_construct_tcon()
Paulo Alcantara
1
-0
/
+1
2025-12-07
cifs: fix typo in enable_gcm_256 module parameter
Steve French
1
-1
/
+1
2025-12-07
ksmbd: close accepted socket when per-IP limit rejects connection
Joshua Rogers
1
-1
/
+4
2025-12-07
smb/server: fix possible refcount leak in smb2_sess_setup()
ZhangGuoDong
1
-0
/
+1
2025-12-07
smb/server: fix possible memory leak in smb2_read()
ZhangGuoDong
1
-0
/
+1
2025-12-07
smb: client: fix refcount leak in smb2_set_path_attr
Shuhao Fu
1
-0
/
+2
2025-12-07
smb: client: validate change notify buffer before copy
Joshua Rogers
1
-2
/
+5
2025-12-07
smb: client: transport: avoid reconnects triggered by pending task work
Fiona Ebner
1
-1
/
+9
2025-12-07
ksmbd: use sock_create_kern interface to create kernel socket
Namjae Jeon
1
-3
/
+4
2025-10-29
ksmbd: transport_ipc: validate payload size before reading handle
Qianchang Zhao
1
-1
/
+7
2025-10-29
ksmbd: browse interfaces list on FSCTL_QUERY_INTERFACE_INFO IOCTL
Namjae Jeon
6
-38
/
+41
2025-10-29
smb: server: let smb_direct_flush_send_list() invalidate a remote key first
Stefan Metzmacher
1
-4
/
+7
2025-10-29
cifs: parse_dfs_referrals: prevent oob on malformed input
Eugene Korenevsky
1
-0
/
+17
2025-10-29
smb: client: Fix refcount leak for cifs_sb_tlink
Shuhao Fu
2
-6
/
+8
2025-10-19
ksmbd: add max ip connections parameter
Namjae Jeon
4
-13
/
+23
2025-10-15
ksmbd: fix error code overwriting in smb2_get_info_filesystem()
Matvey Kovalev
1
-1
/
+2
2025-10-15
smb: server: fix IRD/ORD negotiation with the client
Stefan Metzmacher
1
-14
/
+85
2025-10-02
smb: server: don't use delayed_work for post_recv_credits_work
Stefan Metzmacher
1
-10
/
+8
2025-09-25
smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path
Stefan Metzmacher
1
-1
/
+3
2025-09-25
ksmbd: smbdirect: verify remaining_data_length respects max_fragmented_recv_size
Stefan Metzmacher
1
-1
/
+10
2025-09-25
ksmbd: smbdirect: validate data_offset and data_length field of smb_direct_da...
Namjae Jeon
1
-8
/
+9
2025-09-09
cifs: prevent NULL pointer dereference in UTF16 conversion
Makar Semyonov
1
-0
/
+3
2025-09-04
smb3 client: fix return code mapping of remap_file_range
Steve French
1
-0
/
+14
2025-09-04
fs/smb: Fix inconsistent refcnt update
Shuhao Fu
1
-2
/
+5
2025-09-04
smb: client: fix race with concurrent opens in rename(2)
Paulo Alcantara
1
-0
/
+18
2025-09-04
smb: client: fix race with concurrent opens in unlink(2)
Paulo Alcantara
1
-2
/
+14
2025-08-28
smb: server: split ksmbd_rdma_stop_listening() out of ksmbd_rdma_destroy()
Stefan Metzmacher
3
-3
/
+9
2025-08-28
cifs: reset iface weights when we cannot find a candidate
Shyam Prasad N
1
-0
/
+9
2025-08-28
ksmbd: extend the connection limiting mechanism to support IPv6
Namjae Jeon
2
-4
/
+29
2025-08-28
cifs: Fix calling CIFSFindFirst() for root path without msearch
Pali Rohár
1
-0
/
+10
2025-08-28
smb/server: avoid deadlock when linking with ReplaceIfExists
NeilBrown
1
-12
/
+4
2025-08-28
smb: client: remove redundant lstrp update in negotiate protocol
Wang Zhaolong
1
-1
/
+0
2025-08-28
smb3: fix for slab out of bounds on mount to ksmbd
Steve French
1
-1
/
+10
2025-08-15
smb: server: Fix extension string in ksmbd_extract_shortname()
Thorsten Blum
1
-1
/
+1
2025-08-15
ksmbd: limit repeated connections from clients with the same IP
Namjae Jeon
2
-0
/
+18
2025-08-15
ksmbd: fix corrupted mtime and ctime in smb2_open
Namjae Jeon
1
-1
/
+2
2025-08-15
ksmbd: fix Preauh_HashValue race condition
Namjae Jeon
1
-4
/
+0
2025-08-15
ksmbd: fix null pointer dereference error in generate_encryptionkey
Namjae Jeon
1
-2
/
+16
2025-08-15
smb: client: let recv_done() cleanup before notifying the callers.
Stefan Metzmacher
1
-6
/
+8
2025-08-15
smb: server: let recv_done() avoid touching data_transfer after cleanup/move
Stefan Metzmacher
1
-5
/
+7
2025-08-15
smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...
Stefan Metzmacher
1
-5
/
+13
2025-08-15
smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...
Stefan Metzmacher
1
-2
/
+9
2025-08-15
smb: server: remove separate empty_recvmsg_queue
Stefan Metzmacher
1
-52
/
+8
2025-07-24
smb: client: fix use-after-free in cifs_oplock_break
Wang Zhaolong
1
-1
/
+9
2025-07-24
smb: client: fix use-after-free in crypt_message when using async crypto
Wang Zhaolong
1
-1
/
+6
2025-07-17
ksmbd: fix potential use-after-free in oplock/lease break ack
Namjae Jeon
1
-20
/
+9
2025-07-17
ksmbd: fix a mount write count leak in ksmbd_vfs_kern_path_locked()
Al Viro
1
-0
/
+1
2025-07-17
smb: server: make use of rdma_destroy_qp()
Stefan Metzmacher
1
-2
/
+3
2025-07-10
smb: client: fix race condition in negotiate timeout by using more precise ti...
Wang Zhaolong
2
-3
/
+5
[next]