summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-02-20Merge branch 'upstream'Jeff Garzik37-511/+2087
2006-02-20[PATCH] libata: update ata_dev_init_params()Tejun Heo1-10/+19
2006-02-20[PATCH] libata: rename ata_dev_id_[c_]string()Tejun Heo3-20/+18
2006-02-20Merge branch 'master'Jeff Garzik35-483/+2054
2006-02-18[PATCH] Add missing FUA write to sata_mv dma command listJens Axboe1-0/+1
2006-02-18[PATCH] libata: minor fix for 2.6.16-rc3Albert Lee1-3/+4
2006-02-18[PATCH] Necessary evil to get sata_vsc to initialize with Intel iq3124h hbaDan Williams1-1/+29
2006-02-16Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds32-479/+2020
2006-02-14[SCSI] fix wrong context bugs in SCSIJames Bottomley2-23/+12
2006-02-14[PATCH] add scsi_execute_in_process_context() APIJames Bottomley1-0/+59
2006-02-13[libata] build fix after cdb_len moveJeff Garzik1-2/+2
2006-02-13Merge branch 'upstream'Jeff Garzik17-114/+115
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo15-15/+0
2006-02-12[PATCH] libata: add per-device max_sectorsTejun Heo3-15/+11
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo4-12/+18
2006-02-12[PATCH] libata: make ata_dev_knobble() per-deviceTejun Heo1-4/+5
2006-02-12[PATCH] libata: don't do EDD handling if ->probe_reset is usedTejun Heo1-1/+2
2006-02-12[PATCH] libata: make ata_dump_id() take @id instead of @devTejun Heo1-18/+18
2006-02-12[PATCH] libata: separate out ata_id_major_version()Tejun Heo1-5/+1
2006-02-12[PATCH] libata: separate out ata_id_n_sectors()Tejun Heo1-8/+18
2006-02-12[PATCH] libata: use ata_dev_id_c_string()Tejun Heo3-35/+13
2006-02-12[PATCH] libata: implement ata_dev_id_c_string()Tejun Heo1-0/+29
2006-02-12[PATCH] ata_piix: kill spurious assignment in piix_sata_probe()Tejun Heo1-3/+0
2006-02-12[PATCH] libata: allow ->probe_reset to return ATA_DEV_UNKNOWNTejun Heo1-1/+4
2006-02-12[SCSI] sym2: Mask off opcode from RBCMatthew Wilcox1-1/+1
2006-02-12[SCSI] megaraid_legacy: kobject_register failureJu, Seokmann2-2/+2
2006-02-12[SCSI] ipr: Fix adapter initialization failureBrian King2-47/+7
2006-02-12[libata irq-pio] s/assert/WARN_ON/Jeff Garzik1-7/+7
2006-02-12Merge branch 'upstream'Jeff Garzik9-152/+162
2006-02-12[PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo4-29/+29
2006-02-12[PATCH] libata: convert assert(X)'s in libata core layer to WARN_ON(!X)'sTejun Heo2-30/+30
2006-02-12[PATCH] ahci: convert to new reset mechanismTejun Heo1-17/+29
2006-02-12[PATCH] ahci: make ahci_fill_cmd_slot() take *pp instead of *apTejun Heo1-3/+2
2006-02-12[PATCH] libata: inline ata_qc_complete()Tejun Heo2-22/+2
2006-02-10[PATCH] sata_sil24: add hardresetTejun Heo1-1/+10
2006-02-10[PATCH] sata_sil24: convert to new reset mechanismTejun Heo1-28/+28
2006-02-10[PATCH] sata_sil: convert to new reset mechanismTejun Heo1-5/+4
2006-02-10[PATCH] libata: kill SError clearing in sata_std_hardreset().Tejun Heo1-6/+0
2006-02-10[PATCH] libata: make new reset act identical to ->phy_reset register-wiseTejun Heo1-17/+34
2006-02-10Merge branch 'upstream'Jeff Garzik18-83/+111
2006-02-10[PATCH] ahci: separate out ahci_fill_cmd_slot()Tejun Heo1-21/+23
2006-02-10[PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo7-48/+9
2006-02-10[PATCH] libata: use ata_scsi_timed_out()Tejun Heo15-0/+15
2006-02-10[PATCH] libata: implement ata_scsi_timed_out()Tejun Heo2-0/+42
2006-02-10[PATCH] libata: add ATA_QCFLAG_EH_SCHEDULEDTejun Heo3-14/+22
2006-02-09Merge branch 'upstream'Jeff Garzik3-674/+724
2006-02-09[libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.Jeff Garzik3-674/+724
2006-02-09[libata] build fix after merging some pre-packet_task-removal codeJeff Garzik1-3/+2
2006-02-09Merge branch 'upstream'Jeff Garzik1-2/+8
2006-02-09Merge branch 'upstream-fixes'Jeff Garzik1-2/+8