Please pull the following changes since commit 0450d2083be6bdcd18c9535ac50c55266499b2df: Merge tag '6.10-rc-smb-fix' of git://git.samba.org/sfrench/cifs-2.6 (2024-05-18 14:19:47 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc-smb3-fixes-part2 for you to fetch changes up to 93a43155127fec0f8cc942d63b76668c2f8f69fa: cifs: Fix missing set of remote_i_size (2024-05-24 16:05:56 -0500) ---------------------------------------------------------------- Four smb client fixes: - two important netfs integration fixes - including for a data corruption and also fixes for multiple xfstests - reenabling swap support over SMB3 There is an additional smb3 crediting regression that is still being investigated and is not included in this P/R. I also did not include the netfs fixes that are in Christian's VFS branch. ---------------------------------------------------------------- David Howells (2): cifs: Fix smb3_insert_range() to move the zero_point cifs: Fix missing set of remote_i_size Steve French (2): smb3: reenable swapfiles over SMB3 mounts cifs: update internal version number fs/netfs/direct_write.c | 3 ++- fs/smb/client/cifsfs.c | 6 +++--- fs/smb/client/cifsfs.h | 4 ++-- fs/smb/client/file.c | 23 +++++++++++++++++++++++ fs/smb/client/smb2ops.c | 2 ++ include/linux/netfs.h | 2 ++ 6 files changed, 34 insertions(+), 6 deletions(-) -- Thanks, Steve