summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)Author
11 hoursMerge tag 'v7.2-rc5-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
36 hoursksmbd: use memcmp() to compare ClientGUIDsNamjae Jeon
36 hoursksmbd: reject repeated SMB2 NEGOTIATE requestsNamjae Jeon
36 hoursksmbd: fix use-after-free in __close_file_table_ids()Namjae Jeon
4 dayscifs: add fscache_resize_cookie() to cifs_setsize()Frank Sorenson
4 dayscifs: fix time_last_write stamp placement in setattr/truncate pathsFrank Sorenson
4 dayscifs: consolidate time_last_write stamp into _cifsFileInfo_put()Frank Sorenson
5 dayssmb: client: simplify cifs_fscache_get_super_cookie()Dmitry Antipov
5 dayssmb: client: free partially allocated transform folio queueYichong Chen
6 dayscifs: validate idmap key payload lengthLi Qiang
6 dayssmb: client: remove conditional return with no effectSang-Heon Jeon
6 dayssmb: client: fix buffer leaks in SMB1 read and writeDawei Feng
6 dayssmb: client: use GFP_KERNEL for registry allocationFredric Cover
7 daysMerge tag 'v7.2-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
10 daysksmbd: reject undersized decompressed SMB2 requestsNamjae Jeon
10 daysksmbd: validate minimum PDU size for transform requestsNamjae Jeon
10 daysksmbd: defer destroy_previous_session() until after NTLM authenticationJames Montgomery
10 daysksmbd: validate ACE size against SID sub-authoritiesNamjae Jeon
10 daysksmbd: restore DACL size on check_add_overflow() to avoid malformed ACLWentao Guan
10 daysksmbd: bound DACL dedup walk to copied ACEsNamjae Jeon
10 daysksmbd: enforce signing required by the sessionNamjae Jeon
10 daysksmbd: preserve VFS inherited POSIX ACL maskNamjae Jeon
10 dayscifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain pathsFrank Sorenson
10 dayscifs: prevent readdir from changing file size due to stale directory metadataFrank Sorenson
11 dayssmb: client: handle STATUS_STOPPED_ON_SYMLINK responses without a symlink targetCarl Johnson
12 dayssmb: client: bound dirent name against end of SMB response in cifs_filldirJay Vadayath
12 dayssmb: 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
2026-07-13smb/client: handle overlapping allocated ranges in fallocateHuiwen He
2026-07-13smb/client: refresh allocation size after duplicate extentsHuiwen He
2026-07-13smb: client: use kvzalloc() for megabyte buffer in simple fallocateFredric Cover
2026-07-10Merge tag 'v7.2-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2026-07-09cifs: Remove CIFSSMBSetPathInfoFB() fallback functionPali Rohár
2026-07-09cifs: Fix and improve cifs_is_path_accessible() functionPali Rohár
2026-07-09smb: client: mask server-provided mode to 07777 in modefromsidNorbert Manthey