summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-11[SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2-3/+3
2006-06-11[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-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-06[SCSI] iscsi: update version to 1.0-595Mike Christie1-1/+1
2006-06-06[SCSI] iscsi: fix writepsace raceMike Christie2-93/+120
2006-06-06[SCSI] iscsi: return task found during searchMike Christie1-1/+1
2006-06-06[SCSI] iscsi: fix run list corruptionMike Christie1-0/+6
2006-06-06[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