aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)Author
2010-05-19libata-sff: separate out BMDMA EHTejun Heo
2010-05-19libata-sff: port_task is SFF specificTejun Heo
2010-04-22libata: ensure NCQ error result taskfile is fully initializedJeff Garzik
2010-04-22libata: fix locking around blk_abort_request()Tejun Heo
2010-01-20libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo
2009-12-03libata: retry failed FLUSH if device didn't fail itTejun Heo
2009-10-16libata: fix PMP initializationTejun Heo
2009-10-06libata: fix incorrect link online check during probeTejun Heo
2009-09-01libata: add command name parsing for error outputRobert Hancock
2009-09-01libata: clear eh_info on reset completionTejun Heo
2009-09-01[libata] EH: freeze port before aborting commandsJeff Garzik
2009-07-28libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz
2009-07-14libata: fix follow-up SRST failure pathTejun Heo
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson
2009-05-11libata: clear ering on resumeTejun Heo
2009-05-11libata: fix attach error handlingTejun Heo
2009-03-24[libata] Improve timeout handlingAlan Cox
2009-03-05libata: make sure port is thawed when skipping resetsTejun Heo
2009-03-05libata: don't use on-stack sense bufferTejun Heo
2009-02-02libata: add no penalty retry request for EH device handling routinesTejun Heo
2009-02-02libata: improve probe failure handlingTejun Heo
2009-02-02libata: add @spd_limit to sata_down_spd_limit()Tejun Heo
2009-02-02libata: clear dev->ering in smarter wayTejun Heo
2009-02-02libata: move ata_dev_disable() to libata-eh.cTejun Heo
2009-02-02libata: fix EH device failure handlingTejun Heo
2008-12-28libata: perform port detach in EHTejun Heo
2008-12-28libata: beef up iteratorsTejun Heo
2008-11-11libata: fix last_reset timestamp handlingTejun Heo
2008-10-27libata: clear saved xfer_mode and ncq_enabled on device detachTejun Heo
2008-10-27libata: fix device iteration bugsTejun Heo
2008-10-22libata: set device class to NONE if phys_offlineTejun Heo
2008-10-22libata-eh: fix slave link EH action mask handlingTejun Heo
2008-10-22libata: transfer EHI control flags to slave ehc.iTejun Heo
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-09block: unify request timeout handlingJens Axboe
2008-09-29libata-eh: clear UNIT ATTENTION after resetTejun Heo
2008-09-29libata: Implement disk shock protection supportElias Oltmanns
2008-09-29libata: implement slave_linkTejun Heo
2008-08-22libata: use ata_link_printk() when printing SErrorTejun Heo
2008-08-22libata: always do follow-up SRST if hardreset returned -EAGAINTejun Heo
2008-08-22libata: fix EH action overwriting in ata_eh_reset()Tejun Heo
2008-08-22libata: implement no[hs]rst force paramsTejun Heo
2008-07-14libata-eh: update atapi_eh_request_sense() to take @dev instead of @qcTejun Heo
2008-07-14libata: improve EH internal command timeout handlingTejun Heo
2008-07-14libata: use ULONG_MAX to terminate reset timeout tableTejun Heo
2008-07-14libata: improve EH retry delay handlingTejun Heo
2008-07-14libata: consistently use msecs for time durationsTejun Heo
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