summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+43
* libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-221-1/+1
* libata: implement LPM support for port multipliersTejun Heo2010-10-221-6/+15
* libata: reimplement link power managementTejun Heo2010-10-221-19/+145
* libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-221-1/+1
* [libata] Add ATA transport classGwendal Grignou2010-10-221-14/+21
* libata: skip EH autopsy and recovery during suspendTejun Heo2010-09-101-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-021-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-231-0/+1
* libata: fix locking around blk_abort_request()Tejun Heo2010-04-231-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-071-18/+32
* libata: add command name parsing for error outputRobert Hancock2009-09-021-2/+126
* libata: clear eh_info on reset completionTejun Heo2009-09-021-3/+9
* [libata] EH: freeze port before aborting commandsJeff Garzik2009-09-021-2/+4
* libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz2009-07-291-1/+1
* libata: fix follow-up SRST failure pathTejun Heo2009-07-151-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-251-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-031-1/+5
* libata: improve probe failure handlingTejun Heo2009-02-031-0/+38
* libata: add @spd_limit to sata_down_spd_limit()Tejun Heo2009-02-031-5/+5
* libata: clear dev->ering in smarter wayTejun Heo2009-02-031-0/+7
* libata: move ata_dev_disable() to libata-eh.cTejun Heo2009-02-031-0/+21
* libata: fix EH device failure handlingTejun Heo2009-02-031-2/+3
* libata: perform port detach in EHTejun Heo2008-12-291-1/+31
* libata: beef up iteratorsTejun Heo2008-12-291-47/+37Star
* libata: fix last_reset timestamp handlingTejun Heo2008-11-111-10/+11
* libata: clear saved xfer_mode and ncq_enabled on device detachTejun Heo2008-10-281-1/+4
* libata: fix device iteration bugsTejun Heo2008-10-281-0/+9
* libata: set device class to NONE if phys_offlineTejun Heo2008-10-231-8/+8
* libata-eh: fix slave link EH action mask handlingTejun Heo2008-10-231-1/+4
* libata: transfer EHI control flags to slave ehc.iTejun Heo2008-10-231-0/+5
* Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-101-6/+7
|\
| * block: unify request timeout handlingJens Axboe2008-10-091-6/+7
* | libata-eh: clear UNIT ATTENTION after resetTejun Heo2008-09-291-0/+94