aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAge
* libata: implement EH fast drainTejun Heo2007-07-20
* libata: schedule probing after SError access failure during autopsyTejun Heo2007-07-20
* libata: clear HOTPLUG flag after a resetTejun Heo2007-07-20
* libata: quickly trigger SATA SPD down after debouncing failedTejun Heo2007-07-20
* libata: improve SATA PHY speed down logicTejun Heo2007-07-20
* libata: implement AC_ERR_NCQTejun Heo2007-07-20
* libata: improve EH report formattingTejun Heo2007-07-20
* libata-link: separate out ata_eh_handle_dev_fail()Tejun Heo2007-07-10
* libata-acpi: implement _GTM/_STM supportTejun Heo2007-07-09
* libata: reimplement ACPI invocationTejun Heo2007-07-09
* libata: fix infinite EH waiting bugTejun Heo2007-06-27
* libata: remove unused variable from ata_eh_reset()Tejun Heo2007-06-27
* libata: kill non-sense warning messageTejun Heo2007-06-27
* libata: Trim trailing whitespaceJeff Garzik2007-05-21
* libata: give devices one last chance even if recovery failed with -EINVALTejun Heo2007-05-11
* libata: ignore EH scheduling during initializationTejun Heo2007-05-11
* libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo2007-05-11
* libata: reimplement reset sequencingTejun Heo2007-05-01
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-01
* libata: separate ATA_EHI_DID_RESET into DID_SOFTRESET and DID_HARDRESETTejun Heo2007-04-28
* libata: add missing call to ->cable_detect() in new EH pathTejun Heo2007-04-28
* libata: improve AC_ERR_DEV handling for ->post_internal_cmdTejun Heo2007-04-28
* libata: hardreset on SERR_INTERNALTejun Heo2007-04-28
* libata: Clear tf before doing request sense (take 3)Albert Lee2007-04-04
* libata: IDENTIFY backwards for drive side cable detectionTejun Heo2007-03-28
* libata: don't whine if ->prereset() returns -ENOENTTejun Heo2007-03-19
* libata: add CONFIG_PM to libata core layerTejun Heo2007-03-02
* libata: s/ap->id/ap->print_id/gTejun Heo2007-02-21
* libata: put some intelligence into EH speed down sequenceTejun Heo2007-02-21
* libata: improve probe failure handlingTejun Heo2007-02-21
* libata: improve ata_down_xfermask_limit()Tejun Heo2007-02-21
* libata: kill qc->nsect and cursectTejun Heo2007-02-09
* libata: fix ata_eh_suspend() return valueTejun Heo2007-01-27
* libata: fix handling of port actions in per-dev action maskTejun Heo2007-01-19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * [PATCH] libata: always use polling IDENTIFYTejun Heo2006-12-03
| * [PATCH] libata: don't request sense if the port is frozenTejun Heo2006-12-03
| * [PATCH] libata: print cdb[0] in failed qc reportTejun Heo2006-12-01
| * [PATCH] libata: improve failed qc reportingTejun Heo2006-12-01
| * [PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo2006-12-01
| * [PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo2006-12-01
| * [PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo2006-12-01
| * [PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo2006-12-01
* | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-22
|/
* [PATCH] libata-eh: Remove layering violation and duplication when handling ab...Alan Cox2006-09-26
* Merge branch 'master' into upstreamJeff Garzik2006-09-24
* libata: Grand renaming.Jeff Garzik2006-08-24
* Move libata to drivers/ata.Jeff Garzik2006-08-10