summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)Author
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 ClangGustavo A. R. Silva
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche
2020-10-23ata: fix some kernel-doc markupsMauro 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
2017-07-15libata: remove unused rc in ata_eh_handle_port_resumeKefeng Wang
2017-06-05libata: move ata_read_log_page to libata-core.cChristoph Hellwig
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-09libata-eh: Use switch() instead of sparse array for protocol stringsGeert Uytterhoeven
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2016-07-15ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke
2016-07-14libata-eh: decode all taskfile protocolsHannes Reinecke
2016-07-14ata: fixup ATA_PROT_NODATAHannes Reinecke
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley
2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang
2016-05-09libata: Implement ZBC OUT translationHannes Reinecke