public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Happy New Year, libata hackers
@ 2006-01-03 17:50 Jeff Garzik
  2006-01-03 18:33 ` Jens Axboe
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jeff Garzik @ 2006-01-03 17:50 UTC (permalink / raw)
  To: linux-ide@vger.kernel.org; +Cc: Linux Kernel


Well, another year has passed, and somehow the duct tape that keeps our 
hard drives together has remained intact.  After a nice and refreshing 
holiday, I have a bunch of patches pending, that will probably take a 
week or two to sort through.

For 2.6.16, my main goals are getting irq-pio upstream and supporting 
iomap -- which will kill all those annoying warnings finally.  And 
probably some EH work from Tejun will go in too.  The suspend/resume 
stuff is shaping up nicely, and device hotplug work suddenly reappeared. 
  Fun for all.

Port multiplier and NCQ (queueing) support are the two other big to-do 
items on the list.

I updated the hardware status report at
	http://linux.yyz.us/sata/

and will update the software status report in a week or two.

Everybody wants to play in the same sandbox, so please be patient as we 
sort it all out.

Cheers and happy new year,

	Jeff




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

* Re: Happy New Year, libata hackers
  2006-01-03 17:50 Happy New Year, libata hackers Jeff Garzik
@ 2006-01-03 18:33 ` Jens Axboe
  2006-01-03 18:53   ` Jeff Garzik
  2006-01-03 19:35 ` Randy.Dunlap
  2006-01-04  0:48 ` Gentoopower
  2 siblings, 1 reply; 6+ messages in thread
From: Jens Axboe @ 2006-01-03 18:33 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel

On Tue, Jan 03 2006, Jeff Garzik wrote:
> Port multiplier and NCQ (queueing) support are the two other big to-do 
> items on the list.

I'll get NCQ updated and tested again in the not-so-distant future.

-- 
Jens Axboe


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

* Re: Happy New Year, libata hackers
  2006-01-03 18:33 ` Jens Axboe
@ 2006-01-03 18:53   ` Jeff Garzik
  2006-01-03 18:57     ` Jens Axboe
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Garzik @ 2006-01-03 18:53 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-ide@vger.kernel.org, Linux Kernel

Jens Axboe wrote:
> On Tue, Jan 03 2006, Jeff Garzik wrote:
> 
>>Port multiplier and NCQ (queueing) support are the two other big to-do 
>>items on the list.
> 
> 
> I'll get NCQ updated and tested again in the not-so-distant future.

FWIW I've kept it moderately up-to-date in the 'ncq' branch.  It's 
definitely moldy, with a few FIXMEs in libata-scsi's read/write 
translation, for example, which is missing the NCQ portion of that code.

	Jeff




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

* Re: Happy New Year, libata hackers
  2006-01-03 18:53   ` Jeff Garzik
@ 2006-01-03 18:57     ` Jens Axboe
  0 siblings, 0 replies; 6+ messages in thread
From: Jens Axboe @ 2006-01-03 18:57 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel

On Tue, Jan 03 2006, Jeff Garzik wrote:
> Jens Axboe wrote:
> >On Tue, Jan 03 2006, Jeff Garzik wrote:
> >
> >>Port multiplier and NCQ (queueing) support are the two other big to-do 
> >>items on the list.
> >
> >
> >I'll get NCQ updated and tested again in the not-so-distant future.
> 
> FWIW I've kept it moderately up-to-date in the 'ncq' branch.  It's 
> definitely moldy, with a few FIXMEs in libata-scsi's read/write 
> translation, for example, which is missing the NCQ portion of that code.
> 
> 	Jeff

Yeah that, and Tejun had some good updates for it as well. I'll take a
look as soon as I get some time to do so.

-- 
Jens Axboe


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

* Re: Happy New Year, libata hackers
  2006-01-03 17:50 Happy New Year, libata hackers Jeff Garzik
  2006-01-03 18:33 ` Jens Axboe
@ 2006-01-03 19:35 ` Randy.Dunlap
  2006-01-04  0:48 ` Gentoopower
  2 siblings, 0 replies; 6+ messages in thread
From: Randy.Dunlap @ 2006-01-03 19:35 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel

On Tue, 3 Jan 2006, Jeff Garzik wrote:

>
> Well, another year has passed, and somehow the duct tape that keeps our
> hard drives together has remained intact.  After a nice and refreshing
> holiday, I have a bunch of patches pending, that will probably take a
> week or two to sort through.
>
> For 2.6.16, my main goals are getting irq-pio upstream and supporting
> iomap -- which will kill all those annoying warnings finally.  And
> probably some EH work from Tejun will go in too.  The suspend/resume
> stuff is shaping up nicely, and device hotplug work suddenly reappeared.
>   Fun for all.

+ selectable debugging macros etc.
  (used in ACPI suspend/resume patches, but can be used in all of libata)

> Port multiplier and NCQ (queueing) support are the two other big to-do
> items on the list.
>
> I updated the hardware status report at
> 	http://linux.yyz.us/sata/
>
> and will update the software status report in a week or two.
>
> Everybody wants to play in the same sandbox, so please be patient as we
> sort it all out.
>
> Cheers and happy new year,

Likewise.

-- 
~Randy

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

* Re: Happy New Year, libata hackers
  2006-01-03 17:50 Happy New Year, libata hackers Jeff Garzik
  2006-01-03 18:33 ` Jens Axboe
  2006-01-03 19:35 ` Randy.Dunlap
@ 2006-01-04  0:48 ` Gentoopower
  2 siblings, 0 replies; 6+ messages in thread
From: Gentoopower @ 2006-01-04  0:48 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide@vger.kernel.org, Linux Kernel

Jeff Garzik wrote:
>
> Well, another year has passed, and somehow the duct tape that keeps
> our hard drives together has remained intact.  After a nice and
> refreshing holiday, I have a bunch of patches pending, that will
> probably take a week or two to sort through.
>
> For 2.6.16, my main goals are getting irq-pio upstream and supporting
> iomap -- which will kill all those annoying warnings finally.  And
> probably some EH work from Tejun will go in too.  The suspend/resume
> stuff is shaping up nicely, and device hotplug work suddenly
> reappeared.  Fun for all.
>
> Port multiplier and NCQ (queueing) support are the two other big to-do
> items on the list. #
Great to hear that!
>
> I updated the hardware status report at
>     http://linux.yyz.us/sata/
Just took a look at it. So finally Nvidia gave out some specs:-)

I thought I would never use NCQ  with my NFORCE4
>



	

	
		
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

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

end of thread, other threads:[~2006-01-04  0:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-03 17:50 Happy New Year, libata hackers Jeff Garzik
2006-01-03 18:33 ` Jens Axboe
2006-01-03 18:53   ` Jeff Garzik
2006-01-03 18:57     ` Jens Axboe
2006-01-03 19:35 ` Randy.Dunlap
2006-01-04  0:48 ` Gentoopower

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox