aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal1-1/+4
2023-10-13ata: libata-eh: Spinup disk on resume after revalidationDamien Le Moal1-9/+11
2023-10-03ata: libata-eh: Reduce "disable device" message verbosityDamien Le Moal1-13/+19
2023-10-03ata: libata-eh: Improve reset error messagesDamien Le Moal1-0/+2
2023-09-28ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal1-1/+1
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal1-1/+45
2023-09-16ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel1-3/+0
2023-09-16ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel1-10/+3
2023-08-02ata: libata: remove references to non-existing error_handler()Hannes Reinecke1-89/+63
2023-08-02ata: libata-eh: fix reset timeout typeSergey Shtylyov1-3/+3
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+120
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-5/+16
2023-06-18ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal1-1/+1
2023-06-05ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()Damien Le Moal1-3/+1
2023-06-01ata: libata-eh: Clarify ata_eh_qc_retry() behavior at call siteNiklas Cassel1-2/+15
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel1-1/+104
2023-05-22scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITIONNiklas Cassel1-9/+16
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel1-11/+11
2023-01-04ata: libata-eh: Cleanup ata_scsi_cmd_error_handler()Wenchao Hao1-49/+52
2022-11-19ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel1-0/+1
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel1-11/+10
2022-10-17ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel1-2/+1
2022-10-17ata: libata: only set sense valid flag if sense data is validNiklas Cassel1-2/+4
2022-10-17ata: libata: clarify when ata_eh_request_sense() will be calledNiklas Cassel1-1/+8
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-12/+26
2022-09-24ata: libata-eh: avoid needless hard reset when revalidating linkNiklas Cassel1-0/+19
2022-09-21ata: libata: drop superfluous ata_eh_analyze_tf() parameterNiklas Cassel1-4/+3
2022-09-21ata: libata: drop superfluous ata_eh_request_sense() parameterNiklas Cassel1-4/+3
2022-09-21ata: libata-eh: Remove the unneeded result variableye xingchen1-4/+1
2022-08-16ata: libata-eh: Add missing command nameDamien Le Moal1-0/+1
2022-06-20ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout()Sergey Shtylyov1-11/+11
2022-06-20ata: libata-eh: fix sloppy result type of ata_eh_nr_in_flight()Sergey Shtylyov1-4/+4
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov1-21/+21
2022-02-02ata: libata-acpi: kill ata_acpi_on_suspend()Sergey Shtylyov1-6/+1
2022-01-05ata: libata: drop ata_msg_drv()Hannes Reinecke1-2/+1
2022-01-05ata: libata: revamp ata_get_cmd_descript()Hannes Reinecke1-13/+9
2022-01-05ata: libata: add tracepoints for ATA error handlingHannes Reinecke1-19/+7
2022-01-04ata: libata: add reset tracepointsHannes Reinecke1-3/+18
2021-11-11libata: fix read log timeout valueDamien Le Moal1-0/+8
2021-08-11scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+2
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-04-20libata: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche1-1/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-03-26ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz1-131/+0
2020-03-26ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz1-74/+0
2020-03-26ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hostsBartlomiej Zolnierkiewicz1-1/+2
2020-03-26ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz1-4/+0
2020-03-26ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz1-2/+18
2020-03-26ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz1-4/+0
2019-06-25libata: don't request sense data on !ZAC ATA devicesTejun Heo1-3/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-18/+1
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig1-4/+0
2018-06-19libata: convert eh to command iteratorsJens Axboe1-25/+16
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-10/+46
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+0
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig1-51/+0
2018-05-11libata: add extra internal commandJens Axboe1-1/+2
2018-05-11libata: remove assumption that ATA_MAX_QUEUE - 1 is the maxJens Axboe1-2/+5
2018-05-10libata: Fix command retry decisionDamien Le Moal1-4/+8
2018-05-10libata: Honor RQF_QUIET flagDamien Le Moal1-1/+25
2018-05-10libata: Fix ata_err_string()Damien Le Moal1-0/+4
2018-05-10libata: Fix comment typo in ata_eh_analyze_tf()Damien Le Moal1-2/+2
2018-05-07driver core: add __printf verification to __ata_ehi_pushv_descMathieu Malaterre1-2/+2
2018-03-01ata: do not schedule hot plug if it is a sas hostJason Yan1-1/+2
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-6/+8
2017-11-03ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu1-1/+1
2017-10-23ata: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-17libata: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-09-18libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede1-5/+5
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-5/+3
2017-08-17drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-5/+3
2017-07-31libata: fix a couple of doc build warningsJonathan Corbet1-2/+2
2017-07-15libata: remove unused rc in ata_eh_handle_port_resumeKefeng Wang1-2/+1
2017-06-05libata: move ata_read_log_page to libata-core.cChristoph Hellwig1-64/+0
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-13/+31
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2017-01-09libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven1-13/+31
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-2/+6
2016-07-15ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke1-1/+2
2016-07-14libata-eh: decode all taskfile protocolsHannes Reinecke1-0/+3
2016-07-14ata: fixup ATA_PROT_NODATAHannes Reinecke1-1/+1
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley1-1/+1
2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang1-1/+1
2016-05-09libata: Implement ZBC OUT translationHannes Reinecke1-0/+1
2016-05-09libata: implement ZBC IN translationHannes Reinecke1-0/+1
2016-05-09libata: do not attempt to retrieve sense code twiceHannes Reinecke1-2/+2
2016-04-04libata: Implement control mode page to select sense formatHannes Reinecke1-2/+2
2016-04-04libata: evaluate SCSI sense codeHannes Reinecke1-9/+20
2016-04-04libata-eh: Set 'information' field for autosenseHannes Reinecke1-0/+2
2016-04-04libata: Implement support for sense data reportingHannes Reinecke1-4/+64
2016-04-04libata: Implement NCQ autosenseHannes Reinecke1-0/+12
2015-12-07libata-eh.c: Introduce new ata port flag for controller which lockup on read ...Andreas Werner1-0/+8
2015-08-03Revert "libata: Implement NCQ autosense"Tejun Heo1-18/+0
2015-08-03Revert "libata: Implement support for sense data reporting"Tejun Heo1-83/+3
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo1-3/+0
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-1/+12
2015-05-21libata: Fix regression when the NCQ Send and Receive log page is absentMartin K. Petersen1-0/+1
2015-05-05libata: Fall back to unqueued READ LOG EXT if the DMA variant failsMartin K. Petersen1-1/+11
2015-04-25libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta1-0/+3
2015-03-27libata: Add tracepointsHannes Reinecke1-1/+3
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke1-0/+3
2015-03-27libata: Implement support for sense data reportingHannes Reinecke1-3/+83
2015-03-27libata: Implement NCQ autosenseHannes Reinecke1-0/+18
2015-03-27libata: whitespace cleanup in ata_get_cmd_descript()Hannes Reinecke1-25/+25
2015-03-27libata: use READ_LOG_DMA_EXTHannes Reinecke1-2/+7
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+9
2015-01-20libata: fixup oops in ata_eh_link_report()Hannes Reinecke1-2/+3
2015-01-09libata: use __scsi_format_command()Hannes Reinecke1-10/+7
2015-01-07libata: Remove FIXME comment in atapi_eh_request_senseNicholas Krause1-1/+0
2015-01-05libata: export ata_get_cmd_descript()Andy Shevchenko1-0/+1
2014-11-05libata: Implement ATA_DEV_ZACHannes Reinecke1-2/+5
2014-07-15libata: EH should handle AMNF error condition as a media errorAlexey Asemov1-4/+5
2014-03-18libata, libsas: kill pm_result and related cleanupDan Williams1-11/+2
2014-03-07libata: end the r-wordDan Williams1-2/+3
2013-11-22ata: libata-eh: Remove unnecessary snprintf arithmeticLevente Kurusa1-3/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-0/+8
2013-10-27libata: Add some missing command descriptionsRobert Hancock1-0/+8
2013-10-07libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failuresGwendal Grignou1-3/+3
2013-05-14libata: update "Maintained by:" tagsTejun Heo1-1/+1
2013-01-25[libata] pm: differentiate system and runtime pm for ata portAaron Lu1-7/+10
2013-01-21libata: handle power transition of ODDAaron Lu1-0/+2
2013-01-21libata: check zero power ready status for ZPODDAaron Lu1-2/+12
2013-01-14[libata] ahci: Fix lack of command retry after a success error handler.Bian Yu1-1/+1
2012-12-03libata: set dma_mode to 0xff in resetAaron Lu1-0/+1
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+2
2012-09-13ahci: implement aggressive SATA device sleep supportShane Huang1-5/+7
2012-08-24[SCSI] libata: reset onceDan Williams1-0/+2
2012-07-25Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik1-11/+46
2012-07-25libata-eh.c: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams1-11/+46
2012-05-07libata-eh don't waste time retrying media errors (v3)Mark Lord1-3/+21
2012-05-03libata: skip old error history when counting probe trialsLin Ming1-1/+2
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams1-0/+1
2011-11-09[libata] Issue SRST to Sil3726 PMPGwendal Grignou1-1/+11
2011-10-31ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-10-08libata-eh: ata_eh_followup_srst_needed() does not need 'classes' parameterSergei Shtylyov1-3/+2
2011-07-23libata: leave port thawed after reset failureTejun Heo1-1/+10
2011-07-23ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>Joe Perches1-75/+68
2011-06-07libata: fix unexpectedly frozen port after ata_eh_reset()Tejun Heo1-4/+8
2011-05-19libata: Power off empty portsKristen Carlson Accardi1-1/+1
2011-05-14libata: fix oops when LPM is used with PMPTejun Heo1-1/+1
2011-04-24libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65Tejun Heo1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-02libata: separate error handler into usable componentsJames Bottomley1-9/+44
2011-03-02libata: fix eh lockingJames Bottomley1-2/+7
2011-03-02libata: fix hotplug for drivers which don't implement LPMTejun Heo1-1/+1
2010-12-24libata: issue DIPM enable commands with LPM state updatedTejun Heo1-3/+14
2010-10-21libata: implement cross-port EH exclusionTejun Heo1-1/+43
2010-10-21libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo1-1/+1
2010-10-21libata: implement LPM support for port multipliersTejun Heo1-6/+15
2010-10-21libata: reimplement link power managementTejun Heo1-19/+145
2010-10-21libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo1-1/+1
2010-10-21[libata] Add ATA transport classGwendal Grignou1-14/+21
2010-09-09libata: skip EH autopsy and recovery during suspendTejun Heo1-0/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2010-08-01[libata] add ATA_CMD_DSM to ata_get_cmd_descriptFUJITA Tomonori1-0/+1
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo1-2/+2
2010-05-19libata-sff: separate out BMDMA EHTejun Heo1-1/+1
2010-05-19libata-sff: port_task is SFF specificTejun Heo1-2/+2
2010-04-22libata: ensure NCQ error result taskfile is fully initializedJeff Garzik1-0/+1
2010-04-22libata: fix locking around blk_abort_request()Tejun Heo1-0/+4
2010-01-20libata: retry FS IOs even if it has failed with AC_ERR_INVALIDTejun Heo1-2/+3
2009-12-03libata: retry failed FLUSH if device didn't fail itTejun Heo1-0/+94
2009-10-16libata: fix PMP initializationTejun Heo1-2/+4
2009-10-06libata: fix incorrect link online check during probeTejun Heo1-18/+32
2009-09-01libata: add command name parsing for error outputRobert Hancock1-2/+126
2009-09-01libata: clear eh_info on reset completionTejun Heo1-3/+9
2009-09-01[libata] EH: freeze port before aborting commandsJeff Garzik1-2/+4
2009-07-28libata: add missing NULL pointer check to ata_eh_reset()Bartlomiej Zolnierkiewicz1-1/+1
2009-07-14libata: fix follow-up SRST failure pathTejun Heo1-0/+4
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson1-1/+1
2009-05-11libata: clear ering on resumeTejun Heo1-0/+13
2009-05-11libata: fix attach error handlingTejun Heo1-4/+17
2009-03-24[libata] Improve timeout handlingAlan Cox1-2/+17
2009-03-05libata: make sure port is thawed when skipping resetsTejun Heo1-1/+4
2009-03-05libata: don't use on-stack sense bufferTejun Heo1-1/+1
2009-02-02libata: add no penalty retry request for EH device handling routinesTejun Heo1-1/+5
2009-02-02libata: improve probe failure handlingTejun Heo1-0/+38
2009-02-02libata: add @spd_limit to sata_down_spd_limit()Tejun Heo1-5/+5
2009-02-02libata: clear dev->ering in smarter wayTejun Heo1-0/+7
2009-02-02libata: move ata_dev_disable() to libata-eh.cTejun Heo1-0/+21
2009-02-02libata: fix EH device failure handlingTejun Heo1-2/+3
2008-12-28libata: perform port detach in EHTejun Heo1-1/+31
2008-12-28libata: beef up iteratorsTejun Heo1-47/+37
2008-11-11libata: fix last_reset timestamp handlingTejun Heo1-10/+11
2008-10-27libata: clear saved xfer_mode and ncq_enabled on device detachTejun Heo1-1/+4
2008-10-27libata: fix device iteration bugsTejun Heo1-0/+9
2008-10-22libata: set device class to NONE if phys_offlineTejun Heo1-8/+8
2008-10-22libata-eh: fix slave link EH action mask handlingTejun Heo1-1/+4
2008-10-22libata: transfer EHI control flags to slave ehc.iTejun Heo1-0/+5
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+7
2008-10-09block: unify request timeout handlingJens Axboe1-6/+7
2008-09-29libata-eh: clear UNIT ATTENTION after resetTejun Heo1-0/+94
2008-09-29libata: Implement disk shock protection supportElias Oltmanns1-1/+125
2008-09-29libata: implement slave_linkTejun Heo1-26/+116