Message ID | 162377165897.729347.292567369593752239.stgit@warthog.procyon.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | netfs: Add MAINTAINERS record | expand |
On Tue, 2021-06-15 at 16:40 +0100, David Howells wrote: > Add a MAINTAINERS record for the new netfs helper library. > > Signed-off-by: David Howells <dhowells@redhat.com> > cc: Jeff Layton <jlayton@kernel.org> > cc: Matthew Wilcox (Oracle) <willy@infradead.org> > cc: linux-mm@kvack.org > cc: linux-cachefs@redhat.com > cc: linux-afs@lists.infradead.org > cc: linux-nfs@vger.kernel.org > cc: linux-cifs@vger.kernel.org > cc: ceph-devel@vger.kernel.org > cc: v9fs-developer@lists.sourceforge.net > cc: linux-fsdevel@vger.kernel.org > --- > > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bc0ceef87b73..364465f20e81 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -12878,6 +12878,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> > > Acked-by: Jeff Layton <jlayton@kernel.org>
diff --git a/MAINTAINERS b/MAINTAINERS index bc0ceef87b73..364465f20e81 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12878,6 +12878,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>
Add a MAINTAINERS record for the new netfs helper library. Signed-off-by: David Howells <dhowells@redhat.com> cc: Jeff Layton <jlayton@kernel.org> cc: Matthew Wilcox (Oracle) <willy@infradead.org> cc: linux-mm@kvack.org cc: linux-cachefs@redhat.com cc: linux-afs@lists.infradead.org cc: linux-nfs@vger.kernel.org cc: linux-cifs@vger.kernel.org cc: ceph-devel@vger.kernel.org cc: v9fs-developer@lists.sourceforge.net cc: linux-fsdevel@vger.kernel.org --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)