Date: Sat, 6 Jul 2024 16:56:16 -0500
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, CIFS <linux-cifs@vger.kernel.org>, 
	David Howells <dhowells@redhat.com>
Subject: [GIT PULL] smb3 client fix

Please pull the following changes since commit
22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc6-smb3-client-fix

for you to fetch changes up to 08f70c0a930c00d25015fed7e3b7c5370d60be24:

  cifs: Fix read-performance regression by dropping readahead
expansion (2024-07-02 21:23:41 -0500)

----------------------------------------------------------------
fix for smb3 readahead performance regression

----------------------------------------------------------------
David Howells (1):
      cifs: Fix read-performance regression by dropping readahead expansion

 fs/smb/client/file.c | 30 ------------------------------
 1 file changed, 30 deletions(-)

-- 
Thanks,

Steve

.
Date: Tue, 9 Jul 2024 09:57:59 -0500
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>, 
	Namjae Jeon <linkinjeon@kernel.org>
Subject: [GIT PULL] ksmbd server fixes

Please pull the following changes since commit
22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/6.10-rc6-smb3-server-fixes

for you to fetch changes up to e2e33caa5dc2eae7bddf88b22ce11ec3d760e5cd:

  ksmbd: discard write access to the directory open (2024-07-05 09:56:13 -0500)

----------------------------------------------------------------
Two ksmbd server fixes
- fix access flags to address fuse incompatibility
- fix device type returned by get filesystem info
----------------------------------------------------------------
Hobin Woo (1):
      ksmbd: discard write access to the directory open

Namjae Jeon (1):
      ksmbd: return FILE_DEVICE_DISK instead of super magic

 fs/smb/common/smb2pdu.h | 34 ++++++++++++++++++++++++++++++++++
 fs/smb/server/smb2pdu.c | 22 ++++++++++++++++++----
 2 files changed, 52 insertions(+), 4 deletions(-)

-- 
Thanks,

Steve

.
Date: Sat, 13 Jul 2024 13:53:39 -0500
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: CIFS <linux-cifs@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] smb3 client fix

Please pull the following changes since commit
34afb82a3c67f869267a26f593b6f8fc6bf35905:

  Merge tag '6.10-rc6-smb3-server-fixes' of git://git.samba.org/ksmbd
(2024-07-09 08:16:18 -0700)

are available in the Git repository at:

  git://git.samba.org/sfrench/cifs-2.6.git tags/6.10-rc7-smb3-client-fix

for you to fetch changes up to d2346e2836318a227057ed41061114cbebee5d2a:

  cifs: fix setting SecurityFlags to true (2024-07-13 09:24:27 -0500)

----------------------------------------------------------------
small cifs SecurityFlags fix, also for stable

----------------------------------------------------------------
Steve French (1):
      cifs: fix setting SecurityFlags to true

 Documentation/admin-guide/cifs/usage.rst | 36
+++++++++++-------------------------
 fs/smb/client/cifsglob.h                 |  4 ++--
 2 files changed, 13 insertions(+), 27 deletions(-)

-- 
Thanks,

Steve

.
