summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-14[libata] Update docs to reflect current driver APIJeff Garzik1-1/+1
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-12libata: more verbose request_irq() failureJeff Garzik1-2/+7
2006-06-12[PATCH] libata: Setup nbytes in ata_sg_init_oneBrian King1-0/+1
2006-06-12libata: Adjust initial debugging levels through preprocessor defines.Borislav Petkov1-1/+9
2006-06-12[PATCH] sata_sil24: endian anotationsAlexey Dobriyan1-8/+8
2006-06-12Merge branch 'upstream-fixes' into upstreamJeff Garzik5-3/+14
2006-06-12[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-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