Please pull the following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.11-rc1-smb-client-fixes for you to fetch changes up to a91bfa67601c07ff9d31731fd2d624b47b0039f2: cifs: update internal version number (2024-08-02 10:56:14 -0500) ---------------------------------------------------------------- smb3 client fixes - two reparse point fixes - minor cleanup - additional trace point (to help debug a recent problem) ---------------------------------------------------------------- David Howells (1): cifs: Remove cifs_aio_ctx Paulo Alcantara (2): smb: client: handle lack of FSCTL_GET_REPARSE_POINT support smb: client: fix FSCTL_GET_REPARSE_POINT against NetApp Steve French (2): smb3: add dynamic tracepoints for shutdown ioctl cifs: update internal version number fs/smb/client/cifsfs.h | 4 ++-- fs/smb/client/cifsglob.h | 24 ----------------------- fs/smb/client/cifsproto.h | 2 -- fs/smb/client/inode.c | 17 ++++++++++++++-- fs/smb/client/ioctl.c | 32 +++++++++++++++++++++++------- fs/smb/client/misc.c | 54 --------------------------------------------------- fs/smb/client/reparse.c | 4 ++++ fs/smb/client/reparse.h | 19 ++++++++++++++++-- fs/smb/client/smb2inode.c | 8 ++++++-- fs/smb/client/trace.h | 51 +++++++++++++++++++++++++++++++++++++++++++++++- 10 files changed, 119 insertions(+), 96 deletions(-) -- Thanks, Steve