summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata-dev: Cleanup unused enums/functionsAlbert Lee2006-03-301-279/+0Star
* [PATCH] libata-dev: Convert ata_pio_task() to use the new ata_hsm_move()Albert Lee2006-03-301-32/+28Star
* [PATCH] libata-dev: Let ata_hsm_move() work with both irq-pio and polling pioAlbert Lee2006-03-301-6/+81
* [PATCH] libata-dev: Minor fix for ata_hsm_move() to work with ata_host_intr()Albert Lee2006-03-301-11/+13
* [PATCH] libata-dev: Move out the HSM code from ata_host_intr()Albert Lee2006-03-301-100/+106
* [PATCH] libata-dev: Remove atapi_packet_task()Albert Lee2006-03-301-73/+0Star
* [PATCH] libata-dev: Fix merge problem with upstreamAlbert Lee2006-03-301-2/+3
* [PATCH] libata-dev: Remove trailing whitespacesAlbert Lee2006-03-301-3/+3
* Merge branch 'upstream'Jeff Garzik2006-03-2416-268/+309
|\
| * [PATCH] libata: kill E.D.D.Tejun Heo2006-03-241-85/+13Star
| * Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-2410-503/+540
| |\
| | * [PATCH] libata: Remove dependence on host_set->dev for SASBrian King2006-03-241-6/+7
| | * [PATCH] libata: ata_scsi_ioctl cleanupBrian King2006-03-241-13/+0Star
| | * [PATCH] libata: ata_scsi_queuecmd cleanupBrian King2006-03-241-14/+18
| | * [libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik2006-03-246-47/+48
| | * [PATCH] libata: add ata_dev_pair helperAlan Cox2006-03-241-0/+17
| | * [PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.Nigel Cunningham2006-03-243-5/+6
| | * [PATCH] libata: make ata_set_mode() responsible for failure handlingTejun Heo2006-03-241-20/+36
| | * [PATCH] libata: use ata_dev_disable() in ata_bus_probe()Tejun Heo2006-03-241-3/+1Star
| | * [PATCH] libata: implement ata_dev_disable()Tejun Heo2006-03-241-0/+9
| | * [PATCH] libata: check if port is disabled after internal commandTejun Heo2006-03-241-0/+16
| | * [PATCH] libata: make per-dev transfer mode limits per-devTejun Heo2006-03-242-2/+2
| | * [PATCH] libata: add per-dev pio/mwdma/udma_maskTejun Heo2006-03-241-18/+25
| | * [PATCH] libata: implement ata_unpack_xfermask()Tejun Heo2006-03-241-0/+23
| * | [PATCH] s/;;/;/gAlexey Dobriyan2006-03-241-1/+1
| * | [PATCH] remove ISA legacy functions: drivers/scsi/in2000.cAl Viro2006-03-241-6/+18
| * | [PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.cAl Viro2006-03-242-13/+38
| * | [PATCH] sem2mutex: drivers/scsi/ide-scsi.cJes Sorensen2006-03-231-5/+6
| * | [PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig2006-03-233-31/+26Star
* | | [libata] irq-pio: fix build breakageJeff Garzik2006-03-241-3/+2Star
* | | Merge branch 'upstream'Jeff Garzik2006-03-24110-40486/+34528Star
|\ \ \ | | |/ | |/|
| * | [libata] Move some bmdma-specific code to libata-bmdma.cJeff Garzik2006-03-232-234/+234
| * | [libata sata_uli] kill scr_addr abuseJeff Garzik2006-03-231-10/+27
| * | [libata sata_nv] eliminate duplicate codepaths with iomapJeff Garzik2006-03-231-44/+13Star
| * | [libata sata_nv] cleanups: convert #defines to enums; remove in-file historyJeff Garzik2006-03-231-75/+49Star
| * | [libata sata_sil24] cleanups: use pci_iomap(), kzalloc()Jeff Garzik2006-03-231-13/+10Star
| |/
| * scsi: link in the debug driver lastLinus Torvalds2006-03-231-1/+3
| * [PATCH] ahci: add softresetTejun Heo2006-03-231-1/+134
| * [PATCH] libata: do not ignore PIO-only devicesTejun Heo2006-03-231-7/+0Star
| * [PATCH] libata: Symbol exportsAlan Cox2006-03-231-0/+2
| * [PATCH] Update libata DMA blacklist to cover versions, and resync with IDE layerAlan Cox2006-03-231-35/+59
| * [PATCH] libata: Fix a drive detection problemAlan Cox2006-03-231-0/+10
| * [PATCH] libata: note missing posting in mmio cmd writeAlan Cox2006-03-231-0/+2
| * Merge branch 'master'Jeff Garzik2006-03-23105-39894/+33695Star
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-221-1/+1
| | |\
| | | * Fix "frist", "fisrt", typosUwe Zeisberger2006-03-221-1/+1
| | * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-03-22104-39858/+33690Star
| | |\ \
| | | * | [SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo2006-03-2118-16/+14Star
| | | * | Merge ../linux-2.6James Bottomley2006-03-2125-1975/+3066
| | | |\|
| | | * | [SCSI] eliminate rphy allocation in favour of expander/end device allocationJames Bottomley2006-03-191-45/+27Star