summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
...
| * libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen2015-05-051-1/+11
* | libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta2015-04-251-0/+3
|/
* libata: Add tracepointsHannes Reinecke2015-03-271-1/+3
* libata-eh: Set 'information' field for autosenseHannes Reinecke2015-03-271-0/+3
* libata: Implement support for sense data reportingHannes Reinecke2015-03-271-3/+83
* libata: Implement NCQ autosenseHannes Reinecke2015-03-271-0/+18
* libata: whitespace cleanup in ata_get_cmd_descript()Hannes Reinecke2015-03-271-25/+25
* libata: use READ_LOG_DMA_EXTHannes Reinecke2015-03-271-2/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-02-111-11/+9Star
|\
| * libata: fixup oops in ata_eh_link_report()Hannes Reinecke2015-01-201-2/+3
| * libata: use __scsi_format_command()Hannes Reinecke2015-01-091-10/+7Star
* | libata: Remove FIXME comment in atapi_eh_request_senseNicholas Krause2015-01-071-1/+0Star
* | libata: export ata_get_cmd_descript()Andy Shevchenko2015-01-051-0/+1
|/
* libata: Implement ATA_DEV_ZACHannes Reinecke2014-11-051-2/+5
* libata: EH should handle AMNF error condition as a media errorAlexey Asemov2014-07-151-4/+5
* libata, libsas: kill pm_result and related cleanupDan Williams2014-03-181-11/+2Star
* libata: end the r-wordDan Williams2014-03-071-2/+3
* ata: libata-eh: Remove unnecessary snprintf arithmeticLevente Kurusa2013-11-221-3/+2Star
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-11-131-0/+8
|\
| * libata: Add some missing command descriptionsRobert Hancock2013-10-271-0/+8
* | libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failuresGwendal Grignou2013-10-071-3/+3
|/
* 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-031-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-11-011-0/+1
* libata-eh: ata_eh_followup_srst_needed() does not need 'classes' parameterSergei Shtylyov2011-10-081-3/+2Star
* 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/+68Star
* libata: fix unexpectedly frozen port after ata_eh_reset()Tejun Heo2011-06-071-4/+8
* libata: Power off empty portsKristen Carlson Accardi2011-05-201-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