summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2008-10-23[SCSI] aic79xx: fix shadowed variables, add staticsHarvey Harrison1-9/+4
2008-10-23[SCSI] aic7xxx: update *_shipped filesDenys Vlasenko4-4197/+133
2008-10-23[SCSI] aic7xxx: update .reg filesDenys Vlasenko2-0/+309
2008-10-23[SCSI] aic7xxx: introduce "dont_generate_debug_code" keyword in aicasm parserDenys Vlasenko4-1/+16
2008-10-23[SCSI] scsi_dh: Initialize path state to be passive when path is not ownedChandra Seetharaman1-0/+3
2008-10-23[SCSI] fix removable device inability to detect disk changesJames Bottomley1-11/+10
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds45-1085/+7916
2008-10-16device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman5-18/+14
2008-10-15[SCSI] sd: fix compile failure with CONFIG_BLK_DEV_INTEGRITY=nJames Bottomley1-5/+14
2008-10-14m68k: Atari SCSI needs NVRAMGeert Uytterhoeven1-0/+1
2008-10-14m68k: Remove the broken Hades supportAdrian Bunk3-500/+3
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-69/+33
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds5-200/+182
2008-10-13ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz1-2/+0
2008-10-13ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-4/+5
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz1-8/+1
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz1-10/+1
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz1-2/+4
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz1-1/+1
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz1-21/+4
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz1-30/+28
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz1-3/+2
2008-10-13libiscsi: fix locking in iscsi_eh_device_resetMike Christie1-7/+2
2008-10-13libiscsi: check reason why we are stopping iscsi session to determine error v...Mike Christie1-1/+1
2008-10-13[SCSI] iscsi_tcp: return a descriptive error value during connection errorsMike Christie1-5/+7
2008-10-13[SCSI] libiscsi: rename host reset to target resetMike Christie2-6/+6
2008-10-13[SCSI] iscsi class: fix endpoint id handlingMike Christie1-4/+5
2008-10-13[SCSI] libiscsi: Support drivers initiating session removalMike Christie4-12/+104
2008-10-13[SCSI] libiscsi: fix data corruption when target has to resend data-in packetsMike Christie2-30/+40
2008-10-13[SCSI] sd: Switch kernel printing level for DIF messagesMartin K. Petersen1-4/+4
2008-10-13[SCSI] sd: Correctly handle all combinations of DIF and DIXMartin K. Petersen3-19/+23
2008-10-13[SCSI] sd: Always print actual protection_typeMartin K. Petersen2-6/+2
2008-10-13[SCSI] sd: Issue correct protection operationMartin K. Petersen1-3/+4
2008-10-13[SCSI] scsi_error: fix target reset handlingJames Bottomley1-4/+15
2008-10-13[SCSI] lpfc 8.2.8 v2 : Add statistical reporting control and additional fc ve...James Smart18-15/+1207
2008-10-13[SCSI] lpfc 8.2.8 v2 : Add sysfs control of target queue depth handlingJames Smart6-0/+85
2008-10-13[SCSI] lpfc 8.2.8 v2 : Revert target busy in favor of transport disruptedJames Smart1-4/+4
2008-10-13[SCSI] scsi_dh_alua: remove REQ_NOMERGEMike Christie1-1/+1
2008-10-13[SCSI] lpfc 8.2.8 : update driver version to 8.2.8James Smart1-1/+1
2008-10-13[SCSI] lpfc 8.2.8 : Add MSI-X supportJames Smart9-167/+699
2008-10-13[SCSI] lpfc 8.2.8 : Update driver to use new Host byte error code DID_TRANSPO...James Smart1-2/+3
2008-10-13[SCSI] lpfc 8.2.8 : Add support for PCI-EEH permanent disablingJames Smart5-3/+103
2008-10-13[SCSI] lpfc 8.2.8 : Add new FCOE hardware supportJames Smart7-19/+153
2008-10-13[SCSI] lpfc 8.2.8 : Miscellaneous Bug FixesJames Smart13-152/+219
2008-10-13[SCSI] lpfc 8.2.8 : Update driver for new SLI-3 featuresJames Smart9-219/+314
2008-10-13[SCSI] lpfc 8.2.8 : Miscellaneous Discovery FixesJames Smart4-110/+172
2008-10-13[SCSI] lpfc 8.2.8 : Add kernel-doc function headersJames Smart7-256/+4556
2008-10-13[SCSI] modify scsi to handle new fail fast flags.Mike Christie3-3/+38
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie5-6/+13