summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)AuthorFilesLines
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-23scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel1-1/+104
2023-05-23scsi: 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-15ata: 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-12scsi: ata: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-3/+2
2021-04-29Merge 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-16scsi: core: Introduce enum scsi_dispositionBart Van Assche1-1/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-08-24treewide: 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-06Merge 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