aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-03-22scsi: link in the debug driver lastLinus Torvalds1-1/+3
2006-03-22[PATCH] ahci: add softresetTejun Heo1-1/+134
2006-03-22[PATCH] libata: do not ignore PIO-only devicesTejun Heo1-7/+0
2006-03-22[PATCH] libata: Symbol exportsAlan Cox1-0/+2
2006-03-22[PATCH] Update libata DMA blacklist to cover versions, and resync with IDE layerAlan Cox1-35/+59
2006-03-22[PATCH] libata: Fix a drive detection problemAlan Cox1-0/+10
2006-03-22[PATCH] libata: note missing posting in mmio cmd writeAlan Cox1-0/+2
2006-03-22Merge branch 'master'Jeff Garzik105-39894/+33695
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds104-39858/+33690
2006-03-22[PATCH] sg: use compound pagesNick Piggin1-34/+3
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+1
2006-03-21[libata sata_vsc, sata_svw] Convert #define'd constants to enumsJeff Garzik2-73/+78
2006-03-21[libata] sata_vsc: fix inconsistent NULL checkingDan Williams2-23/+32
2006-03-21[libata] fix oops on non-DMA bmdma hardwareJeff Garzik1-7/+10
2006-03-21[PATCH] libata: make irqtrap mode compileAlan Cox1-1/+1
2006-03-21[PATCH] libata: report which drive is causing mode problemsAlan Cox1-1/+1
2006-03-21[PATCH] libata: two new PCI helpersAlan Cox1-0/+36
2006-03-21[PATCH] libata: Note weakness in our PCI handling that one day wants fixingAlan Cox1-0/+1
2006-03-21[PATCH] libata: make code actually compile with debugging onAlan Cox1-1/+1
2006-03-21[PATCH] libata: pick a less confusion "um dunno" errorAlan Cox1-7/+5
2006-03-21[libata] sata_mv: off-by-1 fixMark Lord1-1/+4
2006-03-21[PATCH] libata: ata_scsi_slave_config cleanupBrian King1-25/+37
2006-03-21[PATCH] libata: Add some dummy noop functionsBrian King1-0/+3
2006-03-21[PATCH] libata-dev: Remove ATA_PROT_PIO_MULTAlbert Lee2-4/+4
2006-03-21[PATCH] libata-dev: add flush task to ata_exec_internal()Albert Lee1-0/+2
2006-03-21[libata] SCSI VPD page 0x83 fixesJeff Garzik1-18/+41
2006-03-22Fix "frist", "fisrt", typosUwe Zeisberger1-1/+1
2006-03-21[SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo18-16/+14
2006-03-21Merge ../linux-2.6James Bottomley25-1975/+3066
2006-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-0/+8
2006-03-20[libata] sata_mv: fix irq port status usageJeff Garzik1-1/+1
2006-03-20SCSI_AACRAID: add a help textAdrian Bunk1-0/+8
2006-03-19[SCSI] eliminate rphy allocation in favour of expander/end device allocationJames Bottomley1-45/+27
2006-03-19[SCSI] allow displaying and setting of cache type via sysfsJames Bottomley1-23/+113
2006-03-19[SCSI] add scsi_mode_select to scsi_lib.cJames Bottomley1-1/+80
2006-03-19[SCSI] 3ware 9000 add big endian supportadam radford2-83/+73
2006-03-16[PATCH] libata: move IDENTIFY info printing from ata_dev_read_id() to ata_dev...Tejun Heo1-6/+7
2006-03-16[PATCH] libata: use local *id instead of dev->id in ata_dev_configure()Tejun Heo1-16/+17
2006-03-16Merge branch 'master'Jeff Garzik3-1/+3
2006-03-14[SCSI] scsi: move target_destroy callMike Anderson1-3/+2
2006-03-14[SCSI] megaraid_sas: fix extended timeout handlingChristoph Hellwig1-20/+6
2006-03-14Merge ../linux-2.6James Bottomley17-100/+145
2006-03-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-1/+3
2006-03-14[SCSI] add preliminary expander support to the sas transport classJames Bottomley1-6/+135
2006-03-13[SCSI] FC transport : Avoid device offline cases by stalling aborts until dev...James Smart2-6/+40
2006-03-12[PATCH] libata: check Word 88 validity in ata_id_xfer_mask()Tejun Heo1-1/+4
2006-03-12[PATCH] libata: fix class handling in ata_bus_probe()Tejun Heo1-13/+11
2006-03-12[SCSI] fix minor problem in spi transport message functionsJames Bottomley1-1/+1
2006-03-12[SCSI] sim710: fix a NULL pointer dereferenceAdrian Bunk1-1/+1
2006-03-12[SCSI] ibmmca: fix a NULL pointer dereferenceAdrian Bunk1-2/+1
2006-03-12[SCSI] dmx3191d: fix a NULL pointer dereferenceAdrian Bunk1-1/+1
2006-03-12[SCSI] NCR_D700: fix a NULL dereferenceAdrian Bunk1-1/+1
2006-03-12[SCSI] Missing names from SPI3, SPI4 and SPI5Matthew Wilcox1-13/+13
2006-03-12[SCSI] qla2xxx: Firmware updates.Andrew Vasquez3-24719/+24866
2006-03-12[SCSI] qla2xxx: Remove legacy ISP6312 firmware loader.Andrew Vasquez2-7179/+0
2006-03-12[SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com4-8/+14
2006-03-12[SCSI] qla2xxx: Further restrict ZIO mode support.andrew.vasquez@qlogic.com4-13/+16
2006-03-12[SCSI] qla2xxx: Add VPD sysfs attribute.andrew.vasquez@qlogic.com4-2/+65
2006-03-12[SCSI] qla2xxx: Correct swing/emphasis settings on ISP24xx.andrew.vasquez@qlogic.com1-3/+3
2006-03-12[SCSI] qla2xxx: NVRAM id-list updates.andrew.vasquez@qlogic.com2-145/+80
2006-03-12[SCSI] qla2xxx: Consolidate ISP63xx handling.andrew.vasquez@qlogic.com6-29/+44
2006-03-12[SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com10-63/+92
2006-03-12[SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com4-81/+89
2006-03-12[SCSI] fix two leaks in scsi_alloc_sdev failure pathsDave Jones1-0/+1
2006-03-12[SCSI] Make sgiwd93_detect and sgiwd93_detect static.Ralf Baechle1-2/+2
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: don't use parenthesis with "return"Alexey Dobriyan1-65/+65
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: LindentAlexey Dobriyan1-4700/+4490
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBcardAlexey Dobriyan1-72/+71
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct NVRAMInfoAlexey Dobriyan1-14/+13
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_tar_infoAlexey Dobriyan1-27/+26
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_infoAlexey Dobriyan1-8/+7
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct _SCCBAlexey Dobriyan1-72/+71
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: use standard fixed size typesAlexey Dobriyan1-12/+6
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove ushort_ptrAlexey Dobriyan1-3/+2
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove ULONGAlexey Dobriyan1-191/+190
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove UINTAlexey Dobriyan1-8/+7
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove USHORTAlexey Dobriyan1-59/+58
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove UCHARAlexey Dobriyan1-339/+338
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove trivial wrappersAlexey Dobriyan1-35/+19
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove unused thingsAlexey Dobriyan1-344/+1
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman6-6/+30
2006-03-12[SCSI] aic79xx: Avoid renegotiation on inquiryHannes Reinecke1-24/+0
2006-03-12[SCSI] aic79xx: use BIOS settingsHannes Reinecke1-7/+28
2006-03-12[SCSI] aic79xx: Invalid Sequencer interrupt occuredHannes Reinecke1-2/+6
2006-03-12[SCSI] aic79xx: Update error recoveryHannes Reinecke1-124/+201
2006-03-12[SCSI] aic79xx: Remove dead codeHannes Reinecke3-62/+0
2006-03-12[SCSI] aic79xx: use tcq functionsHannes Reinecke1-9/+5
2006-03-12[SCSI] aic79xx: remove qfrozenHannes Reinecke2-82/+27
2006-03-12[SCSI] lpfc 8.1.4 : Change version number to 8.1.4James Smart1-1/+1
2006-03-12[SCSI] lpfc 8.1.4 : Two misc fixesJames Smart2-1/+3
2006-03-12[SCSI] lpfc 8.1.4 : Introduce lpfc_reset_barrier() function for resets on dua...James Smart5-9/+100
2006-03-12[SCSI] lpfc 8.1.4 : Fixed a timer panic due to timer firing after freeing ndlpJames Smart2-0/+15
2006-03-12[SCSI] lpfc 8.1.4 : Fixed RSCN handling when a PLOGI is in retryJames Smart4-45/+52
2006-03-12[SCSI] lpfc 8.1.4 : Fix Discovery processing for NPorts that change their NPo...James Smart4-94/+204
2006-03-12[SCSI] wd33c93: Fix missing prototypes by including <linux/interrupt.h>.Ralf Baechle1-1/+1
2006-03-11[PATCH] ahci: enable prefetching for PACKET commandsTejun Heo1-1/+2
2006-03-11libata: turn on ATAPI by defaultJeff Garzik1-1/+1
2006-03-11[PATCH] sata_sil24: lengthen softreset timeoutTejun Heo1-4/+4
2006-03-11[PATCH] sata_sil24: exit early from softreset if SStatus reports no deviceTejun Heo1-8/+14
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik1-10/+4
2006-03-11[PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo1-10/+4
2006-03-11[PATCH] libata: fix missing classes[] initialization in ata_bus_probe()Tejun Heo1-0/+3
2006-03-11[PATCH] libata: kill unused xfer_mode functionsTejun Heo1-90/+18
2006-03-11[PATCH] libata: reimplement ata_set_mode() using xfer_mask helpersTejun Heo1-154/+79
2006-03-11[PATCH] libata: use xfer_mask helpers in ata_dev_set_mode()Tejun Heo1-11/+4
2006-03-11[PATCH] libata: use ata_id_xfermask() in ata_dev_configure()Tejun Heo1-10/+6
2006-03-11[PATCH] libata: add xfer_mask handling functionsTejun Heo1-0/+147
2006-03-11[PATCH] libata: improve xfer mask constants and update ata_mode_string()Tejun Heo1-27/+17
2006-03-11[PATCH] libata: rename ATA_FLAG_FLUSH_PIO_TASK to ATA_FLAG_FLUSH_PORT_TASKTejun Heo1-3/+3
2006-03-11[PATCH] libata: kill unused pio_task and packet_taskTejun Heo1-68/+0
2006-03-11[PATCH] libata: convert pio_task and packet_task to port_taskTejun Heo1-77/+77
2006-03-11[PATCH] libata: implement port_taskTejun Heo3-0/+80
2006-03-11Merge branch 'master'Jeff Garzik1-1/+1
2006-03-09[SCSI] add missing transport_container_unregister in sas classJames Bottomley1-0/+1
2006-03-09[SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRSAndreas Herrmann1-1/+1
2006-03-07[SCSI] sr: partial revert of 24669f75a3231fa37444977c92d1f4838bec1233James Bottomley1-2/+4
2006-03-07[SCSI] osst: changes required to move forward to block requestWillem Riede2-225/+290
2006-03-06Allocate 96 bytes for SCSI sense data replyLinus Torvalds1-1/+1
2006-03-06[SCSI] lpfc: minor syntax fixesJames Bottomley2-1/+6
2006-03-06[PATCH] lpfc 8.1.3: Change version number to 8.1.3Jamie Wellnitz1-1/+1
2006-03-06[PATCH] lpfc 8.1.3: Fix polling mode panicJamie Wellnitz2-6/+16
2006-03-06[PATCH] lpfc 8.1.3: Protect NPL lists with host lockJamie Wellnitz2-30/+26
2006-03-06[PATCH] lpfc 8.1.3: Fix deadlock in lpfc_fdmi_tmo_handlerJamie Wellnitz1-6/+0
2006-03-06[PATCH] lpfc 8.1.3: Fix performance when using multiple SLI ringsJamie Wellnitz3-3/+50
2006-03-06[PATCH] lpfc 8.1.3: Remove unused MBhostaddr from lpfc_sli structureJamie Wellnitz1-3/+1
2006-03-06[PATCH] lpfc 8.1.3: PCI hrd_type should be obtained with pci_read_config_byte...Jamie Wellnitz1-2/+4
2006-03-06[PATCH] lpfc 8.1.3: Derive supported speeds from LMT field in the READ_CONFIGJamie Wellnitz3-94/+126
2006-03-06[PATCH] convert aic94xx over to using the sas transport end deviceJames Bottomley1-34/+165
2006-03-05[PATCH] sata_sil24: fix mwdma_mask settingTejun Heo1-0/+1
2006-03-05[PATCH] libata: revalidate after transfer mode configurationTejun Heo1-0/+6
2006-03-05[PATCH] libata: implement ata_dev_revalidate()Tejun Heo1-0/+115
2006-03-05[PATCH] libata: add @print_info argument to ata_dev_configure()Tejun Heo1-22/+32
2006-03-05[PATCH] libata: re-initialize parameters before configuringTejun Heo1-0/+9
2006-03-05[SCSI] scsi: aha152x pcmcia driver needs spi transportDominik Brodowski1-0/+1
2006-03-05[PATCH] sata_sil: cosmetic flag/constant changesTejun Heo1-8/+24
2006-03-05[PATCH] sata_sil: replace register address constants with sil_port[] entryTejun Heo1-28/+11
2006-03-05[PATCH] sata_sil: use kzallocTejun Heo1-2/+1
2006-03-05[PATCH] sata_sil: replace sil_3112_m15w board id with sil_3112Tejun Heo1-18/+7
2006-03-05[PATCH] ata_piix: rename PIIX_FLAG_IGN_PRESENT to PIIX_FLAG_IGNORE_PCSTejun Heo1-3/+3
2006-03-04[PATCH] sata_promise: Support FastTrak TX4300/TX4310Daniel Drake1-0/+2
2006-03-03[PATCH] libata: reorganize ata_bus_probe()Tejun Heo1-21/+25
2006-03-03[PATCH] libata: fold ata_dev_config() into ata_dev_configure()Tejun Heo1-31/+17
2006-03-03[PATCH] libata: separate out ata_dev_configure()Tejun Heo1-40/+40
2006-03-03[PATCH] libata: convert dev->id to pointerTejun Heo1-3/+17
2006-03-03[PATCH] ata_piix: reimplement piix_sata_probe()Tejun Heo1-23/+38
2006-03-03[PATCH] ata_piix: implement proper port mapTejun Heo1-60/+122
2006-03-03[PATCH] ata_piix: add a couple of flagsTejun Heo1-4/+7
2006-03-03[PATCH] ata_piix: finer-grained port_infoTejun Heo1-19/+58
2006-03-03[SCSI] make some sas class properties optionalJames Bottomley1-5/+31
2006-03-02[SCSI] qla2xxx: use kthread_ APIChristoph Hellwig6-74/+38
2006-03-02[SCSI] Add Brownie to blacklistMatthew Wilcox1-0/+1
2006-03-02[SCSI] add 6.0 Gbit phy definitions to the sas transport classJames Bottomley1-0/+1
2006-03-01[PATCH] sata_sil: remove unneeded ATA_FLAG_SRST from 3512 port infoTejun Heo1-1/+1
2006-03-01[PATCH] libata: kill illegal kfree(id)Tejun Heo1-1/+0
2006-03-01[PATCH] sata_sil24: add a new PCI ID for SiI 3124Tejun Heo1-0/+1
2006-03-01Merge branch 'master'Jeff Garzik14-80/+97
2006-03-01Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds11-80/+90
2006-02-28[SCSI] lpfc 8.1.2: Change version number to 8.1.2Jamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Modify RSCN handling to unregister rpis on lost FCP_TARGET...Jamie Wellnitz1-1/+30
2006-02-28[SCSI] lpfc 8.1.2: Fix panic caused by HBA resets and target side cable pullsJamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Fixed module parameter descriptions.Jamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Code cleanup of lpfc_mbx_cmpl_config_linkJamie Wellnitz1-64/+43
2006-02-28[SCSI] lpfc 8.1.2: Allow turning on internal loop-back modeJamie Wellnitz2-1/+5
2006-02-28[SCSI] lpfc 8.1.2: Code style changes for Discovery codeJamie Wellnitz4-95/+74
2006-02-28[SCSI] lpfc 8.1.2: Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc staticJamie Wellnitz1-2/+2
2006-02-28[SCSI] lpfc 8.1.2: Added support for FANJamie Wellnitz4-58/+140
2006-02-28[SCSI] lpfc 8.1.2: Add ERROR and WARM_START modes for diagnostic purposes.Jamie Wellnitz9-152/+390
2006-02-28[SCSI] lpfc 8.1.2: Remove hba_list from struct lpfc_hbaJamie Wellnitz1-1/+0
2006-02-28[SCSI] lpfc 8.1.2: Correct use of the hostdata field in scsi_hostJamie Wellnitz3-41/+40
2006-02-28[SCSI] lpfc 8.1.2: Misc FC Discovery changes :Jamie Wellnitz5-393/+452
2006-02-28[SCSI] lpfc 8.1.2: Add module parameter to limit number of outstanding comman...Jamie Wellnitz1-0/+15
2006-02-28[SCSI] lpfc 8.1.2: Fixed a double insertion of mail box object to the SLI mai...Jamie Wellnitz1-3/+2
2006-02-28[SCSI] lpfc 8.1.2: Fixed system panic in lpfc_sli_brdreset during dynamic add...Jamie Wellnitz1-1/+16
2006-02-28[SCSI] lpfc 8.1.2: Explicitly initialize the skip_post argument to lpfc_sli_s...Jamie Wellnitz1-1/+1
2006-02-28[SCSI] lpfc 8.1.2: Fixed a race condition in the PLOGI retry logic.Jamie Wellnitz2-12/+24
2006-02-28[SCSI] lpfc 8.1.2: Handling of ELS commands RRQ, RPS, RPL and LIRR correctlyJamie Wellnitz5-34/+309
2006-02-28[SCSI] lpfc 8.1.2: Remove unused SLI_IOCB_HIGH_PRIORITYJamie Wellnitz2-11/+0
2006-02-28[SCSI] lpfc 8.1.2: Remove unreferenced cfg_fcp_bind_method from struct lpfc_hbaJamie Wellnitz1-1/+0
2006-02-28[SCSI] lpfc 8.1.2: Remove unused prototypes from lpfc_crtn.hJamie Wellnitz1-18/+0
2006-02-28[SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer3-37/+54
2006-02-28[SCSI] Fix uninitialised width and speed in sym2Matthew Wilcox1-0/+2
2006-02-28[SCSI] Delete duplicate driver template.Ralf Baechle1-21/+0
2006-02-27[SCSI] scsi: Handle device_add failure in scsi_alloc_targetBrian King1-2/+13
2006-02-27[SCSI] fix scsi process problems and clean up the target reap issuesJames Bottomley3-75/+36
2006-02-27[SCSI] don't call ips_eh_reset in ips_queue to avoid deadlockMike Christie1-1/+1
2006-02-27[SCSI] scsi_lib: fix recognition of cache type of Initio SBP-2 bridgesAl Viro2-2/+17
2006-02-27[SCSI] Improve message printing codeMatthew Wilcox1-5/+19
2006-02-27[SCSI] Recognize missing LUNs for non-standard devicesAlan Stern1-0/+13
2006-02-27[SCSI] aic7xxx: semaphore to completion conversionChristoph Hellwig2-38/+12
2006-02-27[SCSI] aacraid: use kthread_ APIChristoph Hellwig4-21/+13
2006-02-27[SCSI] Add EXPORT_SYMBOL for spi msg functionsJames Bottomley1-0/+3
2006-02-27[SCSI] sas: add support for enclosure and bad ID rphy attributesChristoph Hellwig1-2/+51
2006-02-27[SCSI] jazz_esp: Fix sparse warnings.Ralf Baechle1-9/+9
2006-02-27[SCSI] jazz_esp: Delete useless prototypeRalf Baechle1-1/+0
2006-02-27[SCSI] Make spi_print_msg more consistentMatthew Wilcox1-3/+3
2006-02-27[SCSI] Add spi_populate_*_msg functionsMatthew Wilcox7-115/+69
2006-02-27[SCSI] ncr53c8xx updateMatthew Wilcox2-94/+61
2006-02-27[SCSI] unused show_spi_transport_period_helper parameterMatthew Wilcox1-4/+3
2006-02-27[SCSI] fix uninitialized variable errorMatthew Wilcox1-8/+3