summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo2006-02-101-11/+1
* [PATCH] libata: implement ata_scsi_timed_out()Tejun Heo2006-02-101-0/+1
* [PATCH] libata: add ATA_QCFLAG_EH_SCHEDULEDTejun Heo2006-02-101-13/+20
* [libata] Move PCI IDE BMDMA-related code to new file libata-bmdma.c.Jeff Garzik2006-02-091-673/+20
* [PATCH] libata: implement ata_std_probeinit()Tejun Heo2006-02-091-1/+15
* [PATCH] libata: add probeinit component operation to ata_drive_probe_reset()Tejun Heo2006-02-091-2/+7
* [PATCH] libata: separate out sata_phy_resume() from sata_std_hardreset()Tejun Heo2006-02-091-11/+21
* [PATCH] libata: fix ata_std_probe_reset() SATA detectionTejun Heo2006-02-091-1/+1
* [PATCH] libata: EH / pio tasks synchronizationTejun Heo2006-02-091-3/+53
* Various libata documentation updates.Randy Dunlap2006-01-281-30/+30
* [PATCH] libata: implement standard reset component operations and ->probe_resetTejun Heo2006-01-271-0/+206
* [PATCH] libata: implement ata_drive_probe_reset()Tejun Heo2006-01-271-0/+89
* [PATCH] libata: new ->probe_reset operationTejun Heo2006-01-261-1/+18
* [PATCH] libata: modify ata_dev_try_classifyTejun Heo2006-01-261-14/+16
* [PATCH] libata: export ata_busy_sleepTejun Heo2006-01-261-6/+3
* [PATCH] libata: create pio/atapi task queueing wrappersTejun Heo2006-01-261-6/+24
* [PATCH] libata: implement and apply ata_eh_qc_complete/retry()Tejun Heo2006-01-261-9/+5
* [PATCH] libata: return AC_ERR_* from issue functionsTejun Heo2006-01-261-9/+8
* [PATCH] libata: add detailed AC_ERR_* flagsTejun Heo2006-01-261-6/+6
* [PATCH] libata: fix ata_qc_issue() error handlingTejun Heo2006-01-261-10/+8
* [PATCH] libata: make the owner of a qc responsible for freeing itTejun Heo2006-01-261-34/+13
* [PATCH] libata: fold __ata_qc_complete() into ata_qc_free()Tejun Heo2006-01-261-18/+12
* [PATCH] libata: separate out ata_sata_print_link_statusTejun Heo2006-01-171-18/+40
* [PATCH] libata: Code for the IRQ mask flagAlan Cox2006-01-171-4/+15
* [PATCH] libata: Fix sector lock to apply to both drives not drive 0 twiceAlan Cox2006-01-171-1/+1
* [PATCH] libata: Fix heuristic typos add LBA48PIO flag and support code, add I...Alan Cox2006-01-171-0/+4
* [PATCH] libata: add a function to decide if we need iordyAlan Cox2006-01-171-0/+34
* [PATCH] libata: Pre UDMA EIDE PIO mode selectionAlan Cox2006-01-171-5/+9
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-061-6/+25
|\
| * [BLOCK] add FUA support to libataTejun Heo2006-01-061-6/+25
* | [PATCH] Suspend support for libataJens Axboe2006-01-061-0/+114
|/
* [PATCH] libata: remove unused qc->waitingTejun Heo2005-12-131-12/+2
* [PATCH] libata: remove unused functionsTejun Heo2005-12-131-29/+0
* [PATCH] libata: use ata_exec_internal()Tejun Heo2005-12-131-101/+44
* [PATCH] libata: implement ata_exec_internal()Tejun Heo2005-12-131-0/+99
* Merge branch 'upstream-fixes'Jeff Garzik2005-12-121-2/+2
|\
| * [PATCH] libata-core.c: fix parameter bug on kunmap_atomic() callsMark Lord2005-12-121-2/+2
* | [PATCH] libata: err_mask misc fixAlbert Lee2005-12-061-5/+13
* | [PATCH] libata: determine the err_mask directly in atapi_packet_task()Albert Lee2005-12-061-6/+7
* | [PATCH] libata: determine the err_mask when the error is foundAlbert Lee2005-12-061-1/+9
* | [PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee2005-12-061-13/+19
* | [PATCH] libata: minor patch before moving err_maskAlbert Lee2005-12-061-3/+7
* | [PATCH] mark several libata datastructures constArjan van de Ven2005-12-011-2/+2
* | [libata] Print out SATA speed, if link is upJeff Garzik2005-11-201-4/+16
|/
* [libata] add timeout to commands for which we call wait_completion()Jeff Garzik2005-11-171-4/+28
* [PATCH] libata: honor the transfer cycle time speficied by the EIDE deviceAlbert Lee2005-11-161-2/+4
* [libata] REQUEST SENSE handling fixesJeff Garzik2005-11-141-22/+0
* [libata] minor fixes, new helpersJeff Garzik2005-11-141-8/+3
* [libata] fix bugs in ATAPI padding DMA mapping codeJeff Garzik2005-11-141-5/+26
OpenPOWER on IntegriCloud