Please pull the following changes since commit 78d9affbb0e79d48fd82b34ef9cd673a7c86d6f2: Merge tag '5.2-smb3' of git://git.samba.org/sfrench/cifs-2.6 (2019-05-08 13:06:18 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.2-rc-smb3-fixes for you to fetch changes up to dece44e381ab4a9fd1021db45ba4472e8c85becb: cifs: add support for SEEK_DATA and SEEK_HOLE (2019-05-15 22:27:53 -0500) ---------------------------------------------------------------- Minor cleanup and SMB3 fixes, one for stable, 4 RDMA (smbdirect) related. Also adds SEEK_HOLE support ---------------------------------------------------------------- Christoph Probst (1): cifs: cleanup smb2ops.c and normalize strings Kovtunenko Oleksandr (1): Fixed https://bugzilla.kernel.org/show_bug.cgi?id=202935 allow write on the same file Long Li (4): cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs have been called cifs:smbd Use the correct DMA direction when sending data cifs: Don't match port on SMBDirect transport cifs: Allocate memory for all iovs in smb2_ioctl Ronnie Sahlberg (2): cifs: use the right include for signal_pending() cifs: add support for SEEK_DATA and SEEK_HOLE Steve French (2): smb3: display session id in debug data smb3: trivial cleanup to smb2ops.c fs/cifs/cifs_debug.c | 2 ++ fs/cifs/cifsfs.c | 14 +++++++---- fs/cifs/cifsglob.h | 2 ++ fs/cifs/connect.c | 41 ++++++++++++++++++------------- fs/cifs/smb2ops.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- fs/cifs/smb2pdu.c | 21 ++++++++++++++-- fs/cifs/smbdirect.c | 8 +++--- fs/cifs/transport.c | 2 +- 8 files changed, 173 insertions(+), 51 deletions(-) -- Thanks, Steve