aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/libataLinus 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/libataLinus 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/paulmck/linux-rcu into core/rcuIngo 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/libataLinus 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/libataLinus Torvalds1-2/+6