[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240129094924.1221977-1-dhowells@redhat.com>
Date: Mon, 29 Jan 2024 09:49:17 +0000
From: David Howells <dhowells@...hat.com>
To: Christian Brauner <christian@...uner.io>
Cc: David Howells <dhowells@...hat.com>,
Eric Van Hensbergen <ericvh@...nel.org>,
Dominique Martinet <asmadeus@...ewreck.org>,
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/2] netfs: Miscellaneous fixes
Hi Christian,
Here are a couple of fixes for netfslib:
(1) Fix an i_dio_count leak on a DIO read starting beyond EOF.
(2) Fix a missing zero-length check in an unbuffered write causing 9p to
indicate EIO.
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 (1):
netfs: Fix missing zero-length check in unbuffered write
Marc Dionne (1):
netfs: Fix i_dio_count leak on DIO read past i_size
fs/netfs/buffered_write.c | 3 +++
fs/netfs/direct_write.c | 5 ++++-
fs/netfs/io.c | 2 ++
3 files changed, 9 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists