All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: James Bottomley <James.Bottomley@HansenPartnership.com>,
	Tejun Heo <tj@kernel.org>
Cc: IDE/ATA development list <linux-ide@vger.kernel.org>,
	linux-scsi <linux-scsi@vger.kernel.org>,
	brking@linux.vnet.ibm.com, Mark Lord <liml@rtr.ca>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Jens Axboe <jens.axboe@oracle.com>
Subject: Re: [RFC] Separating out libata out of SCSI (finally)
Date: Fri, 20 Jun 2008 18:41:02 -0400	[thread overview]
Message-ID: <485C31FE.8050408@garzik.org> (raw)
In-Reply-To: <1213993737.3443.35.camel@localhost.localdomain>

James Bottomley wrote:
> On Fri, 2008-06-20 at 13:06 +0900, Tejun Heo wrote:
>> The biggest problem is how to keep userland happy.  hdX -> sdX
>> transition was painful enough and I have a strong feeling that
>> everyone will come after and hunt down us if we try something like sdX
>> -> bdX now.  :-)

> In theory mounting by label or ID should have fixed a lot of this.
> However, if we need to head off a revolt, the sdX allocation algorithm
> can be placed into it's own module so both sd and a ULD ata driver could
> use it ...

> Actually, surely we can mostly dump the SAT layer?


I don't see that we can do that for a long time...  And it's not just 
the sdX allocation algorithm in question -- SCSI block devices come with 
their own partition limits and set of supported ioctls.

Therefore, my recommended path has always been

* create ata_disk block device driver (ULD, in your terminology)

* make SAT an optional piece, which maintains compatibility with 
existing SCSI blkdevs, ioctls, command sets


I just don't see a valid path moving forward that breaks userland 
/again/...  we (ATA hackers) would be drummed out of a job I think :)

Another option that's been discussed is

1) Make SCSI block devices themselves an allocate-able resource (I think 
that's what you meant by "placed into it's own module so both sd and a 
ULD ata driver could use it"?)

2) Ensure that any ata_disk ULD would support the same partition limits 
and ioctl set, enough to ensure binary compatibility.

Because that's the real need -- maintaining binary compatibility with 
SCSI block devices, so major/minor, ioctl supported set, partition 
limits, and other relevant details need to remain unchanged.

The underlying software we're of course free to change...

	Jeff



  reply	other threads:[~2008-06-20 22:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <485B2CC6.6070201@kernel.org>
2008-06-20 19:41 ` [RFC] Separating out libata out of SCSI (finally) Brian King
2008-06-20 20:28 ` James Bottomley
2008-06-20 22:41   ` Jeff Garzik [this message]
2008-06-20 23:50     ` Tejun Heo
2008-06-23 21:04     ` Greg Freemyer
2008-06-23 21:11       ` James Bottomley
2008-06-23 21:56         ` Felix Miata
2008-06-24  8:30         ` Boaz Harrosh
2008-06-24 14:42           ` James Bottomley
2008-06-24 14:58             ` Greg Freemyer
2008-06-24 15:13               ` Felix Miata
2008-06-24 14:59             ` Tejun Heo
2008-06-24 15:42               ` Felix Miata
2008-06-24 15:49                 ` Tejun Heo
2008-06-24 16:27                   ` Felix Miata
2008-06-24 16:35                     ` Tejun Heo
2008-06-24 16:54               ` Alan Cox
2008-06-20 23:47   ` Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=485C31FE.8050408@garzik.org \
    --to=jeff@garzik.org \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=brking@linux.vnet.ibm.com \
    --cc=jens.axboe@oracle.com \
    --cc=liml@rtr.ca \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.