index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-24
Merge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
6
-49
/
+54
2026-07-22
ksmbd: reject undersized decompressed SMB2 requests
Namjae Jeon
1
-1
/
+2
2026-07-22
ksmbd: validate minimum PDU size for transform requests
Namjae Jeon
1
-5
/
+11
2026-07-22
ksmbd: defer destroy_previous_session() until after NTLM authentication
James Montgomery
1
-5
/
+4
2026-07-22
ksmbd: validate ACE size against SID sub-authorities
Namjae Jeon
1
-3
/
+10
2026-07-22
ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL
Wentao Guan
1
-1
/
+6
2026-07-22
ksmbd: bound DACL dedup walk to copied ACEs
Namjae Jeon
1
-6
/
+10
2026-07-22
ksmbd: enforce signing required by the session
Namjae Jeon
2
-3
/
+10
2026-07-22
ksmbd: preserve VFS inherited POSIX ACL mask
Namjae Jeon
1
-25
/
+1
2026-07-21
cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths
Frank Sorenson
1
-6
/
+39
2026-07-21
cifs: prevent readdir from changing file size due to stale directory metadata
Frank Sorenson
5
-8
/
+96
2026-07-21
smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink target
Carl Johnson
2
-3
/
+41
2026-07-19
smb: client: bound dirent name against end of SMB response in cifs_filldir
Jay Vadayath
1
-2
/
+7
2026-07-19
smb: client: validate DFS referral PathConsumed
Yichong Chen
1
-9
/
+25
2026-07-17
Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
5
-32
/
+56
2026-07-16
ksmbd: validate compound request size before reading StructureSize2
Xiang Mei (Microsoft)
1
-0
/
+5
2026-07-16
ksmbd: lock the binding preauth session in smb3_preauth_hash_rsp
Gil Portnoy
1
-10
/
+9
2026-07-16
ksmbd: remove stale channels from all sessions on teardown
Gil Portnoy
1
-14
/
+11
2026-07-16
ksmbd: fix stack buffer overflow in multichannel session-key copy
Gil Portnoy
2
-3
/
+3
2026-07-16
ksmbd: fix memory leak of xattr_stream_name in smb2_rename()
Gil Portnoy
1
-2
/
+1
2026-07-16
ksmbd: zero the smb2_read alignment tail to avoid an infoleak
Gil Portnoy
1
-0
/
+9
2026-07-16
ksmbd: pin conn during async oplock break notification
Qihang
1
-2
/
+4
2026-07-16
ksmbd: fix integer overflow in set_file_allocation_info()
Ibrahim Hashimov
1
-1
/
+14
2026-07-14
smb/client: flush dirty data before punching a hole
Huiwen He
1
-0
/
+9
2026-07-14
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2
Andy Shevchenko
2
-6
/
+7
2026-07-14
smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols
Andy Shevchenko
2
-12
/
+13
2026-07-13
smb: client: reject overlapping data areas in SMB2 responses
Shoichiro Miyamoto
1
-9
/
+25
2026-07-13
smb/client: refresh allocation after EOF-extending fallocate
Huiwen He
5
-7
/
+67
2026-07-13
smb/client: emulate small EOF-extending mode 0 fallocate ranges
Huiwen He
1
-9
/
+60
2026-07-13
smb/client: reduce fallocate zero buffer allocation
Huiwen He
1
-3
/
+4
2026-07-13
smb/client: handle overlapping allocated ranges in fallocate
Huiwen He
1
-7
/
+18
2026-07-13
smb/client: refresh allocation size after duplicate extents
Huiwen He
2
-3
/
+37
2026-07-13
smb: client: use kvzalloc() for megabyte buffer in simple fallocate
Fredric Cover
1
-2
/
+2
2026-07-10
Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
20
-121
/
+146
2026-07-09
cifs: Remove CIFSSMBSetPathInfoFB() fallback function
Pali Rohár
1
-36
/
+0
2026-07-09
cifs: Fix and improve cifs_is_path_accessible() function
Pali Rohár
1
-10
/
+16
2026-07-09
smb: client: mask server-provided mode to 07777 in modefromsid
Norbert Manthey
1
-1
/
+1
2026-07-09
cifs: Show reason why autodisabling serverino support
Pali Rohár
6
-9
/
+14
2026-07-09
smb/client: fix incorrect nlink returned by fstat()
ChenXiaoSong
3
-0
/
+4
2026-07-09
smb/client: zero-initialize stack-allocated cifs_open_info_data
ChenXiaoSong
3
-3
/
+3
2026-07-09
smb/client: pass cifs_open_info_data to SMB2_open()
ChenXiaoSong
4
-27
/
+25
2026-07-09
smb/client: use stack-allocated smb2_file_all_info in smb3_query_mf_symlink()
ChenXiaoSong
1
-12
/
+3
2026-07-09
smb: client: fix overflow in passthrough ioctl bounds check
Guangshuo Li
1
-2
/
+2
2026-07-08
smb: client: fix busy dentry warning on unmount after DIO
Zizhi Wo
4
-0
/
+19
2026-07-08
cifs: Fix support for creating SFU fifo
Pali Rohár
1
-4
/
+2
2026-07-08
cifs: Fix support for creating SFU socket
Pali Rohár
1
-4
/
+3
2026-07-08
smb: client: fix atime clamp check in read completion
Xu Rao
1
-1
/
+1
2026-07-08
cifs: validate DFS referral string offsets
Guangshuo Li
1
-0
/
+8
2026-07-08
smb: client: use GFP_KERNEL for DFS cache allocations
Fredric Cover
1
-5
/
+5
2026-07-08
smb: client: restrict implied bcc[0] exemption to responses without data area
Shoichiro Miyamoto
1
-6
/
+26
[next]