summaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* cciss: switch to ->show_info()Al Viro2013-04-091-51/+45
* cciss: fix handling of protocol errorStephen M. Cameron2012-09-181-0/+1
* cciss: fix incorrect scsi status reportingStephen M. Cameron2012-08-211-10/+1
* cciss: Fix scsi tape io with more than 255 scatter gather elementsStephen M. Cameron2012-03-221-1/+1
* cciss: Initialize scsi host max_sectors for tape drive supportStephen M. Cameron2012-03-221-0/+1
* cciss: auto engage SCSI mid layer at driver load timeStephen M. Cameron2011-11-161-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* cciss: add cciss_tape_cmds module paramterStephen M. Cameron2011-05-061-18/+23
* Revert "cciss: Add missing allocation in scsi_cmd_stack_setup and correspond...Jens Axboe2011-03-121-9/+0
* cciss: fix missed command status value CMD_UNABORTABLEStephen M. Cameron2011-03-121-2/+11
* cciss: Add missing allocation in scsi_cmd_stack_setup and corresponding deal...Stephen M. Cameron2011-03-111-0/+9
* SCSI host lock push-downJeff Garzik2010-11-161-3/+5
* cciss: change printks to dev_warn, etc.Stephen M. Cameron2010-08-071-85/+74
* cciss: separate cmd_alloc() and cmd_special_alloc()Stephen M. Cameron2010-08-071-4/+6
* cciss: use consistent variable namesStephen M. Cameron2010-08-071-303/+288
* cciss: Set the performant mode bit in the scsi half of the driverStephen M. Cameron2010-08-071-18/+2
* cciss: remove errant debug codeMike Miller2010-08-071-2/+0
* cciss: add performant mode support for Stars/SiriusMike Miller2010-08-071-2/+4
* cciss: set SCSI max cmd len to 16, as default is wrongStephen M. Cameron2010-06-151-0/+1
* cciss: call BUG() earlierDan Carpenter2010-06-011-1/+1
* cciss: Fix problem with scatter gather elements in the scsi half of the driverStephen M. Cameron2010-02-281-26/+59
* cciss: eliminate unnecessary pointer use in cciss scsi codeStephen M. Cameron2010-02-281-16/+15
* cciss: do not use void pointer for scsi hba dataStephen M. Cameron2010-02-281-13/+10
* cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron2010-02-281-4/+8
* cciss: Fix weird usage of ENXIO in cciss_scsi.cStephen M. Cameron2009-11-131-1/+1
* cciss: fix typo that causes scsi status to be lost.Stephen M. Cameron2009-11-131-1/+1
* cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-7/+16
* cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2009-06-091-15/+9
* cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net2009-06-091-22/+4
* cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-1/+1
* cciss: use schedule_timeout_interruptible()Andrew Morton2009-06-021-2/+1
* cciss: fix SCSI device reset handlerStephen M. Cameron2009-06-021-6/+79
* cciss: Fix cciss SCSI rescan code to better notice device changesscameron@beardog.cca.cpqcorp.net2008-10-091-53/+98
* cciss: add support for multi lun tape devicesMike Miller2008-08-061-3/+37
* cciss: change the way we notify scsi midlayer of tape drivesMike Miller2008-08-061-39/+118
* cciss: fix warning oops on rmmod of driverscameron@beardog.cca.cpqcorp.net2008-04-211-1/+1
* resubmit: cciss: procfs updates to display info about manyMike Miller2008-03-041-7/+3
* drivers/block/: Spelling fixesJoe Perches2008-02-031-2/+2
* cciss: update copyright noticesMike Miller2007-10-291-7/+7
* [SCSI] cciss: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-53/+22
* cciss: include scsi/scsi.h unconditionallyStephen Cameron2007-05-081-1/+0
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-011-1/+1
* [SCSI] Improve inquiry printingMatthew Wilcox2006-08-061-9/+5
* [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-061-3/+3
* [PATCH] kzalloc() conversion in drivers/blockEric Sesterhenn2006-03-271-2/+1
* BUG_ON() Conversion in drivers/block/Eric Sesterhenn2006-03-241-1/+1
* [PATCH] cciss: adds MSI and MSI-X supportMike Miller2006-01-081-1/+1
* [PATCH] cciss_scsi warning fixGrant Coady2005-11-151-1/+1
* [SCSI] cciss: scsi error handlingmike.miller@hp.com2005-11-061-1/+81
* [PATCH] fix missing includesTim Schmielau2005-10-301-3/+7