[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240823161209.434705-1-dhowells@redhat.com>
Date: Fri, 23 Aug 2024 17:12:01 +0100
From: David Howells <dhowells@...hat.com>
To: Christian Brauner <christian@...uner.io>
Cc: David Howells <dhowells@...hat.com>,
Pankaj Raghav <p.raghav@...sung.com>,
Jeff Layton <jlayton@...nel.org>,
Matthew Wilcox <willy@...radead.org>,
netfs@...ts.linux.dev,
linux-afs@...ts.infradead.org,
linux-cifs@...r.kernel.org,
linux-nfs@...r.kernel.org,
ceph-devel@...r.kernel.org,
v9fs@...ts.linux.dev,
linux-erofs@...ts.ozlabs.org,
linux-fsdevel@...r.kernel.org,
linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] netfs, cifs: Further fixes
Hi Christian, Steve,
Here are some more fixes to cifs and one to netfs:
(1) Fix cifs FALLOC_FL_PUNCH_HOLE support as best I can. If it's going to
punch a hole in dirty data in the pagecacne, invalidating that data
may result in the EOF not being moved correctly. The set-zero and the
eof-move RPC ops really need compounding to avoid third-party
interference.
(2) Adjust three debugging output statements. Not strictly a fix, so
could be dropped. Including the subreq ID in some extra debug lines
helps a bit, though.
(3) Fix netfslib's short read retry to reset the buffer iterator otherwise
the wrong part of the buffer may get written on.
(4) Further fix the early EOF detection in cifs read.
(5) Further fixes for cifs credit handling.
The patches can also be found here:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=netfs-fixes
Thanks,
David
David Howells (5):
cifs: Fix FALLOC_FL_PUNCH_HOLE support
netfs, cifs: Improve some debugging bits
netfs: Fix missing iterator reset on retry of short read
cifs: Fix short read handling
cifs: Fix credit handling
fs/netfs/io.c | 3 ++-
fs/smb/client/file.c | 9 +++++++++
fs/smb/client/smb2ops.c | 34 ++++++++++++++++++++++++++++++----
fs/smb/client/smb2pdu.c | 12 ++----------
fs/smb/client/trace.h | 1 +
5 files changed, 44 insertions(+), 15 deletions(-)
Powered by blists - more mailing lists