summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Merge tag 'v7.2-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-11/+32
2026-08-05smb: client: fix SMB1 TRANS2 multi-response truncation in SendReceive()Frank Sorenson1-6/+22
2026-08-03ksmbd: apply the pre-authentication PDU limit when decompressingSujal Tuladhar3-6/+11
2026-08-03ksmbd: validate compression Flags before kvmallocAnatolii Shumak1-1/+10
2026-08-03smb: compress: reject Pattern_V1 when not negotiatedAnatolii Shumak3-4/+11
2026-08-03smb: client: Fix use-after-free in cifs_try_adding_channels()Shuangpeng Bai1-1/+1
2026-08-03smb/client: show compress mount optionChenXiaoSong1-0/+2
2026-08-01Merge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds4-17/+41
2026-07-31ksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon1-2/+2
2026-07-31ksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon3-15/+37
2026-07-31ksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon1-0/+2
2026-07-28cifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson1-0/+1
2026-07-28cifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson1-4/+22
2026-07-28cifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson2-66/+22
2026-07-28smb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov1-5/+1
2026-07-28smb: client: free partially allocated transform folio queueYichong Chen1-1/+1
2026-07-27cifs: validate idmap key payload lengthLi Qiang1-0/+3
2026-07-27smb: client: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-27smb: client: fix buffer leaks in SMB1 read and writeDawei Feng1-3/+9
2026-07-27smb: client: use GFP_KERNEL for registry allocationFredric Cover1-3/+3
2026-07-25Merge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-49/+54
2026-07-22ksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon1-1/+2
2026-07-22ksmbd: validate minimum PDU size for transform requestsNamjae Jeon1-5/+11
2026-07-22ksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery1-5/+4
2026-07-22ksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon1-3/+10
2026-07-22ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan1-1/+6
2026-07-22ksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon1-6/+10
2026-07-22ksmbd: enforce signing required by the sessionNamjae Jeon2-3/+10
2026-07-22ksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon1-25/+1
2026-07-22cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson1-6/+39
2026-07-22cifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson5-8/+96
2026-07-21smb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson2-3/+41
2026-07-20smb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath1-2/+7
2026-07-20smb: client: validate DFS referral PathConsumedYichong Chen1-9/+25
2026-07-18Merge tag 'v7.2-rc3-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-32/+56
2026-07-16ksmbd: validate compound request size before reading StructureSize2Xiang Mei (Microsoft)1-0/+5
2026-07-16ksmbd: lock the binding preauth session in smb3_preauth_hash_rspGil Portnoy1-10/+9
2026-07-16ksmbd: remove stale channels from all sessions on teardownGil Portnoy1-14/+11
2026-07-16ksmbd: fix stack buffer overflow in multichannel session-key copyGil Portnoy2-3/+3
2026-07-16ksmbd: fix memory leak of xattr_stream_name in smb2_rename()Gil Portnoy1-2/+1
2026-07-16ksmbd: zero the smb2_read alignment tail to avoid an infoleakGil Portnoy1-0/+9
2026-07-16ksmbd: pin conn during async oplock break notificationQihang1-2/+4
2026-07-16ksmbd: fix integer overflow in set_file_allocation_info()Ibrahim Hashimov1-1/+14
2026-07-15smb/client: flush dirty data before punching a holeHuiwen He1-0/+9
2026-07-15smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbols in SMB2Andy Shevchenko2-6/+7
2026-07-15smb/client: Use EXPORT_SYMBOL_IF_KUNIT() to export symbolsAndy Shevchenko2-12/+13
2026-07-13smb: client: reject overlapping data areas in SMB2 responsesShoichiro Miyamoto1-9/+25
2026-07-13smb/client: refresh allocation after EOF-extending fallocateHuiwen He5-7/+67
2026-07-13smb/client: emulate small EOF-extending mode 0 fallocate rangesHuiwen He1-9/+60
2026-07-13smb/client: reduce fallocate zero buffer allocationHuiwen He1-3/+4