On Wed, 2025-08-06 at 00:43 +0800, Yangtao Li wrote: > Hi Slava, > > 在 7/30/2025 3:12 AM, Viacheslav Dubeyko 写道: > > On Tue, 2025-07-29 at 10:01 -0600, Yangtao Li wrote: > > > Update it at MAINTAINERS file. > > > > > > Signed-off-by: Yangtao Li <frank.li@xxxxxxxx> > > > --- > > > MAINTAINERS | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 7a4e63bacaa4..48b25f1e2c01 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -10659,6 +10659,7 @@ M: John Paul Adrian Glaubitz > > > <glaubitz@xxxxxxxxxxxxxxxxxxx> > > > M: Yangtao Li <frank.li@xxxxxxxx> > > > L: linux-fsdevel@xxxxxxxxxxxxxxx > > > S: Maintained > > > +T: git > > > git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs.git > > > F: Documentation/filesystems/hfs.rst > > > F: fs/hfs/ > > > > > > @@ -10668,6 +10669,7 @@ M: John Paul Adrian Glaubitz > > > <glaubitz@xxxxxxxxxxxxxxxxxxx> > > > M: Yangtao Li <frank.li@xxxxxxxx> > > > L: linux-fsdevel@xxxxxxxxxxxxxxx > > > S: Maintained > > > +T: git > > > git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs.git > > > F: Documentation/filesystems/hfsplus.rst > > > F: fs/hfsplus/ > > > > > Makes sense. We need to update it here. > > > > By the way, we have also [1]. I am collecting patches there at > > first too and we > > can use it for the initial testing. Also, we have very simple bug > > tracking > > system [2] and I am tracking the known and opened issues there. > > Should we add > > this information too? > > > > We have empty WiKi there, but we could add the information there > > too. > > > Do you mind we add those facility step by step, or add those facility > in > one patch? > > I think it makes sense to have all info in one patch. What's the point to split it on several patches? Thanks, Slava.