aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-28libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz1-1/+1
2009-07-14libata: fix follow-up SRST failure pathTejun Heo1-0/+4
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-05-11libata: clear ering on resumeTejun Heo1-0/+13
2009-05-11libata: fix attach error handlingTejun Heo1-4/+17
2009-03-24[libata] Improve timeout handlingAlan Cox1-2/+17
2009-03-05libata: make sure port is thawed when skipping resetsTejun Heo1-1/+4
2009-03-05libata: don't use on-stack sense bufferTejun Heo1-1/+1
2009-02-02libata: add no penalty retry request for EH device handling routinesTejun Heo1-1/+5
2009-02-02libata: improve probe failure handlingTejun Heo1-0/+38
2009-02-02libata: add @spd_limit to sata_down_spd_limit()Tejun Heo1-5/+5
2009-02-02libata: clear dev->ering in smarter wayTejun Heo1-0/+7
2009-02-02libata: move ata_dev_disable() to libata-eh.cTejun Heo1-0/+21
2009-02-02libata: fix EH device failure handlingTejun Heo1-2/+3
2008-12-28libata: perform port detach in EHTejun Heo1-1/+31
2008-12-28libata: beef up iteratorsTejun Heo1-47/+37
2008-11-11libata: fix last_reset timestamp handlingTejun Heo1-10/+11
2008-10-27libata: clear saved xfer_mode and ncq_enabled on device detachTejun Heo1-1/+4
2008-10-27libata: fix device iteration bugsTejun Heo1-0/+9
2008-10-22libata: set device class to NONE if phys_offlineTejun Heo1-8/+8
2008-10-22libata-eh: fix slave link EH action mask handlingTejun Heo1-1/+4
2008-10-22libata: transfer EHI control flags to slave ehc.iTejun Heo1-0/+5
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+7
2008-10-09block: unify request timeout handlingJens Axboe1-6/+7
2008-09-29libata-eh: clear UNIT ATTENTION after resetTejun Heo1-0/+94
2008-09-29libata: Implement disk shock protection supportElias Oltmanns1-1/+125
2008-09-29libata: implement slave_linkTejun Heo1-26/+116
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