summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)Author
2008-05-19libata: ignore recovered PHY errorsTejun Heo
2008-05-19libata: kill hotplug related race conditionTejun Heo
2008-05-19libata: move reset freeze/thaw handling into ata_eh_reset()Tejun Heo
2008-05-19libata: reorganize ata_eh_reset() no reset method pathTejun Heo
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord
2008-04-25libata-eh set tf flags in NCQ EH result_tfMark Lord
2008-04-17libata: make EH fail gracefully if no reset method is availableTejun Heo
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo
2008-04-17libata: kill dead code paths in reset pathTejun Heo
2008-04-17libata: implement PMP helpersTejun Heo
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo
2008-04-17libata: rename SFF functionsTejun Heo
2008-04-17libata: implement ATA_QCFLAG_RETRYTejun Heo
2008-04-17libata: make reset related methods proper port operationsTejun Heo
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo
2008-04-17libata: prefer hardresetTejun Heo
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo
2008-03-10libata: allow LLDs w/o any reset methodTejun Heo
2008-02-20libata: implement libata.force module parameterTejun Heo
2008-01-23libata: fix off-by-one in error categorizationTejun Heo
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton
2008-01-23[libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik
2008-01-23libata: implement fast speed down for unverified data transfer modeTejun Heo
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo
2008-01-23libata: adjust speed down rulesTejun Heo
2008-01-23libata: clean up EH speed down implementationTejun Heo
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo
2008-01-23libata: factor out ata_eh_schedule_probe()Tejun Heo
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li
2008-01-10libata: don't normalize UNKNOWN to NONE after resetTejun Heo
2008-01-10libata-pmp: propagate timeout to host linkTejun Heo
2007-12-17libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo
2007-12-01libata: report protocol and full CDB on errorTejun Heo
2007-11-19libata: remove unused functionsAdrian Bunk
2007-11-03libata: consider errors not associated with commands for speed downTejun Heo
2007-11-03libata: more robust reset failure handlingTejun Heo
2007-11-03libata: cosmetic clean up / reorganization of ata_eh_reset()Tejun Heo
2007-11-03libata: fix timing computation in ata_eh_reset()Tejun Heo
2007-10-30libata: implement and use ATA_QCFLAG_QUIETTejun Heo
2007-10-30libata: stop being overjealous about non-IO commandsTejun Heo
2007-10-29[libata] Link power management infrastructureKristen Carlson Accardi
2007-10-29libata: no need to speed down if already at PIO0Tejun Heo
2007-10-29libata: relocate forcing PIO0 on resetTejun Heo
2007-10-29libata: track SLEEP state and issue SRST to wake it upTejun Heo
2007-10-25libata: cosmetic clean up in ata_eh_reset()Tejun Heo
2007-10-23[libata] checkpatch-inspired cleanupsJeff Garzik