aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss_scsi.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2013-04-09cciss: switch to ->show_info()Gravatar Al Viro 1-51/+45
2012-09-18cciss: fix handling of protocol errorGravatar Stephen M. Cameron 1-0/+1
2012-08-21cciss: fix incorrect scsi status reportingGravatar Stephen M. Cameron 1-10/+1
2012-03-22cciss: Fix scsi tape io with more than 255 scatter gather elementsGravatar Stephen M. Cameron 1-1/+1
2012-03-22cciss: Initialize scsi host max_sectors for tape drive supportGravatar Stephen M. Cameron 1-0/+1
2011-11-16cciss: auto engage SCSI mid layer at driver load timeGravatar Stephen M. Cameron 1-0/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-06cciss: add cciss_tape_cmds module paramterGravatar Stephen M. Cameron 1-18/+23
2011-03-12Revert "cciss: Add missing allocation in scsi_cmd_stack_setup and correspond...Gravatar Jens Axboe 1-9/+0
2011-03-12cciss: fix missed command status value CMD_UNABORTABLEGravatar Stephen M. Cameron 1-2/+11
2011-03-11cciss: Add missing allocation in scsi_cmd_stack_setup and corresponding deal...Gravatar Stephen M. Cameron 1-0/+9
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-3/+5
2010-08-07cciss: change printks to dev_warn, etc.Gravatar Stephen M. Cameron 1-85/+74
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Gravatar Stephen M. Cameron 1-4/+6
2010-08-07cciss: use consistent variable namesGravatar Stephen M. Cameron 1-303/+288
2010-08-07cciss: Set the performant mode bit in the scsi half of the driverGravatar Stephen M. Cameron 1-18/+2
2010-08-07cciss: remove errant debug codeGravatar Mike Miller 1-2/+0
2010-08-07cciss: add performant mode support for Stars/SiriusGravatar Mike Miller 1-2/+4
2010-06-15cciss: set SCSI max cmd len to 16, as default is wrongGravatar Stephen M. Cameron 1-0/+1
2010-06-01cciss: call BUG() earlierGravatar Dan Carpenter 1-1/+1
2010-02-28cciss: Fix problem with scatter gather elements in the scsi half of the driverGravatar Stephen M. Cameron 1-26/+59
2010-02-28cciss: eliminate unnecessary pointer use in cciss scsi codeGravatar Stephen M. Cameron 1-16/+15
2010-02-28cciss: do not use void pointer for scsi hba dataGravatar Stephen M. Cameron 1-13/+10
2010-02-28cciss: detect bad alignment of scsi commands at build timeGravatar Stephen M. Cameron 1-4/+8
2009-11-13cciss: Fix weird usage of ENXIO in cciss_scsi.cGravatar Stephen M. Cameron 1-1/+1
2009-11-13cciss: fix typo that causes scsi status to be lost.Gravatar Stephen M. Cameron 1-1/+1
2009-06-09cciss: decode unit attention in SCSI error handling codeGravatar scameron@beardog.cca.cpqcorp.net 1-7/+16
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.Gravatar scameron@beardog.cca.cpqcorp.net 1-15/+9
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()Gravatar scameron@beardog.cca.cpqcorp.net 1-22/+4
2009-06-09cciss: Use schedule_timeout_uninterruptible in SCSI error handling codeGravatar scameron@beardog.cca.cpqcorp.net 1-1/+1
2009-06-02cciss: use schedule_timeout_interruptible()Gravatar Andrew Morton 1-2/+1
2009-06-02cciss: fix SCSI device reset handlerGravatar Stephen M. Cameron 1-6/+79
2008-10-09cciss: Fix cciss SCSI rescan code to better notice device changesGravatar scameron@beardog.cca.cpqcorp.net 1-53/+98
2008-08-06cciss: add support for multi lun tape devicesGravatar Mike Miller 1-3/+37
2008-08-06cciss: change the way we notify scsi midlayer of tape drivesGravatar Mike Miller 1-39/+118
2008-04-21cciss: fix warning oops on rmmod of driverGravatar scameron@beardog.cca.cpqcorp.net 1-1/+1
2008-03-04resubmit: cciss: procfs updates to display info about manyGravatar Mike Miller 1-7/+3
2008-02-03drivers/block/: Spelling fixesGravatar Joe Perches 1-2/+2
2007-10-29cciss: update copyright noticesGravatar Mike Miller 1-7/+7
2007-05-29[SCSI] cciss: convert to use the data buffer accessorsGravatar FUJITA Tomonori 1-53/+22
2007-05-08cciss: include scsi/scsi.h unconditionallyGravatar Stephen Cameron 1-1/+0
2006-10-01[PATCH] completions: lockdep annotate on stack completionsGravatar Peter Zijlstra 1-1/+1
2006-08-06[SCSI] Improve inquiry printingGravatar Matthew Wilcox 1-9/+5
2006-06-06[SCSI] fix up request buffer reference in various scsi driversGravatar Christoph Hellwig 1-3/+3
2006-03-27[PATCH] kzalloc() conversion in drivers/blockGravatar Eric Sesterhenn 1-2/+1
2006-03-24BUG_ON() Conversion in drivers/block/Gravatar Eric Sesterhenn 1-1/+1
2006-01-08[PATCH] cciss: adds MSI and MSI-X supportGravatar Mike Miller 1-1/+1
2005-11-15[PATCH] cciss_scsi warning fixGravatar Grant Coady 1-1/+1
2005-11-06[SCSI] cciss: scsi error handlingGravatar mike.miller@hp.com 1-1/+81