aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-22libata: use ata_link_printk() when printing SErrorTejun Heo1-1/+1
2008-08-22libata: always do follow-up SRST if hardreset returned -EAGAINTejun Heo1-14/+6
2008-08-22libata: fix EH action overwriting in ata_eh_reset()Tejun Heo1-2/+2
2008-08-22libata: implement no[hs]rst force paramsTejun Heo1-0/+4
2008-07-14libata-eh: update atapi_eh_request_sense() to take @dev instead of @qcTejun Heo1-10/+9
2008-07-14libata: improve EH internal command timeout handlingTejun Heo1-1/+120
2008-07-14libata: use ULONG_MAX to terminate reset timeout tableTejun Heo1-3/+5
2008-07-14libata: improve EH retry delay handlingTejun Heo1-18/+20
2008-07-14libata: consistently use msecs for time durationsTejun Heo1-16/+17
2008-05-19libata: ignore recovered PHY errorsTejun Heo1-6/+1
2008-05-19libata: kill hotplug related race conditionTejun Heo1-10/+42
2008-05-19libata: move reset freeze/thaw handling into ata_eh_reset()Tejun Heo1-28/+18
2008-05-19libata: reorganize ata_eh_reset() no reset method pathTejun Heo1-50/+52
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord1-1/+1
2008-04-25libata-eh set tf flags in NCQ EH result_tfMark Lord1-0/+1
2008-04-17libata: make EH fail gracefully if no reset method is availableTejun Heo1-1/+6
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-1/+1
2008-04-17libata: kill dead code paths in reset pathTejun Heo1-18/+1
2008-04-17libata: implement PMP helpersTejun Heo1-7/+7
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo1-18/+8
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo1-0/+5
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo1-5/+2
2008-04-17libata: rename SFF functionsTejun Heo1-1/+1
2008-04-17libata: implement ATA_QCFLAG_RETRYTejun Heo1-10/+8
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-0/+25
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo1-1/+1
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo1-13/+8
2008-04-17libata: prefer hardresetTejun Heo1-64/+35
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo1-1/+1
2008-03-10libata: allow LLDs w/o any reset methodTejun Heo1-0/+10
2008-02-20libata: implement libata.force module parameterTejun Heo1-3/+5
2008-01-23libata: fix off-by-one in error categorizationTejun Heo1-7/+6
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-4/+4
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton1-1/+2
2008-01-23[libata] Build fix WRT ata_is_xxx() new API introductionJeff Garzik1-1/+1
2008-01-23libata: implement fast speed down for unverified data transfer modeTejun Heo1-14/+83
2008-01-23libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo1-2/+31
2008-01-23libata: adjust speed down rulesTejun Heo1-6/+6
2008-01-23libata: clean up EH speed down implementationTejun Heo1-44/+73
2008-01-23libata: move ata_set_mode() to libata-eh.cTejun Heo1-0/+25
2008-01-23libata: factor out ata_eh_schedule_probe()Tejun Heo1-17/+21
2008-01-23libata-acpi: add ACPI _PSx methodShaohua Li1-0/+3
2008-01-10libata: don't normalize UNKNOWN to NONE after resetTejun Heo1-3/+1
2008-01-10libata-pmp: propagate timeout to host linkTejun Heo1-5/+15
2007-12-17libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer sizeTejun Heo1-2/+2
2007-12-01libata: report protocol and full CDB on errorTejun Heo1-9/+33
2007-11-19libata: remove unused functionsAdrian Bunk1-95/+0
2007-11-03libata: consider errors not associated with commands for speed downTejun Heo1-6/+13
2007-11-03libata: more robust reset failure handlingTejun Heo1-9/+16
2007-11-03libata: cosmetic clean up / reorganization of ata_eh_reset()Tejun Heo1-56/+56