Please pull the following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.13-rc1-smb3-client-fixes for you to fetch changes up to c32b624fa4f7ca5a2ff217a0b1b2f1352bb4ec11: smb: client: fix potential race in cifs_put_tcon() (2024-12-06 09:14:38 -0600) ---------------------------------------------------------------- Five SMB3 client fixes, also for stable - DFS fix (for race with tree disconnect and dfs cache worker) - Four fixes for SMB3.1.1 posix extensions - improving special file support e.g. to Samba, retrieving the file type earlier - reducing roundtrips (e.g. on ls -l, in some cases) ---------------------------------------------------------------- Paulo Alcantara (1): smb: client: fix potential race in cifs_put_tcon() Ralph Boehme (3): fs/smb/client: avoid querying SMB2_OP_QUERY_WSL_EA for SMB3 POSIX fs/smb/client: Implement new SMB3 POSIX type fs/smb/client: cifs_prime_dcache() for SMB3 POSIX reparse points Steve French (1): smb3.1.1: fix posix mounts to older servers fs/smb/client/cifsproto.h | 1 + fs/smb/client/connect.c | 4 +-- fs/smb/client/inode.c | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------ fs/smb/client/readdir.c | 54 +++++++++++++++++++++------------- fs/smb/client/reparse.c | 84 ++++++++++++++++++++++++++++++++--------------------- fs/smb/client/smb2inode.c | 3 +- 6 files changed, 175 insertions(+), 65 deletions(-) -- Thanks, Steve