summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-12[SCSI] advansys: Sort out debug macrosMatthew Wilcox1-366/+262
2007-10-12[SCSI] advansys: Remove library version & serial numbersMatthew Wilcox1-45/+15
2007-10-12[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox1-81/+51
2007-10-12[SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox1-24/+16
2007-10-12[SCSI] advansys: Sort out irq number messMatthew Wilcox1-198/+189
2007-10-12[SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox1-3/+2
2007-10-12[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox1-2/+0
2007-10-12[SCSI] advansys: Improve reset handlerMatthew Wilcox1-61/+22
2007-10-12[SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox1-49/+39
2007-10-12[SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox1-92/+39
2007-10-12[SCSI] advansys: Remove array of scsi targetsMatthew Wilcox1-10/+0
2007-10-12[SCSI] advansys: Eliminate prototypesMatthew Wilcox1-6230/+6043
2007-10-12[SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox6-43/+42
2007-10-12[SCSI] gdth: Stop abusing ->done for internal commandsMatthew Wilcox2-10/+13
2007-10-12[SCSI] qlogicpti: Add a slave_configure methodMatthew Wilcox2-147/+27
2007-10-12[SCSI] aic94xx: fix SSP IU status print-outJeff Garzik1-1/+1
2007-10-12[SCSI] mptctl : shutup uninitialized variable warningsEric Moore1-5/+3
2007-10-12[SCSI] mptlan: bug fix, only half the message frame is dma'd resulting in cor...Eric Moore1-0/+2
2007-10-12[SCSI] mpt fusion: fix up fusion prints using the sdev_printk, dev_printk, an...Eric Moore4-18/+20
2007-10-12[SCSI] mpt fusion: lock down ScsiLookupEric Moore5-87/+149
2007-10-12[SCSI] mpt fusion: Fix sparse warningsEric Moore3-22/+28
2007-10-12[SCSI] mpt fusion: add use of shost_priv and remove all the typecastingEric Moore5-76/+62
2007-10-12[SCSI] Fix mistaken uses of ->doneMatthew Wilcox4-9/+9
2007-10-12[SCSI] pluto: Don't abuse ->done for internal commandsMatthew Wilcox1-2/+1
2007-10-12[SCSI] Fix device not ready printkJames Bottomley2-5/+19
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox11-163/+148
2007-10-12[SCSI] fix scsi_is_sdev_device() after switch to default sdev attributesKay Sievers1-1/+1
2007-10-12[SCSI] ips: Update version informationBernhard Walle2-7/+8
2007-10-12[SCSI] ips: Close narrow race in releaseMatthew Wilcox1-1/+2
2007-10-12[SCSI] aic94xx: Free scsi host on errorMatthew Wilcox1-8/+9
2007-10-12[SCSI] qlogicfas: Close narrow race in releaseMatthew Wilcox1-1/+1
2007-10-12[SCSI] aha152x: Close narrow race in releaseMatthew Wilcox1-2/+2
2007-10-12[SCSI] ncr53c8xx: Call scsi_host_put in releaseMatthew Wilcox2-8/+5
2007-10-12[SCSI] ide-scsi: Close narrow race in releaseMatthew Wilcox1-1/+1
2007-10-12[SCSI] ibmmca: Stop leaking scsi_hosts on exitMatthew Wilcox1-0/+1
2007-10-12[SCSI] scsi_scan: Cope with kthread_run failingMatthew Wilcox1-1/+4
2007-10-12[SCSI] Improve error message when offlining a deviceMatthew Wilcox1-3/+2
2007-10-12[SCSI] sg: use idr to replace static arraysJames Bottomley1-141/+112
2007-10-12[SCSI] osst: Use mutex instead of semaphoreMatthias Kaehlcke2-9/+10
2007-10-12[SCSI] arcmsr: irq handler fixes, cleanups, micro-optsJeff Garzik1-1/+1
2007-10-12[SCSI] arcmsr: Fix hardware wait loopsJeff Garzik1-0/+2
2007-10-12[SCSI] qla2xxx: Update version number to 8.02.00-k4.Andrew Vasquez1-1/+1
2007-10-12[SCSI] qla2xxx: Limit iIDMA speed adjustments.Andrew Vasquez1-8/+2
2007-10-12[SCSI] qla2xxx: Rework MSI-X handlers.Andrew Vasquez1-5/+2
2007-10-12[SCSI] qla2xxx: Clear options-flags while staging firmware-execution.Andrew Vasquez1-1/+2
2007-10-12[SCSI] qla2xxx: Sparse cleanups in qla_mid.cAndrew Vasquez1-32/+2
2007-10-12[SCSI] qla2xxx: Cleanup several 'sparse' warnings.Andrew Vasquez1-2/+2
2007-10-12[SCSI] qla2xxx: Use shost_priv().Andrew Vasquez5-60/+58
2007-10-12[SCSI] qla2xxx: Remove unused member (list) from srb_t structure.Andrew Vasquez1-2/+0
2007-10-12[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW.Seokmann Ju5-13/+22