aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-30[PATCH] fix missing includesTim Schmielau1-3/+7
2005-09-13[PATCH] cciss: SCSI tape info for /procMike Miller1-3/+24
2005-09-13[PATCH] cciss: One Button Disaster Recovery supportMike Miller1-12/+29
2005-09-13[PATCH] cciss: direct lookup for command completionsMike Miller1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1417