[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110222201025.21961.82560.stgit@beardog.cce.hp.com>
Date: Tue, 22 Feb 2011 14:14:11 -0600
From: "Stephen M. Cameron" <scameron@...rdog.cce.hp.com>
To: axboe@...nel.dk
Cc: mikem@...rdog.cce.hp.com, akpm@...ux-foundation.org,
thenzl@...hat.com, linux-kernel@...r.kernel.org,
smcameron@...oo.com
Subject: [PATCH 0/6] cciss: Feb 22, 2010 updates
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists