Message ID | 162609279295.3129635.5721010331369998019.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | netfs: Add MAINTAINERS record | expand |
On Mon, Jul 12, 2021 at 01:26:32PM +0100, David Howells wrote:
> Add a MAINTAINERS record for the new netfs helper library.
Btw, any reason why this code is called netfs? It is a library
that seems to mostly be glue code for fscache as far as I can tell and
has nothing to do with networking at all.
On Tue, 2021-07-13 at 06:44 +0100, Christoph Hellwig wrote: > On Mon, Jul 12, 2021 at 01:26:32PM +0100, David Howells wrote: > > Add a MAINTAINERS record for the new netfs helper library. > > Btw, any reason why this code is called netfs? It is a library > that seems to mostly be glue code for fscache as far as I can tell and > has nothing to do with networking at all. It's infrastructure for network filesystems. The original impetus was hooking up fscache, though the helper code also works with fscache disabled. We also have some work in progress to plumb in fscrypt support, and David is also looking at adding writepage/writepages support too. readpage/readpages/writepage/writepages operations in network filesystems are quite "fiddly", and they all do it in subtly different ways (and not always for good reasons). The new read helper infrastructure abstracts a lot of that away, and gives netfs's a simpler set of operations to deal with. We're hoping to do the same with writepage/writepages helpers soon.
diff --git a/MAINTAINERS b/MAINTAINERS index a61f4f3b78a9..2fd13803cd06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13050,6 +13050,15 @@ NETWORKING [WIRELESS] L: linux-wireless@vger.kernel.org Q: http://patchwork.kernel.org/project/linux-wireless/list/ +NETWORK FILESYSTEM HELPER LIBRARY +M: David Howells <dhowells@redhat.com> +M: Jeff Layton <jlayton@kernel.org> +L: linux-cachefs@redhat.com (moderated for non-subscribers) +S: Supported +F: Documentation/filesystems/netfs_library.rst +F: fs/netfs/ +F: include/linux/netfs.h + NETXEN (1/10) GbE SUPPORT M: Manish Chopra <manishc@marvell.com> M: Rahul Verma <rahulv@marvell.com>