summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c
Commit message (Expand)AuthorAgeFilesLines
* ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel2022-11-191-0/+1
* ata: make use of ata_port_is_frozen() helperNiklas Cassel2022-10-181-11/+10
* ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel2022-10-171-2/+1
* ata: libata: only set sense valid flag if sense data is validNiklas Cassel2022-10-171-2/+4
* ata: libata: clarify when ata_eh_request_sense() will be calledNiklas Cassel2022-10-171-1/+8
* Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-10-071-12/+26
|\
| * ata: libata-eh: avoid needless hard reset when revalidating linkNiklas Cassel2022-09-241-0/+19
| * ata: libata: drop superfluous ata_eh_analyze_tf() parameterNiklas Cassel2022-09-211-4/+3
| * ata: libata: drop superfluous ata_eh_request_sense() parameterNiklas Cassel2022-09-211-4/+3
| * ata: libata-eh: Remove the unneeded result variableye xingchen2022-09-211-4/+1
* | ata: libata-eh: Add missing command nameDamien Le Moal2022-08-161-0/+1
|/
* ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout()Sergey Shtylyov2022-06-201-11/+11
* ata: libata-eh: fix sloppy result type of ata_eh_nr_in_flight()Sergey Shtylyov2022-06-201-4/+4
* ata: add/use ata_taskfile::{error|status} fieldsSergey Shtylyov2022-02-201-21/+21
* ata: libata-acpi: kill ata_acpi_on_suspend()Sergey Shtylyov2022-02-021-6/+1
* ata: libata: drop ata_msg_drv()Hannes Reinecke2022-01-051-2/+1
* ata: libata: revamp ata_get_cmd_descript()Hannes Reinecke2022-01-051-13/+9
* ata: libata: add tracepoints for ATA error handlingHannes Reinecke2022-01-051-19/+7
* ata: libata: add reset tracepointsHannes Reinecke2022-01-041-3/+18
* libata: fix read log timeout valueDamien Le Moal2021-11-111-0/+8
* scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-3/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-1/+1
|\
| * scsi: core: Introduce enum scsi_dispositionBart Van Assche2021-04-151-1/+1
* | libata: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1
|/
* ata: fix some kernel-doc markupsMauro Carvalho Chehab2020-10-231-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-131/+0
* ata: start separating SATA specific code from libata-eh.cBartlomiej Zolnierkiewicz2020-03-261-74/+0
* ata: let compiler optimize out ata_eh_set_lpm() on non-SATA hostsBartlomiej Zolnierkiewicz2020-03-261-1/+2
* ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz2020-03-261-4/+0
* ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz2020-03-261-2/+18
* ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz2020-03-261-4/+0
* libata: don't request sense data on !ZAC ATA devicesTejun Heo2019-06-251-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-18/+1
* block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-4/+0
* libata: convert eh to command iteratorsJens Axboe2018-06-191-25/+16
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-06-051-10/+46
|\
| * libata: add extra internal commandJens Axboe2018-05-111-1/+2
| * libata: remove assumption that ATA_MAX_QUEUE - 1 is the maxJens Axboe2018-05-111-2/+5
| * libata: Fix command retry decisionDamien Le Moal2018-05-101-4/+8
| * libata: Honor RQF_QUIET flagDamien Le Moal2018-05-101-1/+25
| * libata: Fix ata_err_string()Damien Le Moal2018-05-101-0/+4
| * libata: Fix comment typo in ata_eh_analyze_tf()Damien Le Moal2018-05-101-2/+2
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-041-51/+0
|\ \
| * | libata: remove ata_scsi_timed_outChristoph Hellwig2018-05-291-51/+0
| |/
* / driver core: add __printf verification to __ata_ehi_pushv_descMathieu Malaterre2018-05-071-2/+2
|/
* ata: do not schedule hot plug if it is a sas hostJason Yan2018-03-011-1/+2
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-11-151-6/+8
|\
| * ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu2017-11-031-1/+1
| * ata: mark expected switch fall-throughsGustavo A. R. Silva2017-10-231-0/+2