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