Please pull the following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.12-rc2-smb3 for you to fetch changes up to 04ad69c342fc4de5bd23be9ef15ea7574fb1a87e: cifs: do not send close in compound create+close requests (2021-03-08 21:23:22 -0600) ---------------------------------------------------------------- 6 cifs/smb3 fixes, 3 for stable, including some important mulitchannel crediting fixes, and fix for statfs error handling Regression test results: http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/2/builds/524 ---------------------------------------------------------------- Aurelien Aptel (2): cifs: fix credit accounting for extra channel cifs: ask for more credit on async read/write code paths Paulo Alcantara (4): cifs: print MIDs in decimal notation cifs: change noisy error message to FYI cifs: return proper error code in statfs(2) cifs: do not send close in compound create+close requests fs/cifs/cifs_debug.c | 2 +- fs/cifs/cifsfs.c | 2 +- fs/cifs/cifsglob.h | 19 ++++++++++--------- fs/cifs/connect.c | 14 +++++++------- fs/cifs/sess.c | 1 + fs/cifs/smb2inode.c | 1 + fs/cifs/smb2misc.c | 10 +++++----- fs/cifs/smb2ops.c | 10 +++++----- fs/cifs/smb2pdu.c | 6 ++---- fs/cifs/smb2proto.h | 3 +-- fs/cifs/transport.c | 4 ++-- 11 files changed, 36 insertions(+), 36 deletions(-) -- Thanks, Steve