* [PATCH] MAINTAINERS: create an entry for exportfs
@ 2023-10-26 20:55 Amir Goldstein
2023-10-27 6:08 ` Christoph Hellwig
2023-10-27 13:10 ` Christian Brauner
0 siblings, 2 replies; 6+ messages in thread
From: Amir Goldstein @ 2023-10-26 20:55 UTC (permalink / raw)
To: Christian Brauner
Cc: Jeff Layton, Chuck Lever, linux-fsdevel, linux-nfs, Jeff Layton
Split the exportfs entry from the nfsd entry and add myself as reviewer.
Suggested-by: Chuck Lever <chuck.lever@oracle.com>
Acked-by: Chuck Lever <chuck.lever@oracle.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
---
Christian,
Chuck has suggested that I send this patch to you.
If you prefer that Chuck merges this patch though his tree
that's fine by me.
Thanks,
Amir.
MAINTAINERS | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2894f0777537..a194e6b0bcd1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8051,6 +8051,18 @@ F: include/linux/fs_types.h
F: include/uapi/linux/fs.h
F: include/uapi/linux/openat2.h
+FILESYSTEMS [EXPORTFS]
+M: Chuck Lever <chuck.lever@oracle.com>
+M: Jeff Layton <jlayton@kernel.org>
+R: Amir Goldstein <amir73il@gmail.com>
+L: linux-fsdevel@vger.kernel.org
+L: linux-nfs@vger.kernel.org
+S: Supported
+F: Documentation/filesystems/nfs/exporting.rst
+F: fs/exportfs/
+F: fs/fhandle.c
+F: include/linux/exportfs.h
+
FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
M: Riku Voipio <riku.voipio@iki.fi>
L: linux-hwmon@vger.kernel.org
@@ -11420,7 +11432,6 @@ S: Supported
W: http://nfs.sourceforge.net/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git
F: Documentation/filesystems/nfs/
-F: fs/exportfs/
F: fs/lockd/
F: fs/nfs_common/
F: fs/nfsd/
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: create an entry for exportfs
2023-10-26 20:55 [PATCH] MAINTAINERS: create an entry for exportfs Amir Goldstein
@ 2023-10-27 6:08 ` Christoph Hellwig
2023-10-27 6:35 ` Amir Goldstein
2023-10-27 13:10 ` Christian Brauner
1 sibling, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2023-10-27 6:08 UTC (permalink / raw)
To: Amir Goldstein
Cc: Christian Brauner, Jeff Layton, Chuck Lever, linux-fsdevel,
linux-nfs, Jeff Layton
On Thu, Oct 26, 2023 at 11:55:53PM +0300, Amir Goldstein wrote:
> Split the exportfs entry from the nfsd entry and add myself as reviewer.
I think exportfs is by now very much VFS code.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: create an entry for exportfs
2023-10-27 6:08 ` Christoph Hellwig
@ 2023-10-27 6:35 ` Amir Goldstein
2023-10-27 7:30 ` Christoph Hellwig
0 siblings, 1 reply; 6+ messages in thread
From: Amir Goldstein @ 2023-10-27 6:35 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Christian Brauner, Jeff Layton, Chuck Lever, linux-fsdevel,
linux-nfs, Jeff Layton
On Fri, Oct 27, 2023 at 9:08 AM Christoph Hellwig <hch@infradead.org> wrote:
>
> On Thu, Oct 26, 2023 at 11:55:53PM +0300, Amir Goldstein wrote:
> > Split the exportfs entry from the nfsd entry and add myself as reviewer.
>
> I think exportfs is by now very much VFS code.
>
Yes, that's the idea of making it a vfs sub-entry in MAINTAINERS.
Is that an ACK? or did you mean that something needs to change
in the patch?
Thanks,
Amir.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: create an entry for exportfs
2023-10-27 6:35 ` Amir Goldstein
@ 2023-10-27 7:30 ` Christoph Hellwig
2023-10-27 12:55 ` Amir Goldstein
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2023-10-27 7:30 UTC (permalink / raw)
To: Amir Goldstein
Cc: Christoph Hellwig, Christian Brauner, Jeff Layton, Chuck Lever,
linux-fsdevel, linux-nfs, Jeff Layton
On Fri, Oct 27, 2023 at 09:35:29AM +0300, Amir Goldstein wrote:
> On Fri, Oct 27, 2023 at 9:08 AM Christoph Hellwig <hch@infradead.org> wrote:
> >
> > On Thu, Oct 26, 2023 at 11:55:53PM +0300, Amir Goldstein wrote:
> > > Split the exportfs entry from the nfsd entry and add myself as reviewer.
> >
> > I think exportfs is by now very much VFS code.
> >
>
> Yes, that's the idea of making it a vfs sub-entry in MAINTAINERS.
>
> Is that an ACK? or did you mean that something needs to change
> in the patch?
I as mostly thinking of dropping the diretory and the separate entry.
That would also go along with your patch of making it a bool.
But if you feel strongly about that we can add you as an extra reviewer
for it :)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: create an entry for exportfs
2023-10-27 7:30 ` Christoph Hellwig
@ 2023-10-27 12:55 ` Amir Goldstein
0 siblings, 0 replies; 6+ messages in thread
From: Amir Goldstein @ 2023-10-27 12:55 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Christian Brauner, Jeff Layton, Chuck Lever, linux-fsdevel,
linux-nfs, Jeff Layton
On Fri, Oct 27, 2023 at 10:30 AM Christoph Hellwig <hch@infradead.org> wrote:
>
> On Fri, Oct 27, 2023 at 09:35:29AM +0300, Amir Goldstein wrote:
> > On Fri, Oct 27, 2023 at 9:08 AM Christoph Hellwig <hch@infradead.org> wrote:
> > >
> > > On Thu, Oct 26, 2023 at 11:55:53PM +0300, Amir Goldstein wrote:
> > > > Split the exportfs entry from the nfsd entry and add myself as reviewer.
> > >
> > > I think exportfs is by now very much VFS code.
> > >
> >
> > Yes, that's the idea of making it a vfs sub-entry in MAINTAINERS.
> >
> > Is that an ACK? or did you mean that something needs to change
> > in the patch?
>
> I as mostly thinking of dropping the diretory and the separate entry.
> That would also go along with your patch of making it a bool.
>
> But if you feel strongly about that we can add you as an extra reviewer
> for it :)
I don't have a strong opinion about this.
I am submitting this patch on behalf of the current export
maintainers who requested to stay as maintainers of fs/exportfs
and offered that I join as a reviewer of fs/exportfs.
I cannot join as a reviewer of nfsd, hence this needs an entry.
Thanks,
Amir.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: create an entry for exportfs
2023-10-26 20:55 [PATCH] MAINTAINERS: create an entry for exportfs Amir Goldstein
2023-10-27 6:08 ` Christoph Hellwig
@ 2023-10-27 13:10 ` Christian Brauner
1 sibling, 0 replies; 6+ messages in thread
From: Christian Brauner @ 2023-10-27 13:10 UTC (permalink / raw)
To: Amir Goldstein
Cc: Christian Brauner, Jeff Layton, Chuck Lever, linux-fsdevel,
linux-nfs
On Thu, 26 Oct 2023 23:55:53 +0300, Amir Goldstein wrote:
> Split the exportfs entry from the nfsd entry and add myself as reviewer.
>
>
Looks useful to clarify this. I've create vfs-6.7.* tags yesterday I
plan on sending this one either at the end of next week or in week 2
together with other possible fixes.
---
Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes
[1/1] MAINTAINERS: create an entry for exportfs
https://git.kernel.org/vfs/vfs/c/7723a9a55be9
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-10-27 13:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 20:55 [PATCH] MAINTAINERS: create an entry for exportfs Amir Goldstein
2023-10-27 6:08 ` Christoph Hellwig
2023-10-27 6:35 ` Amir Goldstein
2023-10-27 7:30 ` Christoph Hellwig
2023-10-27 12:55 ` Amir Goldstein
2023-10-27 13:10 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).