summaryrefslogtreecommitdiff
path: root/fs/smb/client
AgeCommit message (Expand)Author
46 hourscifs: Fix server use-after-free in cifs_chan_skip_or_disable()Wentao Liang
2 dayssmb: client: fix reparse buffer bounds in cifs_query_reparse_point()Frank Sorenson
2 dayssmb: client: fix potential OOB read in smb3_enum_snapshots()Frank Sorenson
2 dayssmb: client: fix missing iov bounds check in parse_posix_sids()Frank Sorenson
2 dayssmb: client: fix OOB struct field reads in move_smb2_ea_to_cifs()Frank Sorenson
2 dayssmb: client: reject short Next offsets in parse_server_interfaces()Frank Sorenson
2 dayssmb: client: fix missing lower-bound check on DFS referral string offsetsFrank Sorenson
2 dayssmb: client: fix server->total_read for compound encrypted PDUsFrank Sorenson
2 dayssmb: client: validate minimum PDU size before smb2_get_data_area_len()Frank Sorenson
2 dayssmb: client: fix next_buffer UAF and NextCommand bounds in compound PDUsFrank Sorenson
3 dayssmb: client: fix use-after-free of iface in cifs_try_adding_channels()Joseph Qi
5 dayssmb: client: fix fattr leaking on wsl_to_fattr() failurePaulo Alcantara
5 dayssmb: client: fix unaligned access in WSL reparse point parserPaulo Alcantara
6 dayssmb: client: fix smbd_connection leak on cifs_get_tcp_session() errorPaulo Alcantara
6 dayssmb: client: fix rlist race and missing initializationPaulo Alcantara
6 dayssmb: client: cancel reconnect work in clean_demultiplex_info()Paulo Alcantara
8 dayssmb/client: send lease break ACKs thru correct session for multiuser mountsApril Cardenas
8 dayssmb: client: validate absolute native symlink targets before NT fixupsJérémy Jean
9 daysMerge tag 'cifs-fixes-7.3-rc3' of https://git.manguebit.org/linuxLinus Torvalds
10 dayssmb: client: fix one-byte OOB read in smb2_parse_native_symlink()Paulo Alcantara
10 dayssmb: client: fail DACL rewrite when the new DACL exceeds 64KBjoern Doebel
10 dayssmb: client: fix heap overflow in DACL owner/group rewriteBjoern Doebel
11 dayssmb: client: fix file type corruption in cifs_reparse_point_to_fattr()Paulo Alcantara
11 dayssmb: client: fix file type corruption in posix_reparse_to_fattr()Paulo Alcantara
11 dayssmb: client: fix file type corruption in wsl_to_fattr()Paulo Alcantara
11 dayssmb: client: avoid using uninitialized SIDs in cifs_posix_to_fattr()Paulo Alcantara
11 dayssmb: client: fix WSL reparse point uid/gid overridePaulo Alcantara
11 dayssmb: client: honor forceuid/forcegid when mapping SIDs to uid/gidPaulo Alcantara
11 dayssmb: client: fix uid/gid override in getattr with posix extensionsPaulo Alcantara
2026-09-05smb: client: fix cifsFileInfo reference leak in deferred closeFan Wu
2026-09-05smb: client: avoid leaking refcount when cifs_sb_tlink() failsBjoern Doebel
2026-09-05smb: client: avoid leaking refcount in cifs_queue_oplock_break()Bjoern Doebel
2026-09-04treewide: refresh kmalloc_obj() conversionsKees Cook
2026-09-03smb: client: fill cache fields after populating cache in copy_ref_data()Fredric Cover
2026-09-02smb: client: pin DFS superblock in iterator callbackKarl Mehltretter
2026-09-02smb: client: reject userspace cifs.idmap descriptionsAohan Mei
2026-09-02smb: client: reject out-of-bounds DataOffset in CIFSSMBRead()Diego Oliva
2026-09-02smb: 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