Please pull the following changes since commit ae9b728c8dc0a9939d89f84e8603258ca2a0df22: Merge tag '4.3-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2019-07-18 11:11:51 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.3-smb3-fixes for you to fetch changes up to 2a957ace44d4cf0f6194a4209d4fa67ee5461d8f: cifs: update internal module number (2019-07-18 18:14:47 -0500) ---------------------------------------------------------------- SMB3 fixes: two fixes for stable, one fix (copy_file_range related) that had dependency on earlier patch in this merge window and can now go in, and a perf improvement in SMB3 open ---------------------------------------------------------------- Amir Goldstein (1): cifs: copy_file_range needs to strip setuid bits and update timestamps Aurelien Aptel (1): CIFS: fix deadlock in cached root handling Ronnie Sahlberg (1): cifs: flush before set-info if we have writeable handles Steve French (2): smb3: optimize open to not send query file internal info cifs: update internal module number fs/cifs/cifsfs.c | 11 ++++++++--- fs/cifs/cifsfs.h | 2 +- fs/cifs/inode.c | 16 ++++++++++++++++ fs/cifs/smb2file.c | 18 ++++++++++++------ fs/cifs/smb2ops.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++---- fs/cifs/smb2pdu.c | 46 +++++++++++++++++++++++++++++++++------------- fs/cifs/smb2pdu.h | 4 +++- fs/cifs/smb2proto.h | 7 ++++--- 8 files changed, 126 insertions(+), 31 deletions(-) -- Thanks, Steve