aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel65-66/+0
2006-06-30typo fixes: infomation -> informationAdrian Bunk1-6/+6
2006-06-30typo fixes: aquire -> acquireAdrian Bunk1-1/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-4/+4
2006-06-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds13-107/+170
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl1-3/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-4/+4
2006-06-26[PATCH] ata_piix: add ICH6/7/8 to KconfigAuke Kok1-1/+1
2006-06-26[PATCH] sata_sil: disable hotplug interrupts on two ATI IXPsTejun Heo1-6/+23
2006-06-26[PATCH] libata: cosmetic updatesTejun Heo1-29/+32
2006-06-26[PATCH] libata reduce timeoutsAndrew Morton1-1/+6
2006-06-26[PATCH] libata: make two functions globalTejun Heo2-2/+4
2006-06-26[PATCH] libata: update ata_do_simple_cmd()Tejun Heo1-14/+43
2006-06-26[PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()Tejun Heo1-23/+23
2006-06-26[PATCH] libata: clear EH action on device detachTejun Heo1-0/+4
2006-06-26[PATCH] libata: implement and use ata_deh_dev_action()Tejun Heo1-1/+8
2006-06-26[PATCH] libata: move ata_eh_clear_action() upwardTejun Heo1-25/+25
2006-06-26[libata] sata_vsc: partially revert a PCI ID-related commitJeff Garzik1-7/+3
2006-06-26[libata] Bump versionsJeff Garzik10-10/+10
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds10-17/+12
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-5/+5
2006-06-26Merge branch 'x86-64'Linus Torvalds1-1/+4
2006-06-26[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen1-1/+4
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita2-4/+2
2006-06-26spelling fixesAndreas Mohr6-10/+10
2006-06-26remove the bouncing email address of David CampbellAdrian Bunk4-7/+2
2006-06-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-0/+1
2006-06-25[PATCH] advansys section fixesRandy Dunlap1-3/+3
2006-06-25[PATCH] megaraid_mbox: fix section mismatch warningsRandy Dunlap1-1/+1
2006-06-25[PATCH] wd7000: fix section mismatch warningsRandy.Dunlap1-1/+1
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel2-10/+4
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel1-4/+4
2006-06-23[SCSI] qlogicpti: Convert to new SBUS device framework.David S. Miller1-175/+186
2006-06-23[SCSI] esp: Fix bug in esp_remove_common.David S. Miller1-4/+1
2006-06-23[SCSI] sparc: Port esp to new SBUS driver layer.David S. Miller2-165/+157
2006-06-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds25-2179/+6027
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn7-29/+15
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2-2/+2
2006-06-23[PATCH] m68k: wd33c93: extra delayRoman Zippel1-0/+4
2006-06-23[libata] conversion to new debug scheme, part 1 of $NBorislav Petkov1-26/+47
2006-06-22[PATCH] libata: Add ata_scsi_dev_disabledBrian King1-10/+31
2006-06-22[libata] Add host lock to struct ata_portJeff Garzik4-73/+72
2006-06-22[PATCH] libata: implement per-dev EH action mask eh_info->dev_action[]Tejun Heo1-16/+69
2006-06-22[PATCH] libata-dev: move the CDB-intr DMA blacklistingAlbert Lee1-10/+9
2006-06-22[PATCH] ahci: disable NCQ support on vt8251Tejun Heo1-2/+4
2006-06-22[libata] ahci: add JMicron PCI IDsJeff Garzik1-0/+6
2006-06-22[libata] sata_nv: add PCI IDsJeff Garzik1-0/+4
2006-06-22[libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik1-0/+18
2006-06-22Merge branch 'master' into upstreamJeff Garzik122-45064/+6361
2006-06-22IB/iser: iSER Kconfig and MakefileOr Gerlitz1-0/+1
2006-06-21[PATCH] PCI: Move various PCI IDs to header fileBrent Casavant2-29/+6
2006-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds119-45024/+6349
2006-06-20[PATCH] libata: convert several bmdma-style controllers to new EH, take #3Tejun Heo4-16/+21
2006-06-20[PATCH] sata_via: convert to new EH, take #3Tejun Heo1-6/+6
2006-06-20[libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handlerJeff Garzik1-6/+4
2006-06-20[PATCH] sata_nv: add hotplug supportTejun Heo1-1/+8
2006-06-20[PATCH] sata_nv: convert to new EHTejun Heo1-26/+89
2006-06-20[PATCH] sata_nv: better irq handlersTejun Heo1-17/+194
2006-06-20[PATCH] sata_nv: simplify constantsTejun Heo1-19/+12
2006-06-20[PATCH] sata_nv: kill struct nv_host_desc and nv_hostTejun Heo1-48/+2
2006-06-20[PATCH] sata_nv: kill not-working hotplug codeTejun Heo1-169/+0
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller3-11/+5
2006-06-19Improve SATA core suspend/resumeLinus Torvalds1-0/+1
2006-06-19[SCSI] 53c700: remove reliance on deprecated cmnd fieldsJames Bottomley2-39/+49
2006-06-19[SCSI] hptiop: don't use cmnd->bufflenJames Bottomley1-1/+1
2006-06-19[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team1-11/+3
2006-06-19[SCSI] aacraid: small misc. cleanupsMark Haverkamp3-8/+4
2006-06-19[SCSI] aacraid: Update supported product informationMark Haverkamp1-4/+4
2006-06-13[libata] Update docs to reflect current driver APIJeff Garzik1-1/+1
2006-06-12[SCSI] aacraid: Fix return code interpretationMark Haverkamp1-1/+1
2006-06-12[SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley1-0/+14
2006-06-12[PATCH] libata: add host_set->next for legacy two host_sets case, take #3Tejun Heo2-2/+17
2006-06-12[PATCH] libata: fix oops caused rescanning NULL sdevTejun Heo1-8/+9
2006-06-12[PATCH] sata_sil: update device hotplug handling, take #2Tejun Heo1-1/+19
2006-06-12[PATCH] libata: fast exit from EH while unloadingTejun Heo1-0/+4
2006-06-12[PATCH] libata: fix ATA_EH_REVALIDATE clearingTejun Heo1-3/+3
2006-06-12[PATCH] libata: fix comment above ata_exec_internal()Tejun Heo1-1/+3
2006-06-12[PATCH] sata_sil: add controller unplug detection in sil_interrupt()Tejun Heo1-1/+2
2006-06-12[PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)zhao, forrest4-0/+41
2006-06-11libata: more verbose request_irq() failureJeff Garzik1-2/+7
2006-06-11[PATCH] libata: Setup nbytes in ata_sg_init_oneBrian King1-0/+1
2006-06-11libata: Adjust initial debugging levels through preprocessor defines.Borislav Petkov1-1/+9
2006-06-11[PATCH] sata_sil24: endian anotationsAlexey Dobriyan1-8/+8
2006-06-11Merge branch 'upstream-fixes' into upstreamJeff Garzik5-3/+14
2006-06-11[PATCH] sata_mv: grab host lock inside eng_timeoutMark Lord1-0/+3
2006-06-11[PATCH] libata: add missing ->data_xfer for pdc_admaTejun Heo1-0/+1
2006-06-11[PATCH] libata: add missing finish_wait() call in ata_port_wait_eh()Tejun Heo1-0/+1
2006-06-10[SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2-3/+3
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig13-277/+12
2006-06-10Merge ../linux-2.6James Bottomley29-307/+410
2006-06-10[SCSI] spi transport: don't allow dt to be set on SE or HVD busesJames Bottomley1-0/+9
2006-06-10[SCSI] aic7xxx: expose the bus setting to sysfsJames Bottomley3-7/+92
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser47-200/+167
2006-06-10[SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski1-24/+35
2006-06-10[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team4-0/+1977
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim5-497/+297
2006-06-09kconfig: remove leading whitespace in menu promptsRoman Zippel1-5/+5
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig15-22/+22
2006-06-06[SCSI] megaraid_sas: switch fw_outstanding to an atomic_tSumant Patro2-18/+11
2006-06-05[SCSI] iscsi: update version to 1.0-595Mike Christie1-1/+1
2006-06-05[SCSI] iscsi: fix writepsace raceMike Christie2-93/+120
2006-06-05[SCSI] iscsi: return task found during searchMike Christie1-1/+1
2006-06-05[SCSI] iscsi: fix run list corruptionMike Christie1-0/+6
2006-06-05[SCSI] iscsi: don't switch states when just cleaning upMike Christie2-62/+33
2006-06-05[PATCH] sata_sil24: SII3124 sata driver endian problemRune Torgersen1-3/+3
2006-06-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds4-3/+11
2006-06-01[SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()Bryan Holty1-1/+1
2006-05-31[PATCH] libata-hp: move ata_do_reset() to libata-eh.cTejun Heo3-30/+28
2006-05-31[PATCH] libata-hp: killl ops->probe_resetTejun Heo1-174/+13
2006-05-31[PATCH] sata_sil24: convert to new probing mechanism and add hotplug supportTejun Heo1-19/+8
2006-05-31[PATCH] ahci: convert to new probing mechanism and add hotplug supportTejun Heo1-20/+27
2006-05-31[PATCH] sata_sil: convert to new probing mechanism and add hotplug supportTejun Heo1-8/+13
2006-05-31[PATCH] ata_piix: convert ata_piix to new probing mechanismTejun Heo1-55/+32
2006-05-31[PATCH] libata-hp: update unload-unplugTejun Heo3-15/+70
2006-05-31[PATCH] libata-hp: implement bootplugTejun Heo2-24/+52
2006-05-31[PATCH] libata-hp: hook warmplugTejun Heo16-0/+16
2006-05-31[PATCH] libata-hp: implement warmplugTejun Heo2-0/+90
2006-05-31[PATCH] libata-hp: implement SCSI part of hotplugTejun Heo4-1/+123
2006-05-31[PATCH] libata-hp: implement hotplugTejun Heo1-21/+102
2006-05-31[PATCH] libata-hp: implement ata_eh_detach_dev()Tejun Heo3-0/+53
2006-05-31[PATCH] sata_sil24: update sil24_hardreset()Tejun Heo1-12/+14
2006-05-31[PATCH] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZTejun Heo1-2/+4
2006-05-31[PATCH] sata_sil: new interrupt handlerTejun Heo1-1/+91
2006-05-31[PATCH] sata_sil: add new constants in preparation for new interrupt handlerTejun Heo1-4/+20
2006-05-31[PATCH] libata: export ata_hsm_move()Tejun Heo1-3/+3
2006-05-31[PATCH] libata-hp-prep: implement followup softreset handlingTejun Heo1-6/+52
2006-05-31[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo5-15/+147
2006-05-31[PATCH] libata-hp-prep: implement sata_phy_debounce()Tejun Heo1-14/+93
2006-05-31[PATCH] libata-hp-prep: make probing related functions globalTejun Heo2-3/+6
2006-05-31[PATCH] libata-hp-prep: add ata_aux_wqTejun Heo2-0/+10
2006-05-31[PATCH] libata-hp-prep: store attached SCSI deviceTejun Heo1-4/+10
2006-05-31[PATCH] libata-hp-prep: implement ap->hw_sata_spd_limitTejun Heo1-9/+12
2006-05-31[PATCH] libata-hp-prep: use __ata_scsi_find_dev()Tejun Heo1-10/+6
2006-05-31[PATCH] libata-hp-prep: update ata_scsi_find_dev() and friendsTejun Heo1-15/+25
2006-05-31[PATCH] libata-hp-prep: make some ata_device fields persistentTejun Heo1-2/+12
2006-05-31[PATCH] libata-hp-prep: implement ata_dev_init()Tejun Heo2-5/+22
2006-05-31[PATCH] libata: implement ata_eh_wait()Tejun Heo3-0/+40
2006-05-31[PATCH] libata: set PIO-0 after successful EH resetTejun Heo1-1/+7
2006-05-29libata debugging: set initial dbg valueBorislav Petkov1-0/+1
2006-05-28Merge branch 'upstream-fixes' into upstreamJeff Garzik1-0/+3
2006-05-28[PATCH] the latest consensus libata resume fixMark Lord1-0/+1
2006-05-28[SCSI] audit drivers for incorrect max_id useHannes Reinecke5-8/+8
2006-05-28[SCSI] Return -EINVAL when "id == max_id" in scsi_scan_host_selected()Amit Arora1-1/+1
2006-05-26[PATCH] libata: add pio_data_xfer_noirqAlan Cox1-0/+25
2006-05-26[PATCH] libata: add back ->data_xfer to ata_piix.cAlbert Lee1-0/+3
2006-05-24[PATCH] ata_piix formattingAlan Cox1-4/+4
2006-05-24[PATCH] sata_mv: endian annotationsMark Lord1-18/+18
2006-05-24[PATCH] PATCH: libata. Add ->data_xfer methodAlan Cox12-45/+31
2006-05-24[libata] libata-scsi, sata_mv: trim trailing whitespaceJeff Garzik2-2/+2
2006-05-24[PATCH] libata - fix bracketing and DMA oopsAlan Cox1-1/+6
2006-05-24[PATCH] libata: PIO 0Alan Cox1-0/+6
2006-05-24[PATCH] libata: minor fix for irq-pio mergeAlbert Lee2-2/+2
2006-05-24Merge branch 'upstream-fixes' into upstreamJeff Garzik1-1/+3
2006-05-24[PATCH] libata: add pio flush for via atapi (was: Re: TR: ASUS A8V Deluxe, x8...Albert Lee1-0/+5
2006-05-24[libata sata_promise] Add PATA cable detection.Jeff Garzik1-4/+15
2006-05-24[PATCH] sata_nv: Add MCP61 supportAndrew Chew1-0/+6
2006-05-24Merge branch 'master' into upstreamJeff Garzik1-1/+1
2006-05-21[PATCH] missing newline in scsi/st.cRene Herman1-1/+1
2006-05-20[SCSI] imm: no need for unchecked_isa_dmaRandy Dunlap1-4/+4
2006-05-20[SCSI] qla2xxx: Update version number to 8.01.05-k2.Andrew Vasquez1-2/+2
2006-05-20[SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in ...Andrew Vasquez1-0/+3
2006-05-20[SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez5-62/+43
2006-05-20[SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez2-7/+10
2006-05-20[SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez1-22/+11
2006-05-20[SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez17-39456/+22
2006-05-20[SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez7-1581/+1
2006-05-20[SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez9-170/+5
2006-05-20[SCSI] qla2xxx: Add support for alternate WWN NVRAM setting.Andrew Vasquez1-0/+12
2006-05-20[SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configurat...Andrew Vasquez1-3/+3
2006-05-20[SCSI] qla2xxx: ABBA lock ordering fix.Andrew Vasquez1-14/+1
2006-05-20[SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics.Andrew Vasquez1-83/+93
2006-05-20[SCSI] qla2xxx: Use FW calculated residual count for underrun handling.Ravi Anand2-5/+13
2006-05-20[SCSI] qla2xxx: Add support for new flash part.Ravi Anand2-12/+83
2006-05-20[SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state...Ravi Anand1-0/+4
2006-05-20[SCSI] iscsi: update versionMike Christie1-3/+5
2006-05-20[SCSI] iscsi: fix command requeues during iscsi recoveryMike Christie1-39/+48
2006-05-20[SCSI] iscsi: support mutiple daemonsMike Christie1-11/+27
2006-05-20[SCSI] iscsi: kill dtask mempoolsMike Christie2-88/+10
2006-05-20[SCSI] iscsi: only preallocate login bufferMike Christie1-16/+10
2006-05-20[SCSI] iscsi: dont use sendpage for iscsi headersMike Christie1-16/+8
2006-05-20[SCSI] aacraid: remove unneeded listMark Haverkamp4-9/+0
2006-05-20[SCSI] aacraid: sa race condition fixMark Haverkamp1-2/+2
2006-05-20[SCSI] aacraid: adjustable timeoutsMark Haverkamp6-7/+15
2006-05-20[SCSI] aacraid: optimize sg allocMark Haverkamp1-3/+3
2006-05-20[SCSI] aacraid: remove unneeded lockingMark Haverkamp1-8/+0
2006-05-20[SCSI] scsi_transport_sas: make write attrs writeableEric Moore1-1/+0
2006-05-20[SCSI] scsi_transport_sas; fix user_scanJames Bottomley1-1/+2
2006-05-20[PATCH] Add PCI ID for the Intel IDE Controller which is in the Intel Mac Min...Thomas Glanzmann1-0/+1
2006-05-20[PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transportsTejun Heo5-26/+31
2006-05-20[PATCH] libata: enforce default EH actionsTejun Heo1-4/+6
2006-05-20[PATCH] libata: use qc->result_tf for temp taskfile storageAlbert Lee1-4/+10
2006-05-20[PATCH] libata: Fix the HSM error_mask mapping (was: Re: libata-tj and SMART)Albert Lee1-7/+24
2006-05-20Merge branch 'upstream-fixes' into upstreamJeff Garzik2-59/+83
2006-05-20[PATCH] libata-core: fix current kernel-doc warningsRandy Dunlap1-0/+6
2006-05-20[PATCH] sata_mv: version bumpMark Lord1-1/+1
2006-05-20[PATCH] sata_mv: endian fixMark Lord1-1/+2
2006-05-20[PATCH] sata_mv: remove local copy of queue indexesMark Lord1-43/+33
2006-05-20[PATCH] sata_mv: spurious interrupt workaroundMark Lord1-3/+8
2006-05-20[PATCH] sata_mv: chip initialization fixesMark Lord1-2/+5