Please pull the following changes since commit 60c1f89241d49bacf71035470684a8d7b4bb46ea: Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mapping (2018-09-02 20:09:36 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.19-rc2-smb3-fixes for you to fetch changes up to 395a2076b4064f97d3fce03af15210ff2a7bb7f9: cifs: connect to servername instead of IP for IPC$ share (2018-09-02 23:21:42 -0500) ---------------------------------------------------------------- four small SMB3 fixes, three for stable, and one minor debug clarification ---------------------------------------------------------------- Jon Kuhn (1): fs/cifs: don't translate SFM_SLASH (U+F026) to backslash Steve French (3): SMB3: Backup intent flag missing for directory opens with backupuid mounts smb3: minor debugging clarifications in rfc1001 len processing smb3: check for and properly advertise directory lease support Thomas Werschlein (1): cifs: connect to servername instead of IP for IPC$ share fs/cifs/cifs_unicode.c | 3 --- fs/cifs/connect.c | 2 +- fs/cifs/inode.c | 2 ++ fs/cifs/smb2misc.c | 14 +++++++++----- fs/cifs/smb2ops.c | 35 +++++++++++++++++++++++++---------- fs/cifs/smb2pdu.c | 3 +++ 6 files changed, 40 insertions(+), 19 deletions(-) -- Thanks, Steve