All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Lord <lkml@rtr.ca>
To: Linux Kernel <linux-kernel@vger.kernel.org>, linux-scsi@vger.kernel.org
Subject: [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2
Date: Tue, 21 Sep 2004 13:35:38 -0400	[thread overview]
Message-ID: <4150666A.90807@rtr.ca> (raw)

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]

Here is round-two for the Pacific Digital QStor SATA/RAID driver.

Most of the original concerns have been addressed,
and a few bugs fixed in the interim.

This driver does not share code (yet) with libata, due to the
difficulty of doing so at present -- the vendor wants the same
source code to be usable (eventually) on early 2.4.xx kernels
which lack libata, and much of the existing libata code requires
libata-specific data structures.  We'll work on that later.

New in this version is a scsi_worker_thread, used to feed drive
hotplug events back to the mid-layer.  During testing we discovered
that this is very unsafe to do from "normal" driver context,
since the mid-layer promptly calls back into the driver in the
same context, causing all kinds of locking issues and whatnot.

Feedback is appreciated, but please keep it civil, guys!

Cheers
-- 
Mark Lord
(hdparm keeper & the original "Linux IDE Guy")

[-- Attachment #2: qstor-21sep04.patch.gz --]
[-- Type: application/x-gzip, Size: 38459 bytes --]

             reply	other threads:[~2004-09-21 17:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-21 17:35 Mark Lord [this message]
2004-09-21 17:58 ` [PATCH] QStor SATA/RAID v.96 for 2.6.9-rc2 Mark Lord
2004-09-21 17:58   ` Mark Lord
2004-09-21 18:21   ` Jeff Garzik
2004-09-21 19:21     ` Mark Lord
2004-09-21 19:26       ` Jeff Garzik

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=4150666A.90807@rtr.ca \
    --to=lkml@rtr.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.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.