summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig107-181/+180
2005-11-09[SCSI] sd: fix issue_flushJames Bottomley1-13/+9
2005-11-08[SCSI] Fix refcount leak in scsi_report_lun_scanAlan Stern1-3/+5
2005-11-08[SCSI] fix usb storage oopsgoggin, edward1-1/+8
2005-11-08Merge by hand (conflicts between pending drivers and kfree cleanups)James Bottomley21-4713/+1095
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl21-141/+73
2005-11-07[PATCH] drivers/scsi: fix-up schedule_timeout() usageNishanth Aravamudan7-53/+25
2005-11-07[PATCH] fix remaining missing includesTim Schmielau4-0/+7
2005-11-06[SCSI] ipr: Driver version 2.1.0brking@us.ibm.com1-2/+2
2005-11-06[SCSI] ipr: Better handle failure of adapter bringup commandsbrking@us.ibm.com2-9/+52
2005-11-06[SCSI] ipr: Increase ipr device scanning limitsbrking@us.ibm.com1-3/+3
2005-11-06[SCSI] ipr: New PCI Idsbrking@us.ibm.com2-1/+25
2005-11-06[SCSI] ipr: Support device reset to RAID disksbrking@us.ibm.com1-1/+1
2005-11-06[SCSI] ipr: Support new device queueing modelbrking@us.ibm.com2-11/+66
2005-11-06[SCSI] ipr: New adapter error typesbrking@us.ibm.com2-1/+241
2005-11-06[SCSI] ipr: Handle device autosensebrking@us.ibm.com1-6/+12
2005-11-06[SCSI] ipr: Module parm to disable RAID 0 auto createbrking@us.ibm.com1-0/+5
2005-11-06[SCSI] ipr: Runtime resetbrking@us.ibm.com2-1/+5
2005-11-06[SCSI] ipr: handle new adapter errorsbrking@us.ibm.com2-12/+81
2005-11-06[SCSI] ipr: Provide reset_adapter retry method for offlined adaptersbrking@us.ibm.com1-0/+69
2005-11-06[SCSI] ipr: Runtime debugging optionsbrking@us.ibm.com2-27/+6
2005-11-06[SCSI] ipr: Fix adapter microcode update DMA mapping leakbrking@us.ibm.com2-49/+56
2005-11-06[SCSI] ipr: Convert to use kzallocbrking@us.ibm.com1-14/+4
2005-11-06[SCSI] ipr: Write caching state host attributebrking@us.ibm.com2-9/+210
2005-11-06[SCSI] ipr: slave_alloc optimizationbrking@us.ibm.com1-2/+4
2005-11-06[SCSI] ipr: Prevent upper layer driver bindingbrking@us.ibm.com1-1/+3
2005-11-06[SCSI] ipr: Include all disks in supported listbrking@us.ibm.com1-1/+1
2005-11-06[SCSI] ipr: Error logging cleanupbrking@us.ibm.com1-3/+3
2005-11-06[SCSI] ipr: Handle unknown errorsbrking@us.ibm.com1-5/+1
2005-11-06[SCSI] ipr: Generic adapter error cleaupbrking@us.ibm.com1-3/+0
2005-11-06[SCSI] ipr: Physical resource error logging macrobrking@us.ibm.com2-29/+17
2005-11-06[SCSI] ipr: Cleanup error structuresbrking@us.ibm.com2-53/+36
2005-11-06[SCSI] ipr: Disk array rescanning fixbrking@us.ibm.com1-0/+1
2005-11-06[SCSI] remove the obsolete SCSI qlogicisp driverAdrian Bunk5-4000/+0
2005-11-06[SCSI] aic79xx: remove scsi_assign_lock usageChristoph Hellwig1-23/+14
2005-11-06[SCSI] aic7xxx: remove scsi_assign_lock usageChristoph Hellwig1-23/+16
2005-11-06[SCSI] megaraid (legacy): remove scsi_assign_lock usageChristoph Hellwig2-28/+14
2005-11-06[SCSI] megaraid_mbox: remove scsi_assign_lock usageChristoph Hellwig2-66/+17
2005-11-06[SCSI] megaraid_sas: fix EH lockingChristoph Hellwig1-5/+0
2005-11-06[SCSI] use a completion in scsi_send_eh_cmndChristoph Hellwig2-79/+29
2005-11-06[SCSI] remove scsi_wait_reqChristoph Hellwig1-49/+0
2005-11-06[SCSI] remove Scsi_Host.eh_activeChristoph Hellwig1-4/+0
2005-11-06[SCSI] tidy up scsi_error_handlerChristoph Hellwig1-29/+17
2005-11-06[SCSI] ide-scsi fails to call idescsi_check_condition for things like "Medium...Willem Riede1-2/+3
2005-11-06[SCSI] ips: remove "Version Matching"Jack Hammer1-135/+3
2005-11-06[SCSI] raid class updateJames Bottomley1-24/+72
2005-11-06[SCSI] Fix transport class oopsJames Bottomley1-3/+6
2005-11-05[libata] restore sg on DMA mapping failureTejun Heo1-2/+8
2005-11-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds125-36804/+28676
2005-11-05[SCSI] sd: Fix refcountingAlan Stern1-37/+62