aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2013-04-09cciss: switch to ->show_info()Al Viro1-51/+45
2012-09-18cciss: fix handling of protocol errorStephen M. Cameron1-0/+1
2012-08-21cciss: fix incorrect scsi status reportingStephen M. Cameron1-10/+1
2012-03-22cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron1-1/+1
2012-03-22cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron1-0/+1
2011-11-16cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-06cciss: add cciss_tape_cmds module paramterStephen M. Cameron1-18/+23
2011-03-12Revert "cciss: Add missing allocation in scsi_cmd_stack_setup and corresponding deallocation"Jens Axboe1-9/+0
2011-03-12cciss: fix missed command status value CMD_UNABORTABLEStephen M. Cameron1-2/+11
2011-03-11cciss: Add missing allocation in scsi_cmd_stack_setup and corresponding deallocationStephen M. Cameron1-0/+9
2010-11-16SCSI host lock push-downJeff Garzik1-3/+5
2010-08-07cciss: change printks to dev_warn, etc.Stephen M. Cameron1-85/+74
2010-08-07cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron1-4/+6
2010-08-07cciss: use consistent variable namesStephen M. Cameron1-303/+288
2010-08-07cciss: Set the performant mode bit in the scsi half of the driverStephen M. Cameron1-18/+2
2010-08-07cciss: remove errant debug codeMike Miller1-2/+0
2010-08-07cciss: add performant mode support for Stars/SiriusMike Miller1-2/+4
2010-06-15cciss: set SCSI max cmd len to 16, as default is wrongStephen M. Cameron1-0/+1
2010-06-01cciss: call BUG() earlierDan Carpenter1-1/+1
2010-02-28cciss: Fix problem with scatter gather elements in the scsi half of the driverStephen M. Cameron1-26/+59
2010-02-28cciss: eliminate unnecessary pointer use in cciss scsi codeStephen M. Cameron1-16/+15
2010-02-28cciss: do not use void pointer for scsi hba dataStephen M. Cameron1-13/+10
2010-02-28cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron1-4/+8
2009-11-13cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron1-1/+1
2009-11-13cciss: fix typo that causes scsi status to be lost.Stephen M. Cameron1-1/+1
2009-06-09cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net1-7/+16
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net1-15/+9
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net1-22/+4
2009-06-09cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net1-1/+1
2009-06-02cciss: use schedule_timeout_interruptible()Andrew Morton1-2/+1
2009-06-02cciss: fix SCSI device reset handlerStephen M. Cameron1-6/+79
2008-10-09cciss: Fix cciss SCSI rescan code to better notice device changesscameron@beardog.cca.cpqcorp.net1-53/+98
2008-08-06cciss: add support for multi lun tape devicesMike Miller1-3/+37
2008-08-06cciss: change the way we notify scsi midlayer of tape drivesMike Miller1-39/+118
2008-04-21cciss: fix warning oops on rmmod of driverscameron@beardog.cca.cpqcorp.net1-1/+1
2008-03-04resubmit: cciss: procfs updates to display info about manyMike Miller1-7/+3
2008-02-03drivers/block/: Spelling fixesJoe Perches1-2/+2
2007-10-29cciss: update copyright noticesMike Miller1-7/+7
2007-05-29[SCSI] cciss: convert to use the data buffer accessorsFUJITA Tomonori1-53/+22
2007-05-08cciss: include scsi/scsi.h unconditionallyStephen Cameron1-1/+0
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-08-06[SCSI] Improve inquiry printingMatthew Wilcox1-9/+5
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-3/+3
2006-03-27[PATCH] kzalloc() conversion in drivers/blockEric Sesterhenn1-2/+1
2006-03-24BUG_ON() Conversion in drivers/block/Eric Sesterhenn1-1/+1
2006-01-08[PATCH] cciss: adds MSI and MSI-X supportMike Miller1-1/+1
2005-11-15[PATCH] cciss_scsi warning fixGrant Coady1-1/+1
2005-11-06[SCSI] cciss: scsi error handlingmike.miller@hp.com1-1/+81