summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* libata: update "Maintained by:" tagsTejun Heo2013-05-141-1/+1
* [libata] pm: differentiate system and runtime pm for ata portAaron Lu2013-01-251-7/+10
* libata: handle power transition of ODDAaron Lu2013-01-211-0/+2
* libata: check zero power ready status for ZPODDAaron Lu2013-01-211-2/+12
* [libata] ahci: Fix lack of command retry after a success error handler.Bian Yu2013-01-141-1/+1
* libata: set dma_mode to 0xff in resetAaron Lu2012-12-031-0/+1
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-021-0/+2
|\
| * [SCSI] libata: reset onceDan Williams2012-08-241-0/+2
* | ahci: implement aggressive SATA device sleep supportShane Huang2012-09-131-5/+7
|/
* Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik2012-07-251-11/+46
|\
| * [SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2012-07-201-11/+46
* | libata-eh.c: local functions should not be exposed globallyH Hartley Sweeten2012-07-251-1/+1
|/
* libata-eh don't waste time retrying media errors (v3)Mark Lord2012-05-071-3/+21
* libata: skip old error history when counting probe trialsLin Ming2012-05-031-1/+2
* [SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams2012-02-191-0/+1
* [libata] Issue SRST to Sil3726 PMPGwendal Grignou2011-11-091-1/+11
* ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* libata-eh: ata_eh_followup_srst_needed() does not need 'classes' parameterSergei Shtylyov2011-10-081-3/+2
* libata: leave port thawed after reset failureTejun Heo2011-07-231-1/+10
* ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches2011-07-231-75/+68
* libata: fix unexpectedly frozen port after ata_eh_reset()Tejun Heo2011-06-071-4/+8
* 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