* [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
@ 2007-08-13 6:22 joe
2007-08-13 13:33 ` Salyzyn, Mark
0 siblings, 1 reply; 5+ messages in thread
From: joe @ 2007-08-13 6:22 UTC (permalink / raw)
To: torvalds, linux-scsi, linux-kernel, akpm, aacraid
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches <joe@perches.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 7d58f6b..1162fb7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -241,6 +241,7 @@ M: aacraid@adaptec.com
L: linux-scsi@vger.kernel.org
W: http://www.adaptec.com/
S: Supported
+F: drivers/scsi/aacraid/
ACPI
P: Len Brown
^ permalink raw reply related [flat|nested] 5+ messages in thread
* RE: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
2007-08-13 6:22 [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER joe
@ 2007-08-13 13:33 ` Salyzyn, Mark
2007-08-13 14:16 ` Salyzyn, Mark
0 siblings, 1 reply; 5+ messages in thread
From: Salyzyn, Mark @ 2007-08-13 13:33 UTC (permalink / raw)
To: joe, torvalds, linux-scsi, linux-kernel, akpm, AACRAID
ACK
Sincerely -- Mark Salyzyn
> -----Original Message-----
> From: joe@perches.com [mailto:joe@perches.com]
> Sent: Monday, August 13, 2007 2:22 AM
> To: torvalds@linux-foundation.org;
> linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org;
> akpm@linux-foundation.org; AACRAID
> Subject: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
>
> Add file pattern to MAINTAINER entry
>
> Signed-off-by: Joe Perches <joe@perches.com>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7d58f6b..1162fb7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -241,6 +241,7 @@ M: aacraid@adaptec.com
> L: linux-scsi@vger.kernel.org
> W: http://www.adaptec.com/
> S: Supported
> +F: drivers/scsi/aacraid/
>
> ACPI
> P: Len Brown
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
2007-08-13 13:33 ` Salyzyn, Mark
@ 2007-08-13 14:16 ` Salyzyn, Mark
2007-08-13 17:20 ` Joe Perches
0 siblings, 1 reply; 5+ messages in thread
From: Salyzyn, Mark @ 2007-08-13 14:16 UTC (permalink / raw)
To: joe, torvalds, linux-scsi, linux-kernel, akpm
Second thoughts ... Add the documentation file as well.
F: drivers/scsi/aacraid/
+F: Documentation/scsi/aacraid.txt
Sincerely -- Mark Salyzyn
> -----Original Message-----
> From: Salyzyn, Mark
> Sent: Monday, August 13, 2007 9:34 AM
> To: 'joe@perches.com'; 'torvalds@linux-foundation.org';
> 'linux-scsi@vger.kernel.org'; 'linux-kernel@vger.kernel.org';
> 'akpm@linux-foundation.org'; AACRAID
> Subject: RE: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
>
> ACK
>
> Sincerely -- Mark Salyzyn
>
> > -----Original Message-----
> > From: joe@perches.com [mailto:joe@perches.com]
> > Sent: Monday, August 13, 2007 2:22 AM
> > To: torvalds@linux-foundation.org;
> > linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org;
> > akpm@linux-foundation.org; AACRAID
> > Subject: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
> >
> > Add file pattern to MAINTAINER entry
> >
> > Signed-off-by: Joe Perches <joe@perches.com>
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 7d58f6b..1162fb7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -241,6 +241,7 @@ M: aacraid@adaptec.com
> > L: linux-scsi@vger.kernel.org
> > W: http://www.adaptec.com/
> > S: Supported
> > +F: drivers/scsi/aacraid/
> >
> > ACPI
> > P: Len Brown
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
2007-08-13 14:16 ` Salyzyn, Mark
@ 2007-08-13 17:20 ` Joe Perches
2007-08-13 17:39 ` Salyzyn, Mark
0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2007-08-13 17:20 UTC (permalink / raw)
To: Salyzyn, Mark; +Cc: torvalds, linux-scsi, linux-kernel, akpm
On Mon, 2007-08-13 at 10:16 -0400, Salyzyn, Mark wrote:
> Second thoughts ... Add the documentation file as well.
> +F: Documentation/scsi/aacraid.txt
AACRAID SCSI RAID DRIVER
P: Adaptec OEM Raid Solutions
M: aacraid@adaptec.com
L: linux-scsi@vger.kernel.org
W: http://www.adaptec.com/
S: Supported
F: Documentation/scsi/aacraid.txt
F: drivers/scsi/aacraid/
Maybe all 3 entries should be collapsed into
ADAPTEC SCSI RAID (AACRAID, DPT_I2O, IPS)?
P: Adaptec OEM Raid Solutions
M: aacraid@adaptec.com
L: linux-scsi@vger.kernel.org
W: http://www.adaptec.com/
S: Supported
F: Documentation/scsi/aacraid.txt
F: drivers/scsi/aacraid/
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
2007-08-13 17:20 ` Joe Perches
@ 2007-08-13 17:39 ` Salyzyn, Mark
0 siblings, 0 replies; 5+ messages in thread
From: Salyzyn, Mark @ 2007-08-13 17:39 UTC (permalink / raw)
To: Joe Perches; +Cc: torvalds, linux-scsi, linux-kernel, akpm
Please do not collapse AACRAID with DPT_I2O and IPS yet. IMHO Just
because today the maintainer email is the same is not a reason to
collapse, I am only 'paid' to look after aacraid and that one is
provided continued Adaptec support, the others are legacy and
maintenance-only.
Sincerely -- Mark Salyzyn
> -----Original Message-----
> From: Joe Perches [mailto:joe@perches.com]
> Sent: Monday, August 13, 2007 1:20 PM
> To: Salyzyn, Mark
> Cc: torvalds@linux-foundation.org;
> linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org;
> akpm@linux-foundation.org
> Subject: RE: [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER
>
>
> On Mon, 2007-08-13 at 10:16 -0400, Salyzyn, Mark wrote:
> > Second thoughts ... Add the documentation file as well.
> > +F: Documentation/scsi/aacraid.txt
>
> AACRAID SCSI RAID DRIVER
> P: Adaptec OEM Raid Solutions
> M: aacraid@adaptec.com
> L: linux-scsi@vger.kernel.org
> W: http://www.adaptec.com/
> S: Supported
> F: Documentation/scsi/aacraid.txt
> F: drivers/scsi/aacraid/
>
> Maybe all 3 entries should be collapsed into
>
> ADAPTEC SCSI RAID (AACRAID, DPT_I2O, IPS)?
> P: Adaptec OEM Raid Solutions
> M: aacraid@adaptec.com
> L: linux-scsi@vger.kernel.org
> W: http://www.adaptec.com/
> S: Supported
> F: Documentation/scsi/aacraid.txt
> F: drivers/scsi/aacraid/
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-13 17:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 6:22 [PATCH] [21/2many] MAINTAINERS - AACRAID SCSI RAID DRIVER joe
2007-08-13 13:33 ` Salyzyn, Mark
2007-08-13 14:16 ` Salyzyn, Mark
2007-08-13 17:20 ` Joe Perches
2007-08-13 17:39 ` Salyzyn, Mark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox