aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-23[PATCH] sem2mutex: drivers/scsi/ide-scsi.cJes Sorensen1-5/+6
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig3-31/+26
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_configure()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 device unblockedJames 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