aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2-42/+70
2009-01-07fastboot: make scsi probes asynchronousArjan van de Ven2-42/+70
2009-01-06trivial: Fix misspelling of "firmware" in qla1280.cNick Andrew1-2/+2
2009-01-06trivial: Fix misspelling of "firmware" in a100u2w.cNick Andrew1-1/+1
2009-01-06trivial: Fix misspelling of "firmware" in megaraid.cNick Andrew1-2/+2
2009-01-06trivial: Fix misspelling of "firmware" in ql4_mbx.cNick Andrew1-1/+1
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2-7/+7
2009-01-06trivial: fix singal -> signal typoFrederik Schwarzer1-1/+1
2009-01-02remove ide-scsiFUJITA Tomonori3-845/+4
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds115-5406/+24604
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-11/+21
2008-12-30[SCSI] fcoe: fix configuration problemsJames Bottomley1-2/+2
2008-12-30[SCSI] cxgb3i: fix select/depend problemJames Bottomley1-0/+1
2008-12-30[SCSI] fcoe: fix incorrect use of struct moduleJames Bottomley1-5/+5
2008-12-30[SCSI] cxgb3i: remove use of skb->spKaren Xie2-7/+7
2008-12-30[SCSI] cxgb3i: Add cxgb3i iSCSI driver.Karen Xie13-0/+4788
2008-12-29ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz1-11/+21
2008-12-29[SCSI] qla2xxx: changes in multiq codeAnirban Chakraborty8-115/+174
2008-12-29[SCSI] eata: fix the data buffer accessors conversion regressionFUJITA Tomonori1-3/+12
2008-12-29[SCSI] ibmvfc: Improve async event handlingBrian King2-5/+7
2008-12-29[SCSI] lpfc : correct printk types on PPC compilesJames Smart2-8/+12
2008-12-29[SCSI] ipr: fix lockdep warning from ipr_ioa_reset_doneMark Nelson1-2/+2
2008-12-29[SCSI] fc transport: pre-emptively terminate i/o upon dev_loss_tmo timeoutJames Smart1-3/+10
2008-12-29[SCSI] qla2xxx: add support for multi-queue adapterAnirban Chakraborty16-461/+1443
2008-12-29[SCSI] fcoe: Fibre Channel over EthernetRobert Love6-0/+2466
2008-12-29[SCSI] libfc: A modular Fibre Channel libraryRobert Love10-0/+8020
2008-12-29[SCSI] ibmvscsi: Don't fail EH due to insufficient resourcesBrian King1-2/+2
2008-12-29[SCSI] scsi_transport_spi: fix the misuse of scsi_execute return valueFUJITA Tomonori1-1/+1
2008-12-29[SCSI] st: convert st_int_ioctl to use st_scsi_kern_executeFUJITA Tomonori1-3/+6
2008-12-29[SCSI] st: convert get_location to use st_scsi_kern_executeFUJITA Tomonori1-4/+11
2008-12-29[SCSI] st: convert write_mode_page to use st_scsi_kern_executeFUJITA Tomonori1-7/+14
2008-12-29[SCSI] st: convert read_mode_page to use st_scsi_kern_executeFUJITA Tomonori1-6/+10
2008-12-29[SCSI] st: convert check_tape to use st_scsi_kern_executeFUJITA Tomonori1-10/+18
2008-12-29[SCSI] st: convert st_flush to use st_scsi_kern_executeFUJITA Tomonori1-4/+10
2008-12-29[SCSI] st: convert cross_eof to use st_scsi_kern_executeFUJITA Tomonori1-7/+14
2008-12-29[SCSI] st: convert do_load_unload to use st_scsi_kern_executeFUJITA Tomonori1-4/+9
2008-12-29[SCSI] st: convert set_location to use st_scsi_kern_executeFUJITA Tomonori1-4/+8
2008-12-29[SCSI] st: convert test_ready to use st_scsi_kern_executeFUJITA Tomonori1-8/+11
2008-12-29[SCSI] st: add st_scsi_kern_execute helper functionFUJITA Tomonori1-0/+22
2008-12-29[SCSI] st: move st_request initialization to st_allocate_request form st_do_scsiFUJITA Tomonori1-13/+19
2008-12-29[SCSI] lpfc 8.3.0 : Update driver version to 8.3.0James Smart1-1/+1
2008-12-29[SCSI] lpfc 8.3.0 : Hook lpfc's debugfs into KconfigJames Smart4-9/+16
2008-12-29[SCSI] lpfc 8.3.0 : Add BlockGuard support (T10-DIF) codeJames Smart5-17/+1026
2008-12-29[SCSI] lpfc 8.3.0 : Add BlockGuard support (T10-DIF) structs and defsJames Smart6-10/+432
2008-12-29[SCSI] lpfc 8.3.0 : Fix some memory handling issuesJames Smart3-74/+23
2008-12-29[SCSI] lpfc 8.3.0 : Add active interrupt test for enabling MSI/MSI-X/INTxJames Smart4-154/+302
2008-12-29[SCSI] lpfc 8.3.0 : Fix several minor issuesJames Smart8-50/+41
2008-12-29[SCSI] lpfc 8.3.0 : Fix issue with assumed Interrupt Enable Block supportJames Smart2-8/+6
2008-12-29[SCSI] lpfc 8.3.0 : Added 3 small features and improve PCI EEH supportJames Smart5-11/+139
2008-12-29[SCSI] lpfc 8.3.0 : Fix multiple NPIV issuesJames Smart6-35/+78