aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
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] 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
2007-10-12[SCSI] qla2xxx: Use the correct pointer-address during NVRAM writes.Andrew Vasquez1-1/+1
2007-10-12[SCSI] qla2xxx: Set correct attribute count during FDMI RPA.Andrew Vasquez2-3/+5
2007-10-12[SCSI] qla2xxx: Correct infinite-login-retry issue.Ravi Anand1-1/+3
2007-10-12[SCSI] qla2xxx: Query additional RISC registers during ISP25XX firmware dump.Andrew Vasquez3-1/+21
2007-10-12[SCSI] qla2xxx: Correct staging of RISC while attempting to pause.Andrew Vasquez1-13/+10
2007-10-12[SCSI] qla2xxx: Query additional RISC information during a pause.Andrew Vasquez2-1/+56
2007-10-12[SCSI] qla2xxx: Add PCI error recovery support.Seokmann Ju3-1/+142
2007-10-12[SCSI] qla2xxx: Allow region-based flash-part accesses.Joe Carnuccio4-20/+96
2007-10-12[SCSI] qla2xxx: Add flash burst-read/write support.Andrew Vasquez4-56/+220
2007-10-12[SCSI] qla2xxx: Collapse and simplify ISP2XXX firmware dump routines.Andrew Vasquez2-1273/+560
2007-10-12[SCSI] move ULD attachment into the prep functionJames Bottomley3-80/+111
2007-10-12[SCSI] Fix ibmvscsi client for multiplatform iSeries+pSeries kernelDavid Woodhouse5-100/+130
2007-10-12[SCSI] dtc: Fix typoAlan Cox1-1/+1
2007-10-12[SCSI] eata_pio: Clean up proc handling, bracketing and use cpu_relax()Alan Cox1-49/+39