summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
23 hoursMerge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
3 dayssmb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()Frank Sorenson
4 daysksmbd: apply the pre-authentication PDU limit when decompressingSujal Tuladhar
4 daysksmbd: validate compression Flags before kvmallocAnatolii Shumak
4 dayssmb: compress: reject Pattern_V1 when not negotiatedAnatolii Shumak
5 dayssmb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai
5 dayssmb/client: show compress mount optionChenXiaoSong
7 daysMerge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
8 daysksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon
8 daysksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon
8 daysksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon
11 dayscifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson
11 dayscifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson
11 dayscifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson
11 dayssmb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov
11 dayssmb: client: free partially allocated transform folio queueYichong Chen
12 dayscifs: validate idmap key payload lengthLi Qiang
12 dayssmb: client: remove conditional return with no effectSang-Heon Jeon
12 dayssmb: client: fix buffer leaks in SMB1 read and writeDawei Feng
12 dayssmb: client: use GFP_KERNEL for registry allocationFredric Cover
14 daysMerge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-22ksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon
2026-07-22ksmbd: validate minimum PDU size for transform requestsNamjae Jeon
2026-07-22ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery
2026-07-22ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon
2026-07-22ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan
2026-07-22ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon
2026-07-22ksmbd: enforce signing required by the sessionNamjae Jeon
2026-07-22ksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon
2026-07-21cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson
2026-07-21cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson
2026-07-21smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson
2026-07-19smb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath
2026-07-19smb: client: validate DFS referral PathConsumedYichong Chen
2026-07-17Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-07-16ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)
2026-07-16ksmbd: lock the binding preauth session in smb3_preauth_hash_rspGil Portnoy
2026-07-16ksmbd: remove stale channels from all sessions on teardownGil Portnoy
2026-07-16ksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy
2026-07-16ksmbd: fix memory leak of xattr_stream_name in smb2_rename()Gil Portnoy
2026-07-16ksmbd: zero the smb2_read alignment tail to avoid an infoleakGil Portnoy
2026-07-16ksmbd: pin conn during async oplock break notificationQihang
2026-07-16ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov
2026-07-14smb/client: flush dirty data before punching a holeHuiwen He
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko
2026-07-14smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He
2026-07-13smb/client: emulate small EOF-extending mode 0 fallocate rangesHuiwen He
2026-07-13smb/client: reduce fallocate zero buffer allocationHuiwen He