[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5muJnL-QRMFV=eWdY18CtCZEWijEuU_kO8RWHP0Qv_fdOw@mail.gmail.com>
Date: Wed, 25 Sep 2024 18:27:03 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] smb3 client fixes
Please pull the following changes since commit
4e0373f1f920811a67fef0c3383f1ad602b3845e:
Merge tag 'v6.12-rc-smb3-client-fixes-part1' of
git://git.samba.org/sfrench/cifs-2.6 (2024-09-19 06:53:40 +0200)
are available in the Git repository at:
git://git.samba.org/sfrench/cifs-2.6.git tags/v6.12-rc-smb3-client-fixes-part2
for you to fetch changes up to 665db14d0712ac27f6a0081510bd811efb3faa3c:
netfs, cifs: Fix mtime/ctime update for mmapped writes (2024-09-24
21:57:00 -0500)
----------------------------------------------------------------
12 smb3 client fixes, most from the recent SMB3.1.1 test event, and
also an important netfs fix for cifs mtime write regression
- fix mode reported by stat of readonly directories and files
- four DFS (global namespace) related fixes
- two fixes for special file support via reparse points
- mount improvement and reconnect fix
- fix for noisy log message on umount
- two netfs related fixes, one fixing a recent regression, and add new
write tracepoint
----------------------------------------------------------------
David Howells (3):
cifs: Make the write_{enter,done,err} tracepoints display netfs info
cifs: Fix reversion of the iter in cifs_readv_receive().
netfs, cifs: Fix mtime/ctime update for mmapped writes
Paulo Alcantara (8):
smb: client: avoid unnecessary reconnects when refreshing referrals
smb: client: improve purging of cached referrals
smb: client: fix DFS interlink failover
smb: client: fix DFS failover in multiuser mounts
smb: client: propagate error from cifs_construct_tcon()
smb: client: set correct device number on nfs reparse points
smb: client: fix parsing of device numbers
smb: client: print failed session logoffs with FYI
Steve French (2):
smb3: fix incorrect mode displayed for read-only files
cifs: update internal version number
fs/netfs/buffered_write.c | 1 +
fs/smb/client/cifsfs.h | 4 +-
fs/smb/client/cifsglob.h | 3 +
fs/smb/client/cifsproto.h | 12 +--
fs/smb/client/connect.c | 66 ++++++++--------
fs/smb/client/dfs.c | 73 +++++++++---------
fs/smb/client/dfs.h | 42 ++++++----
fs/smb/client/dfs_cache.c | 218
+++++++++++++++++++++++++++++++---------------------
fs/smb/client/fs_context.h | 1 +
fs/smb/client/inode.c | 19 +++--
fs/smb/client/misc.c | 6 +-
fs/smb/client/namespace.c | 2 +-
fs/smb/client/reparse.c | 10 +--
fs/smb/client/reparse.h | 9 +--
fs/smb/client/smb2ops.c | 9 ++-
fs/smb/client/smb2pdu.c | 22 ++++--
fs/smb/client/trace.h | 6 +-
fs/smb/client/transport.c | 3 -
18 files changed, 282 insertions(+), 224 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists