]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Jul 2025 20:05:28 +0000 (13:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 5 Jul 2025 20:05:28 +0000 (13:05 -0700)
commit05df91921da664ebba2752a7e45b63e3dddb85de
tree0150881311b28afb1e5a02f10b8a5299137f39e5
parentfd860cd78146605eeeeee3ac264ca166cc9fa943
parent3363da82e02f1bddc54faa92ea430c6532e2cd2e
Merge tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - Two reconnect fixes including one for a reboot/reconnect race

 - Fix for incorrect file type that can be returned by SMB3.1.1 POSIX
   extensions

 - tcon initialization fix

 - Fix for resolving Windows symlinks with absolute paths

* tag 'v6.16-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  smb: client: fix native SMB symlink traversal
  smb: client: fix race condition in negotiate timeout by using more precise timing
  cifs: all initializations for tcon should happen in tcon_info_alloc
  smb: client: fix warning when reconnecting channel
  smb: client: fix readdir returning wrong type with POSIX extensions
fs/smb/client/smb2pdu.c