Please pull the following changes since commit 30bac164aca750892b93eef350439a0562a68647: Revert "Change mincore() to count "mapped" pages rather than "cached" pages" (2019-01-24 09:04:37 +1300) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.0-rc3-smb3-fixes for you to fetch changes up to a5f1a81f701c594194eb70c679785882ab15f138: cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData (2019-01-24 14:52:06 -0600) ---------------------------------------------------------------- a set of small smb3 fixes, some fixing various crediting issues discovered during xfstest runs, five for stable. Four additional xfstests are now fixed over SMB3 mounts to various server types. ---------------------------------------------------------------- Colin Ian King (1): cifs: fix memory leak of an allocated cifs_ntsd structure Pavel Shilovsky (7): CIFS: Fix possible hang during async MTU reads and writes CIFS: Do not reconnect TCP session in add_credits() CIFS: Fix credits calculations for reads with errors CIFS: Fix credit calculation for encrypted reads with errors CIFS: Fix credit calculations in compound mid callback CIFS: Do not assume one credit for async responses CIFS: Fix mounts if the client is low on credits Ronnie Sahlberg (2): smb3: add credits we receive from oplock/break PDUs cifs: print CIFSMaxBufSize as part of /proc/fs/cifs/DebugData Thomas Gleixner (1): smb3: Cleanup license mess fs/cifs/cifs_debug.c | 1 + fs/cifs/cifssmb.c | 35 +++++++++++++++++++++++------------ fs/cifs/connect.c | 21 +++++++++++++++++++++ fs/cifs/smb2inode.c | 17 +++++++++++++++++ fs/cifs/smb2misc.c | 7 +++++++ fs/cifs/smb2ops.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++--------------------- fs/cifs/smb2pdu.c | 23 +++++++++++++++++++---- fs/cifs/trace.c | 10 ---------- fs/cifs/trace.h | 10 ---------- fs/cifs/transport.c | 11 +---------- 10 files changed, 136 insertions(+), 67 deletions(-) -- Thanks, Steve