summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)Author
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2022-09-24ata: libata-eh: avoid needless hard reset when revalidating linkNiklas Cassel
2022-09-21ata: libata: drop superfluous ata_eh_analyze_tf() parameterNiklas Cassel
2022-09-21ata: libata: drop superfluous ata_eh_request_sense() parameterNiklas Cassel
2022-09-21ata: libata-eh: Remove the unneeded result variableye xingchen
2022-08-16ata: libata-eh: Add missing command nameDamien Le Moal
2022-06-20ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout()Sergey Shtylyov
2022-06-20ata: libata-eh: fix sloppy result type of ata_eh_nr_in_flight()Sergey Shtylyov
2022-02-20ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov
2022-02-02ata: libata-acpi: kill ata_acpi_on_suspend()Sergey Shtylyov
2022-01-05ata: libata: drop ata_msg_drv()Hannes Reinecke
2022-01-05ata: libata: revamp ata_get_cmd_descript()Hannes Reinecke
2022-01-05ata: libata: add tracepoints for ATA error handlingHannes Reinecke
2022-01-04ata: libata: add reset tracepointsHannes Reinecke
2021-11-11libata: fix read log timeout valueDamien Le Moal
2021-08-11scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-20libata: Fix fall-through warnings for Clangfor-5.13/libata-2021-04-27Gustavo A. R. Silva
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche
2020-10-23ata: fix some kernel-doc markupslibata-5.10-2020-10-24Mauro Carvalho Chehab
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-26ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz
2020-03-26ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz
2020-03-26ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hostsBartlomiej Zolnierkiewicz
2020-03-26ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz
2020-03-26ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz
2020-03-26ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz
2019-06-25libata: don't request sense data on !ZAC ATA devicesTejun Heo
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-06-19libata: convert eh to command iteratorsJens Axboe
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig
2018-05-11libata: add extra internal commandJens Axboe
2018-05-11libata: remove assumption that ATA_MAX_QUEUE - 1 is the maxJens Axboe
2018-05-10libata: Fix command retry decisionDamien Le Moal
2018-05-10libata: Honor RQF_QUIET flagDamien Le Moal
2018-05-10libata: Fix ata_err_string()Damien Le Moal
2018-05-10libata: Fix comment typo in ata_eh_analyze_tf()Damien Le Moal
2018-05-07driver core: add __printf verification to __ata_ehi_pushv_descMathieu Malaterre
2018-03-01ata: do not schedule hot plug if it is a sas hostJason Yan
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2017-11-03ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu
2017-10-23ata: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-17libata: Convert timers to use timer_setup()Kees Cook
2017-09-18libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-08-17drivers/ata: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney
2017-07-31libata: fix a couple of doc build warningsJonathan Corbet