public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] cciss: Feb 22, 2010 updates
@ 2011-02-22 20:14 Stephen M. Cameron
  2011-02-22 20:14 ` [PATCH 1/6] cciss: host tag masking out of loop Stephen M. Cameron
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Stephen M. Cameron @ 2011-02-22 20:14 UTC (permalink / raw)
  To: axboe; +Cc: mikem, akpm, thenzl, linux-kernel, smcameron

The following series implements mostly minor fixes.
Hoisted a tag masking operation out of a loop.  Inform
the controller that we're using 32-bit tags.  Mask off
low error bits prior to calling pci_free_consistent.
Removed an unnecessary cast of kmalloc return value.
Fixed a missing command status of CMD_UNABORTABLE.
Added cciss_tape_cmds module parameter to allow reserving
more commands for use with SCSI tape drives.

---

Stephen M. Cameron (6):
      cciss: host tag masking out of loop
      cciss: Inform controller we are using 32-bit tags.
      cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci_free_consistent
      cciss: remove unnecessary casts
      cciss: fix missed command status value CMD_UNABORTABLE
      cciss: add cciss_tape_cmds module paramter


 Documentation/blockdev/cciss.txt |   16 ++++++++++
 drivers/block/cciss.c            |   58 ++++++++++++++++++++++++++------------
 drivers/block/cciss_cmd.h        |    1 +
 drivers/block/cciss_scsi.c       |   45 +++++++++++++++++------------
 drivers/block/cciss_scsi.h       |    4 ---
 5 files changed, 83 insertions(+), 41 deletions(-)

-- 
-- steve

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

end of thread, other threads:[~2011-02-23  8:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 20:14 [PATCH 0/6] cciss: Feb 22, 2010 updates Stephen M. Cameron
2011-02-22 20:14 ` [PATCH 1/6] cciss: host tag masking out of loop Stephen M. Cameron
2011-02-22 20:14 ` [PATCH 2/6] cciss: Inform controller we are using 32-bit tags Stephen M. Cameron
2011-02-22 20:14 ` [PATCH 3/6] cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci_free_consistent Stephen M. Cameron
2011-02-23  8:43   ` Jack Stone
2011-02-22 20:14 ` [PATCH 4/6] cciss: remove unnecessary casts Stephen M. Cameron
2011-02-22 20:14 ` [PATCH 5/6] cciss: fix missed command status value CMD_UNABORTABLE Stephen M. Cameron
2011-02-22 20:14 ` [PATCH 6/6] cciss: add cciss_tape_cmds module paramter Stephen M. Cameron

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