summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-eh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ata: libata: Set DID_TIME_OUT for commands that actually timed outNiklas Cassel2024-10-241-0/+1
* ata: libata: avoid superfluous disk spin down + spin up during hibernationNiklas Cassel2024-10-091-4/+14
* ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense dataNiklas Cassel2024-09-111-0/+8
* ata: libata: Introduce ata_dev_free_resourcesDamien Le Moal2024-09-071-1/+4
* ata: libata: Move sector_buf from struct ata_port to struct ata_deviceDamien Le Moal2024-09-071-1/+1
* ata: libata: Rename ata_eh_read_sense_success_ncq_log()Damien Le Moal2024-09-071-3/+3
* ata: libata: Add helper ata_eh_decide_disposition()Niklas Cassel2024-08-291-5/+42
* scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-251-1/+4
* ata: libata-eh: Spinup disk on resume after revalidationDamien Le Moal2023-10-131-9/+11
* ata: libata-eh: Reduce "disable device" message verbosityDamien Le Moal2023-10-031-13/+19
* ata: libata-eh: Improve reset error messagesDamien Le Moal2023-10-031-0/+2
* ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal2023-09-281-1/+1
* ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal2023-09-281-1/+45
* ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel2023-09-161-3/+0
* ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel2023-09-161-10/+3
* ata: libata: remove references to non-existing error_handler()Hannes Reinecke2023-08-021-89/+63
* ata: libata-eh: fix reset timeout typeSergey Shtylyov2023-08-021-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-10/+120
|\
| * scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel2023-05-221-1/+104
| * scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITIONNiklas Cassel2023-05-221-9/+16
* | Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-06-301-5/+16
|\ \
| * | ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()Damien Le Moal2023-06-051-3/+1
| * | ata: libata-eh: Clarify ata_eh_qc_retry() behavior at call siteNiklas Cassel2023-06-011-2/+15
| |/
* / ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal2023-06-181-1/+1
|/
* ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel2023-01-041-11/+11
* ata: libata-eh: Cleanup ata_scsi_cmd_error_handler()Wenchao Hao2023-01-041-49/+52
* 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-151-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-121-3/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-291-1/+1
|\
| * scsi: core: Introduce enum scsi_dispositionBart Van Assche2021-04-161-1/+1
* | libata: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+1
|/