All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-v2] MAINTAINERS: Add drivers/target/ entry
@ 2011-05-23 21:10 Nicholas A. Bellinger
  2011-05-23 21:13 ` Randy Dunlap
  2011-05-23 23:36 ` Joe Perches
  0 siblings, 2 replies; 5+ messages in thread
From: Nicholas A. Bellinger @ 2011-05-23 21:10 UTC (permalink / raw)
  To: linux-scsi, linux-kernel, linux-next
  Cc: Randy Dunlap, Stephen Rothwell, James Bottomley, Nicholas Bellinger

From: Nicholas Bellinger <nab@linux-iscsi.org>

Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
---
 MAINTAINERS |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 20be668..16e9861 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6032,6 +6032,17 @@ F:	Documentation/filesystems/sysv-fs.txt
 F:	fs/sysv/
 F:	include/linux/sysv_fs.h
 
+TARGET SUBSYSTEM
+M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
+L:	linux-scsi@vger.kernel.org
+L:	http://groups.google.com/group/linux-iscsi-target-dev
+W:	http://www.linux-iscsi.org
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
+S:	Supported
+F:	drivers/target/
+F:	include/target/
+F:	Documentation/target/
+
 TASKSTATS STATISTICS INTERFACE
 M:	Balbir Singh <balbir@linux.vnet.ibm.com>
 S:	Maintained
-- 
1.7.5.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH-v2] MAINTAINERS: Add drivers/target/ entry
  2011-05-23 21:10 [PATCH-v2] MAINTAINERS: Add drivers/target/ entry Nicholas A. Bellinger
@ 2011-05-23 21:13 ` Randy Dunlap
  2011-05-23 23:36 ` Joe Perches
  1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2011-05-23 21:13 UTC (permalink / raw)
  To: Nicholas A. Bellinger
  Cc: linux-scsi, linux-kernel, linux-next, Stephen Rothwell, James Bottomley

On 05/23/11 14:10, Nicholas A. Bellinger wrote:
> From: Nicholas Bellinger <nab@linux-iscsi.org>
> 
> Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>

Thanks.

> ---
>  MAINTAINERS |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 20be668..16e9861 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6032,6 +6032,17 @@ F:	Documentation/filesystems/sysv-fs.txt
>  F:	fs/sysv/
>  F:	include/linux/sysv_fs.h
>  
> +TARGET SUBSYSTEM
> +M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
> +L:	linux-scsi@vger.kernel.org
> +L:	http://groups.google.com/group/linux-iscsi-target-dev
> +W:	http://www.linux-iscsi.org
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
> +S:	Supported
> +F:	drivers/target/
> +F:	include/target/
> +F:	Documentation/target/
> +
>  TASKSTATS STATISTICS INTERFACE
>  M:	Balbir Singh <balbir@linux.vnet.ibm.com>
>  S:	Maintained


-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH-v2] MAINTAINERS: Add drivers/target/ entry
  2011-05-23 21:10 [PATCH-v2] MAINTAINERS: Add drivers/target/ entry Nicholas A. Bellinger
  2011-05-23 21:13 ` Randy Dunlap
@ 2011-05-23 23:36 ` Joe Perches
  2011-05-24  6:11   ` Nicholas A. Bellinger
  1 sibling, 1 reply; 5+ messages in thread
From: Joe Perches @ 2011-05-23 23:36 UTC (permalink / raw)
  To: Nicholas A. Bellinger
  Cc: linux-scsi, linux-kernel, linux-next, Randy Dunlap,
	Stephen Rothwell, James Bottomley

On Mon, 2011-05-23 at 14:10 -0700, Nicholas A. Bellinger wrote:
> From: Nicholas Bellinger <nab@linux-iscsi.org>
> +TARGET SUBSYSTEM
> +M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
> +L:	linux-scsi@vger.kernel.org
> +L:	http://groups.google.com/group/linux-iscsi-target-dev
> +W:	http://www.linux-iscsi.org
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
> +S:	Supported
> +F:	drivers/target/
> +F:	include/target/
> +F:	Documentation/target/

Shouldn't the file layout be more like

drivers/lio/target?



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH-v2] MAINTAINERS: Add drivers/target/ entry
  2011-05-23 23:36 ` Joe Perches
@ 2011-05-24  6:11   ` Nicholas A. Bellinger
  2011-05-24  6:43     ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Nicholas A. Bellinger @ 2011-05-24  6:11 UTC (permalink / raw)
  To: Joe Perches
  Cc: linux-scsi, linux-kernel, linux-next, Randy Dunlap,
	Stephen Rothwell, James Bottomley

On Mon, 2011-05-23 at 16:36 -0700, Joe Perches wrote:
> On Mon, 2011-05-23 at 14:10 -0700, Nicholas A. Bellinger wrote:
> > From: Nicholas Bellinger <nab@linux-iscsi.org>
> > +TARGET SUBSYSTEM
> > +M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
> > +L:	linux-scsi@vger.kernel.org
> > +L:	http://groups.google.com/group/linux-iscsi-target-dev
> > +W:	http://www.linux-iscsi.org
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
> > +S:	Supported
> > +F:	drivers/target/
> > +F:	include/target/
> > +F:	Documentation/target/
> 
> Shouldn't the file layout be more like
> 
> drivers/lio/target?
> 

Hi Joe,

Not sure what you mean here..  Currently drivers/target/ contains the
fabric independent target core, and /drivers/target/$FABRIC/ contains
individual fabric module drivers.

I originally decided to use drivers/target/ to avoid any confusion wrt
to the 'LIO' term, which to some folks is interchangable wrt to the
'iscsi-target' fabric module.

--nab


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH-v2] MAINTAINERS: Add drivers/target/ entry
  2011-05-24  6:11   ` Nicholas A. Bellinger
@ 2011-05-24  6:43     ` Joe Perches
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2011-05-24  6:43 UTC (permalink / raw)
  To: Nicholas A. Bellinger
  Cc: linux-scsi, linux-kernel, linux-next, Randy Dunlap,
	Stephen Rothwell, James Bottomley

On Mon, 2011-05-23 at 23:11 -0700, Nicholas A. Bellinger wrote:
> On Mon, 2011-05-23 at 16:36 -0700, Joe Perches wrote:
> > On Mon, 2011-05-23 at 14:10 -0700, Nicholas A. Bellinger wrote:
> > > From: Nicholas Bellinger <nab@linux-iscsi.org>
> > > +TARGET SUBSYSTEM
> > > +M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
> > > +L:	linux-scsi@vger.kernel.org
> > > +L:	http://groups.google.com/group/linux-iscsi-target-dev
> > > +W:	http://www.linux-iscsi.org
> > > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
> > > +S:	Supported
> > > +F:	drivers/target/
> > > +F:	include/target/
> > > +F:	Documentation/target/
> > 
> > Shouldn't the file layout be more like
> > drivers/lio/target?
> Hi Joe,

Hi Nicholas.

> Not sure what you mean here..  Currently drivers/target/ contains the
> fabric independent target core, and /drivers/target/$FABRIC/ contains
> individual fabric module drivers.
> 
> I originally decided to use drivers/target/ to avoid any confusion wrt
> to the 'LIO' term, which to some folks is interchangable wrt to the
> 'iscsi-target' fabric module.

Target doesn't mean much to me and the wiki calls the
system LIO.

http://linux-iscsi.org/wiki/Main_Page

I think that drivers/target might be better renamed to
drivers/lio/target and drivers/lio/target/$FABRIC could
be below that.

No worries if you think otherwise.

cheers, Joe


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-24  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-23 21:10 [PATCH-v2] MAINTAINERS: Add drivers/target/ entry Nicholas A. Bellinger
2011-05-23 21:13 ` Randy Dunlap
2011-05-23 23:36 ` Joe Perches
2011-05-24  6:11   ` Nicholas A. Bellinger
2011-05-24  6:43     ` Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.