summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)AuthorFilesLines
7 daystreewide: refresh kmalloc_obj() conversionsKees Cook3-3/+3
10 daysMerge tag 'cifs-fixes-7.3-rc2' of https://git.manguebit.org/linuxLinus Torvalds5-56/+231
11 dayssmb: client: reject SetEA requests that do not fit the request bufferYunpeng Tian1-1/+10
11 dayssmb: client: fix data corruption with concurrent writes and O_TRUNCPaulo Alcantara1-10/+18
12 dayscifs: don't update i_size in cifs_do_truncate without a cached handleFrank Sorenson1-4/+20
12 dayssmb: client: fix heap overflow in cifs_do_set_acl()Frank Sorenson1-2/+11
12 dayssmb: client: fix multiuser mount with krb5Paulo Alcantara1-5/+16
12 dayssmb: client: transport: Fix debug printing in __release_mid()Andy Shevchenko1-6/+5
12 dayssmb/client: invalidate fscache for fallocate range operationsHuiwen He1-0/+7
12 dayssmb/client: fix stale page cache in insert/collapse rangeHuiwen He1-5/+18
12 dayssmb/client: fix integer truncation in collapse rangeHuiwen He1-2/+2
12 dayssmb/client: fix data corruption in emulated insert rangeHuiwen He1-26/+106
12 dayssmb/client: mark file sparse before emulating insert rangeHuiwen He1-0/+5
12 dayssmb/client: validate new EOF for zero rangeHuiwen He1-1/+8
12 dayssmb/client: validate new EOF for insert rangeHuiwen He1-2/+10
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-26/+39
2026-08-26cifs: add revalidation on FSCTL failure in smb2_duplicate_extents()Frank Sorenson1-2/+5
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig1-24/+39
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig1-3/+1
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds22-108/+223
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson1-2/+13
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas2-1/+8
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson1-0/+2
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson1-1/+1
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid1-2/+1
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas1-1/+2
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson1-0/+1
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth1-1/+1
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth1-10/+9
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth1-3/+9
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth1-2/+2
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth1-0/+4
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo1-3/+0
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson1-2/+4
2026-08-24smb: client: fix ALIGN() overflow in symlink_data() error context loopFrank Sorenson1-1/+4
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov1-5/+1
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...Frank Sorenson1-3/+11
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson1-1/+20
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan3-13/+19
2026-08-24smb/client: preserve open info type across compound queriesZe Tan2-4/+6
2026-08-24smb/client: mark missing nlink values as unknownZe Tan2-1/+8
2026-08-24cifs: fix clearing stats for fastest execution of each smb2 commandFrank Sorenson1-1/+1
2026-08-23Merge tag 'ksmbd-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+0
2026-08-19smb/client: fix nlink of an overwritten open fileChenXiaoSong1-5/+6
2026-08-19cifs: remove dead size-update blocks in cifs_setattr_unix/nounixFrank Sorenson1-14/+0
2026-08-19cifs: remove redundant size-update block in cifs_remap_file_range()Frank Sorenson1-5/+1
2026-08-19cifs: add cifs_resize_file_locked() to guard fscache_resize_cookie() under i_...Frank Sorenson3-11/+23
2026-08-19cifs: use cifs_invalidate_cache() in cifs_do_truncate() for O_TRUNCFrank Sorenson1-0/+1
2026-08-19smb: client: clear ce->tgthint in free_tgts()Fredric Cover1-0/+2
2026-08-19smb: client: harden DFS cache against invalid target hintsFredric Cover1-7/+24