Please pull the following changes since commit 279d44ceb8a495d287ec563964f2ed04b0d53b0e: Merge tag '6.9-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6 (2024-03-13 13:15:24 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/6.9-rc-smb3-client-fixes-part2 for you to fetch changes up to e56bc745fa1de77abc2ad8debc4b1b83e0426c49: smb311: additional compression flag defined in updated protocol spec (2024-03-20 11:49:44 -0500) ---------------------------------------------------------------- Nine cifs.ko changesets, including three for stable - Various get_inode_info_fixes - Fix for querying xattrs of cached dirs - Four minor cleanup fixes (including adding some header corrections and a missing flag) - Performance improvement for deferred close - Two query interface fixes Still working on the important fix to enable a way to handle password rotation and testing some misc small features/fixes ---------------------------------------------------------------- Bharath SM (2): cifs: defer close file handles having RH lease cifs: remove redundant variable assignment David Howells (1): cifs: Move some extern decls from .c files to .h Eugene Korenevsky (1): cifs: open_cached_dir(): add FILE_READ_EA to desired access Meetakshi Setiya (1): cifs: fixes for get_inode_info Shyam Prasad N (2): cifs: make sure server interfaces are requested only for SMB3+ cifs: reduce warning log level for server not advertising interfaces Steve French (2): smb311: correct incorrect offset field in compression header smb311: additional compression flag defined in updated protocol spec fs/smb/client/cached_dir.c | 3 ++- fs/smb/client/cifsfs.c | 4 ---- fs/smb/client/cifsglob.h | 5 +++++ fs/smb/client/connect.c | 9 +++++---- fs/smb/client/file.c | 20 +++++++++++++++----- fs/smb/client/inode.c | 26 +++++++++++++------------- fs/smb/client/misc.c | 3 --- fs/smb/client/sess.c | 4 ++-- fs/smb/client/smb2ops.c | 2 ++ fs/smb/client/smb2pdu.c | 5 +++-- fs/smb/common/smb2pdu.h | 12 +++++++----- 11 files changed, 54 insertions(+), 39 deletions(-) -- Thanks, Steve