Please pull the following changes since commit 5f21585384a4a69b8bfdd2cae7e3648ae805f57d: Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block (2018-11-02 11:25:48 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/4.20-rc1-smb3-fixes for you to fetch changes up to b98e26df07549d4649ac5b8f24c49f5c722bbc7e: cifs: fix signed/unsigned mismatch on aio_read patch (2018-11-02 14:09:42 -0500) ---------------------------------------------------------------- 3 small fixes (one Kerberos related one for stable and another fixes an oops in xfstest 377), two helpful debugging improvements, three patches for cifs directio and some minor cleanup ---------------------------------------------------------------- Colin Ian King (2): cifs: fix spelling mistake, EACCESS -> EACCES cifs: don't dereference smb_file_target before null check Long Li (3): CIFS: Add support for direct I/O read CIFS: Add support for direct I/O write CIFS: Add direct I/O functions to file_operations Ronnie Sahlberg (1): cifs: fix return value for cifs_listxattr Steve French (5): smb3: add trace point for tree connection smb3: on kerberos mount if server doesn't specify auth type use krb5 smb3: allow more detailed protocol info on open files for debugging smb3: missing defines and structs for reparse point handling cifs: fix signed/unsigned mismatch on aio_read patch fs/cifs/cifs_debug.c | 56 +++++++ fs/cifs/cifs_spnego.c | 6 +- fs/cifs/cifsfs.c | 17 +- fs/cifs/cifsfs.h | 2 + fs/cifs/cifsglob.h | 8 + fs/cifs/cifspdu.h | 3 + fs/cifs/file.c | 436 ++++++++++++++++++++++++++++++++++++++++---------- fs/cifs/inode.c | 4 +- fs/cifs/smb2ops.c | 14 +- fs/cifs/smb2pdu.c | 6 +- fs/cifs/smb2pdu.h | 35 ++++ fs/cifs/trace.h | 42 +++++ 12 files changed, 530 insertions(+), 99 deletions(-) -- Thanks, Steve