summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
5 daysMerge tag 'cifs-fixes-7.3-rc3' of https://git.manguebit.org/linuxLinus Torvalds
6 dayssmb: client: fix one-byte OOB read in smb2_parse_native_symlink()Paulo Alcantara
7 dayssmb: client: fail DACL rewrite when the new DACL exceeds 64KBjoern Doebel
7 dayssmb: client: fix heap overflow in DACL owner/group rewriteBjoern Doebel
8 dayssmb: client: fix file type corruption in cifs_reparse_point_to_fattr()Paulo Alcantara
8 dayssmb: client: fix file type corruption in posix_reparse_to_fattr()Paulo Alcantara
8 dayssmb: client: fix file type corruption in wsl_to_fattr()Paulo Alcantara
8 dayssmb: client: avoid using uninitialized SIDs in cifs_posix_to_fattr()Paulo Alcantara
8 dayssmb: client: fix WSL reparse point uid/gid overridePaulo Alcantara
8 dayssmb: client: honor forceuid/forcegid when mapping SIDs to uid/gidPaulo Alcantara
8 dayssmb: client: fix uid/gid override in getattr with posix extensionsPaulo Alcantara
10 dayssmb: client: fix cifsFileInfo reference leak in deferred closeFan Wu
10 dayssmb: client: avoid leaking refcount when cifs_sb_tlink() failsBjoern Doebel
10 dayssmb: client: avoid leaking refcount in cifs_queue_oplock_break()Bjoern Doebel
11 daystreewide: refresh kmalloc_obj() conversionsKees Cook
13 dayssmb: client: fill cache fields after populating cache in copy_ref_data()Fredric Cover
13 dayssmb: client: pin DFS superblock in iterator callbackKarl Mehltretter
13 dayssmb: client: reject userspace cifs.idmap descriptionsAohan Mei
13 dayssmb: client: reject out-of-bounds DataOffset in CIFSSMBRead()Diego Oliva
13 dayssmb: client: reject short READ responses in CIFSSMBRead()Diego Oliva
2026-09-01Merge tag 'cifs-fixes-7.3-rc2' of https://git.manguebit.org/linuxLinus Torvalds
2026-08-31smb: client: reject SetEA requests that do not fit the request bufferYunpeng Tian
2026-08-31smb: client: fix data corruption with concurrent writes and O_TRUNCPaulo Alcantara
2026-08-30cifs: don't update i_size in cifs_do_truncate without a cached handleFrank Sorenson
2026-08-30smb: client: fix heap overflow in cifs_do_set_acl()Frank Sorenson
2026-08-30smb: client: fix multiuser mount with krb5Paulo Alcantara
2026-08-30smb: client: transport: Fix debug printing in __release_mid()Andy Shevchenko
2026-08-30smb/client: invalidate fscache for fallocate range operationsHuiwen He
2026-08-30smb/client: fix stale page cache in insert/collapse rangeHuiwen He
2026-08-30smb/client: fix integer truncation in collapse rangeHuiwen He
2026-08-30smb/client: fix data corruption in emulated insert rangeHuiwen He
2026-08-30smb/client: mark file sparse before emulating insert rangeHuiwen He
2026-08-30smb/client: validate new EOF for zero rangeHuiwen He
2026-08-30smb/client: validate new EOF for insert rangeHuiwen He
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-08-26cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()Frank Sorenson
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth