summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* libata: Power off empty portsKristen Carlson Accardi2011-05-191-1/+1
* libata: fix oops when LPM is used with PMPTejun Heo2011-05-141-1/+1
* libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65Tejun Heo2011-04-241-2/+4
* Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* libata: separate error handler into usable componentsJames Bottomley2011-03-021-9/+44
* libata: fix eh lockingJames Bottomley2011-03-021-2/+7
* libata: fix hotplug for drivers which don't implement LPMTejun Heo2011-03-021-1/+1
* libata: issue DIPM enable commands with LPM state updatedTejun Heo2010-12-241-3/+14
* libata: implement cross-port EH exclusionTejun Heo2010-10-211-1/+43
* libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-211-1/+1
* libata: implement LPM support for port multipliersTejun Heo2010-10-211-6/+15
* libata: reimplement link power managementTejun Heo2010-10-211-19/+145
* libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-211-1/+1
* [libata] Add ATA transport classGwendal Grignou2010-10-211-14/+21
* libata: skip EH autopsy and recovery during suspendTejun Heo2010-09-091-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-2/+2
|\
| * libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-021-2/+2
* | [libata] add ATA_CMD_DSM to ata_get_cmd_descriptFUJITA Tomonori2010-08-011-0/+1
|/
* libata-sff: separate out BMDMA EHTejun Heo2010-05-191-1/+1
* libata-sff: port_task is SFF specificTejun Heo2010-05-191-2/+2
* libata: ensure NCQ error result taskfile is fully initializedJeff Garzik2010-04-221-0/+1
* libata: fix locking around blk_abort_request()Tejun Heo2010-04-221-0/+4
* libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo2010-01-201-2/+3
* libata: retry failed FLUSH if device didn't fail itTejun Heo2009-12-031-0/+94
* libata: fix PMP initializationTejun Heo2009-10-161-2/+4
* libata: fix incorrect link online check during probeTejun Heo2009-10-061-18/+32
* libata: add command name parsing for error outputRobert Hancock2009-09-011-2/+126
* libata: clear eh_info on reset completionTejun Heo2009-09-011-3/+9
* [libata] EH: freeze port before aborting commandsJeff Garzik2009-09-011-2/+4
* libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz2009-07-281-1/+1
* libata: fix follow-up SRST failure pathTejun Heo2009-07-141-0/+4
* trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-121-1/+1
* libata: clear ering on resumeTejun Heo2009-05-111-0/+13
* libata: fix attach error handlingTejun Heo2009-05-111-4/+17
* [libata] Improve timeout handlingAlan Cox2009-03-241-2/+17
* libata: make sure port is thawed when skipping resetsTejun Heo2009-03-051-1/+4
* libata: don't use on-stack sense bufferTejun Heo2009-03-051-1/+1
* libata: add no penalty retry request for EH device handling routinesTejun Heo2009-02-021-1/+5
* libata: improve probe failure handlingTejun Heo2009-02-021-0/+38
* libata: add @spd_limit to sata_down_spd_limit()Tejun Heo2009-02-021-5/+5
* libata: clear dev->ering in smarter wayTejun Heo2009-02-021-0/+7
* libata: move ata_dev_disable() to libata-eh.cTejun Heo2009-02-021-0/+21
* libata: fix EH device failure handlingTejun Heo2009-02-021-2/+3
* libata: perform port detach in EHTejun Heo2008-12-281-1/+31
* libata: beef up iteratorsTejun Heo2008-12-281-47/+37
* libata: fix last_reset timestamp handlingTejun Heo2008-11-111-10/+11
* libata: clear saved xfer_mode and ncq_enabled on device detachTejun Heo2008-10-271-1/+4
* libata: fix device iteration bugsTejun Heo2008-10-271-0/+9
* libata: set device class to NONE if phys_offlineTejun Heo2008-10-221-8/+8
* libata-eh: fix slave link EH action mask handlingTejun Heo2008-10-221-1/+4
OpenPOWER on IntegriCloud