public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH 00/11] isci fixes: hotplug
Date: Thu, 27 Oct 2011 15:04:45 -0700	[thread overview]
Message-ID: <20111027220346.4941.43260.stgit@localhost6.localdomain6> (raw)

This series addresses some crash and hang conditions related to device
removal, error handling, and discovery.

Patch 11 "isci: overriding max_concurr_spinup..." is a straightforward
fix for handling a module parameter, but does not directly address a
crash or hang condition (i.e. it could wait for 3.3).

Per the RFC [1] there are other libsas changes that need to occur around
eh versus discovery that are a pre-requisite for further cleanups and
fixes to isci error handling.

--
Dan

[1]: http://marc.info/?l=linux-scsi&m=131941375221687&w=2

---

Andrzej Jakowski (1):
      isci: overriding max_concurr_spinup oem parameter by max(oem, user)

Dan Williams (1):
      isci: revert bcn filtering

Jeff Skirvin (9):
      isci: Lookup device references through requests in completions.
      isci: Immediately fail I/O to removed devices.
      isci: Fix tag leak in tasks and terminated requests.
      isci: Handle task request timeouts correctly.
      isci: No task_done callbacks in error handler paths.
      isci: Fix task management for SMP, SATA and on dev remove.
      isci: Remove redundant isci_request.ttype field.
      isci: No need to manage the pending reset bit on pending requests.
      isci: Fix hard reset timeout conditions.


 drivers/scsi/isci/host.c          |   23 +
 drivers/scsi/isci/init.c          |    2 
 drivers/scsi/isci/port.c          |  146 +++-----
 drivers/scsi/isci/port.h          |    6 
 drivers/scsi/isci/probe_roms.h    |    4 
 drivers/scsi/isci/remote_device.c |   85 -----
 drivers/scsi/isci/remote_device.h |    5 
 drivers/scsi/isci/request.c       |   52 +--
 drivers/scsi/isci/request.h       |    6 
 drivers/scsi/isci/task.c          |  698 ++++++++++++-------------------------
 drivers/scsi/isci/task.h          |   35 --
 11 files changed, 337 insertions(+), 725 deletions(-)

             reply	other threads:[~2011-10-27 22:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-27 22:04 Dan Williams [this message]
2011-10-27 22:04 ` [PATCH 01/11] isci: Lookup device references through requests in completions Dan Williams
2011-10-27 22:04 ` [PATCH 02/11] isci: Immediately fail I/O to removed devices Dan Williams
2011-10-27 22:05 ` [PATCH 03/11] isci: Fix tag leak in tasks and terminated requests Dan Williams
2011-10-27 22:05 ` [PATCH 04/11] isci: Handle task request timeouts correctly Dan Williams
2011-10-27 22:05 ` [PATCH 05/11] isci: No task_done callbacks in error handler paths Dan Williams
2011-10-27 22:05 ` [PATCH 06/11] isci: Fix task management for SMP, SATA and on dev remove Dan Williams
2011-10-27 22:05 ` [PATCH 07/11] isci: Remove redundant isci_request.ttype field Dan Williams
2011-10-31  9:23   ` James Bottomley
2011-10-27 22:05 ` [PATCH 08/11] isci: No need to manage the pending reset bit on pending requests Dan Williams
2011-10-27 22:05 ` [PATCH 09/11] isci: Fix hard reset timeout conditions Dan Williams
2011-10-27 22:05 ` [PATCH 10/11] isci: revert bcn filtering Dan Williams
2011-10-27 22:05 ` [PATCH 11/11] isci: overriding max_concurr_spinup oem parameter by max(oem, user) Dan Williams

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=20111027220346.4941.43260.stgit@localhost6.localdomain6 \
    --to=dan.j.williams@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox