aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)Author
2016-07-27scsi: fix race between simultaneous decrements of ->host_failedWei Fang
2015-12-07libata-eh.c: Introduce new ata port flag for controller which lockup on read ...Andreas Werner
2015-08-03Revert "libata: Implement NCQ autosense"Tejun Heo
2015-08-03Revert "libata: Implement support for sense data reporting"Tejun Heo
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-05-21libata: Fix regression when the NCQ Send and Receive log page is absentMartin K. Petersen
2015-05-05libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen
2015-04-25libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta
2015-03-27libata: Add tracepointsHannes Reinecke
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke
2015-03-27libata: Implement support for sense data reportingHannes Reinecke
2015-03-27libata: Implement NCQ autosenseHannes Reinecke
2015-03-27libata: whitespace cleanup in ata_get_cmd_descript()Hannes Reinecke
2015-03-27libata: use READ_LOG_DMA_EXTHannes Reinecke
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-01-20libata: fixup oops in ata_eh_link_report()Hannes Reinecke
2015-01-09libata: use __scsi_format_command()Hannes Reinecke
2015-01-07libata: Remove FIXME comment in atapi_eh_request_senseNicholas Krause
2015-01-05libata: export ata_get_cmd_descript()Andy Shevchenko
2014-11-05libata: Implement ATA_DEV_ZACHannes Reinecke
2014-07-15libata: EH should handle AMNF error condition as a media errorAlexey Asemov
2014-03-18libata, libsas: kill pm_result and related cleanupDan Williams
2014-03-07libata: end the r-wordDan Williams
2013-11-22ata: libata-eh: Remove unnecessary snprintf arithmeticLevente Kurusa
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2013-10-27libata: Add some missing command descriptionsRobert Hancock
2013-10-07libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failuresGwendal Grignou
2013-05-14libata: update "Maintained by:" tagsTejun Heo
2013-01-25[libata] pm: differentiate system and runtime pm for ata portAaron Lu
2013-01-21libata: handle power transition of ODDAaron Lu
2013-01-21libata: check zero power ready status for ZPODDAaron Lu
2013-01-14[libata] ahci: Fix lack of command retry after a success error handler.Bian Yu
2012-12-03libata: set dma_mode to 0xff in resetAaron Lu
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2012-09-13ahci: implement aggressive SATA device sleep supportShane Huang
2012-08-24[SCSI] libata: reset onceDan Williams
2012-07-25Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik
2012-07-25libata-eh.c: local functions should not be exposed globallyH Hartley Sweeten
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams
2012-05-07libata-eh don't waste time retrying media errors (v3)Mark Lord
2012-05-03libata: skip old error history when counting probe trialsLin Ming
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams
2011-11-09[libata] Issue SRST to Sil3726 PMPGwendal Grignou
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-10-08libata-eh: ata_eh_followup_srst_needed() does not need 'classes' parameterSergei Shtylyov
2011-07-23libata: leave port thawed after reset failureTejun Heo
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches
2011-06-07libata: fix unexpectedly frozen port after ata_eh_reset()Tejun Heo