* [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
@ 2013-11-14 20:39 Geert Uytterhoeven
2013-11-14 20:45 ` Andrew Morton
2013-11-14 21:06 ` One Thousand Gnomes
0 siblings, 2 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2013-11-14 20:39 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-fsdevel, linux-kernel, Geert Uytterhoeven
To make scripts/get_maintainer.pl output something sensible.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
I guess it's orphaned, just like HFS?
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index f23575ed1416..f1a0e7464ce0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3921,6 +3921,12 @@ S: Orphan
F: Documentation/filesystems/hfs.txt
F: fs/hfs/
+HFSPLUS FILESYSTEM
+L: linux-fsdevel@vger.kernel.org
+S: Orphan
+F: Documentation/filesystems/hfsplus.txt
+F: fs/hfsplus/
+
HGA FRAMEBUFFER DRIVER
M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
L: linux-nvidia@lists.surfsouth.com
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
2013-11-14 20:39 [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem Geert Uytterhoeven
@ 2013-11-14 20:45 ` Andrew Morton
2013-11-14 21:06 ` One Thousand Gnomes
1 sibling, 0 replies; 7+ messages in thread
From: Andrew Morton @ 2013-11-14 20:45 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-fsdevel, linux-kernel, Christoph Hellwig
On Thu, 14 Nov 2013 21:39:23 +0100 Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> To make scripts/get_maintainer.pl output something sensible.
>
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> I guess it's orphaned, just like HFS?
>
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f23575ed1416..f1a0e7464ce0 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3921,6 +3921,12 @@ S: Orphan
> F: Documentation/filesystems/hfs.txt
> F: fs/hfs/
>
> +HFSPLUS FILESYSTEM
> +L: linux-fsdevel@vger.kernel.org
> +S: Orphan
> +F: Documentation/filesystems/hfsplus.txt
> +F: fs/hfsplus/
> +
> HGA FRAMEBUFFER DRIVER
> M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
> L: linux-nvidia@lists.surfsouth.com
Actually I think Christoph keeps an eye on hfsplus?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
2013-11-14 20:39 [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem Geert Uytterhoeven
2013-11-14 20:45 ` Andrew Morton
@ 2013-11-14 21:06 ` One Thousand Gnomes
2013-11-24 10:02 ` Vyacheslav Dubeyko
1 sibling, 1 reply; 7+ messages in thread
From: One Thousand Gnomes @ 2013-11-14 21:06 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Andrew Morton, linux-fsdevel, linux-kernel
On Thu, 14 Nov 2013 21:39:23 +0100
Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> To make scripts/get_maintainer.pl output something sensible.
>
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> I guess it's orphaned, just like HFS?
Looking at bugzilla - yes
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
2013-11-24 10:02 ` Vyacheslav Dubeyko
@ 2013-11-24 9:15 ` Geert Uytterhoeven
2013-11-24 12:29 ` Vyacheslav Dubeyko
0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2013-11-24 9:15 UTC (permalink / raw)
To: Vyacheslav Dubeyko
Cc: One Thousand Gnomes, Andrew Morton, Linux FS Devel,
linux-kernel@vger.kernel.org
On Sun, Nov 24, 2013 at 11:02 AM, Vyacheslav Dubeyko <slava@dubeyko.com> wrote:
> On Nov 15, 2013, at 12:06 AM, One Thousand Gnomes wrote:
>> On Thu, 14 Nov 2013 21:39:23 +0100
>> Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>>
>>> To make scripts/get_maintainer.pl output something sensible.
>>>
>>> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
>>> ---
>>> I guess it's orphaned, just like HFS?
>>
>> Looking at bugzilla - yes
>
> What do you means by orphaned? If you means absence of implementation or bug fix
> then I disagree completely. Because I am making some implementation activity for
Thanks, good to hear that!
> HFS+. If you are talking about absence of using HFS+ by ordinary users then I disagree again.
> Because, as far as I can see, there are many Apple devices that it has HFS+ file system
> then it makes sense to have actual support for HFS+ file system under Linux.
>From the top of MAINTAINERS:
S: Status, one of the following:
Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.
Odd Fixes: It has a maintainer but they don't have time to do
much other than throw the odd patch in. See below..
Orphan: No current maintainer [but maybe you could take the
role as you write your new code].
Obsolete: Old code. Something tagged obsolete generally means
it has been replaced by a better system and you
should be using that.
Hence Orphan doesn't mean there are no active users, only that there's no active
maintainter listed.
If you want to become the maintainer for hfs+, I'm happy to send a v2
of the patch,
adding you as the maintainer, with status Supported/Maintained/Odd Fixes.
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
2013-11-14 21:06 ` One Thousand Gnomes
@ 2013-11-24 10:02 ` Vyacheslav Dubeyko
2013-11-24 9:15 ` Geert Uytterhoeven
0 siblings, 1 reply; 7+ messages in thread
From: Vyacheslav Dubeyko @ 2013-11-24 10:02 UTC (permalink / raw)
To: One Thousand Gnomes
Cc: Geert Uytterhoeven, Andrew Morton, linux-fsdevel, linux-kernel
On Nov 15, 2013, at 12:06 AM, One Thousand Gnomes wrote:
> On Thu, 14 Nov 2013 21:39:23 +0100
> Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
>> To make scripts/get_maintainer.pl output something sensible.
>>
>> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
>> ---
>> I guess it's orphaned, just like HFS?
>
> Looking at bugzilla - yes
What do you means by orphaned? If you means absence of implementation or bug fix
then I disagree completely. Because I am making some implementation activity for
HFS+. If you are talking about absence of using HFS+ by ordinary users then I disagree again.
Because, as far as I can see, there are many Apple devices that it has HFS+ file system
then it makes sense to have actual support for HFS+ file system under Linux.
With the best regards,
Vyacheslav Dubeyko.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
2013-11-24 9:15 ` Geert Uytterhoeven
@ 2013-11-24 12:29 ` Vyacheslav Dubeyko
0 siblings, 0 replies; 7+ messages in thread
From: Vyacheslav Dubeyko @ 2013-11-24 12:29 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: One Thousand Gnomes, Andrew Morton, Linux FS Devel,
linux-kernel@vger.kernel.org
On Nov 24, 2013, at 12:15 PM, Geert Uytterhoeven wrote:
> Hence Orphan doesn't mean there are no active users, only that there's no active
> maintainter listed.
>
> If you want to become the maintainer for hfs+, I'm happy to send a v2
> of the patch,
> adding you as the maintainer, with status Supported/Maintained/Odd Fixes.
>
Yes, I think that I am ready to play the role of maintainer for HFS+ file system driver.
Because I have plans of new feature implementation in HFS+ driver and also
I am implementing continuously new features in HFS+ driver in the background of
my main activity. Also I participate in reviewing of new HFS+ related patches.
So, it is possible to say that I am actively looking after the HFS+ file system driver.
Thanks,
Vyacheslav Dubeyko.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem
@ 2013-11-26 10:59 Geert Uytterhoeven
0 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2013-11-26 10:59 UTC (permalink / raw)
To: Christoph Hellwig, Andrew Morton, Vyacheslav Dubeyko
Cc: linux-fsdevel, linux-kernel, Geert Uytterhoeven
Vyacheslav Dubeyko kindly offered to become the maintainer.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
v2: Orphan -> maintained by Vyacheslav Dubeyko
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 746581df3395..a92ac8f6758c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3937,6 +3937,13 @@ S: Orphan
F: Documentation/filesystems/hfs.txt
F: fs/hfs/
+HFSPLUS FILESYSTEM
+M: Vyacheslav Dubeyko <slava@dubeyko.com>
+L: linux-fsdevel@vger.kernel.org
+S: Maintained
+F: Documentation/filesystems/hfsplus.txt
+F: fs/hfsplus/
+
HGA FRAMEBUFFER DRIVER
M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
L: linux-nvidia@lists.surfsouth.com
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-11-26 10:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 20:39 [PATCH] MAINTAINERS: Add an entry for the Macintosh HFSPlus Filesystem Geert Uytterhoeven
2013-11-14 20:45 ` Andrew Morton
2013-11-14 21:06 ` One Thousand Gnomes
2013-11-24 10:02 ` Vyacheslav Dubeyko
2013-11-24 9:15 ` Geert Uytterhoeven
2013-11-24 12:29 ` Vyacheslav Dubeyko
-- strict thread matches above, loose matches on Subject: below --
2013-11-26 10:59 Geert Uytterhoeven
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).