[PATCH 0/3] Add disk hotswap support to libata RESEND #2

2005-08-01 Thread Lukasz Kosewski
Hey Jeff, all, The following is my latest attempt at re-doing the hotswap patches for libata hotswapping. This has some positive upsides: - The patches seem cleaner - The patches seem more multi-purpose and adaptable for use across all controllers, not just the Promise ones. - Jeff is more likel

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-28 Thread Jeff Garzik
Doug Maxey wrote: On Thu, 21 Jul 2005 21:35:24 EDT, Jeff Garzik wrote: As soon as I finish SATA ATAPI (this week[end]), I'll take a look at this. A quick review of the patches didn't turn up anything terribly objectionable, though :) I would like to offer to test when you are ready. Som

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-28 Thread Doug Maxey
On Thu, 21 Jul 2005 21:35:24 EDT, Jeff Garzik wrote: >As soon as I finish SATA ATAPI (this week[end]), I'll take a look at >this. A quick review of the patches didn't turn up anything terribly >objectionable, though :) > I would like to offer to test when you are ready. Some older and new SAT

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-22 Thread Lukasz Kosewski
On 7/21/05, Jeff Garzik <[EMAIL PROTECTED]> wrote: > > Pretty cool stuff! > > As soon as I finish SATA ATAPI (this week[end]), I'll take a look at > this. A quick review of the patches didn't turn up anything terribly > objectionable, though :) Excellent! Thanks for the quick turnaround! > P.

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-21 Thread Jeff Garzik
Lukasz Kosewski wrote: Hey all, introductory blurb here. This sequence of patches will add a framework to libata to allow for hot-swapping disks in and out. There are three patches: 01-promise_sataII150_support 02-libata_hotswap_infrastructure 03-promise_hotswap_support Pretty cool stuff!

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-21 Thread Lukasz Kosewski
Michael Tokarev wrote: echo -n 1 > /sys/.../hostA/targetA:B:C/A:B:C:D/delete still works. I think. And (again, I think) this same problem exists with 2.6.11 as well. At least, I wasn't able to remove-single-device even once (I discovered this mechanism only recently, haven't tried it with other

Re: [PATCH 0/3] Add disk hotswap support to libata

2005-07-21 Thread Michael Tokarev
Lukasz Kosewski wrote: [] [1] The SCSI error on 2.6.13-rc3-mm1 that I found: 'echo "scsi add-single-device a b c d" > /proc/scsi/scsi' //works, or no-op if the sd corresponding to that device is there already 'echo "scsi remove-single-device a b c d" > /proc/scsi/scsi' //works 'echo "scsi ad

[PATCH 0/3] Add disk hotswap support to libata

2005-07-21 Thread Lukasz Kosewski
Hey all, introductory blurb here. This sequence of patches will add a framework to libata to allow for hot-swapping disks in and out. There are three patches: 01-promise_sataII150_support 02-libata_hotswap_infrastructure 03-promise_hotswap_support The rationale for each will be described in f