summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-eh.c
AgeCommit message (Expand)Author
2025-07-16ata: libata-eh: Simplify reset operation managementDamien Le Moal
2025-07-16ata: libata-eh: Remove ata_do_eh()Damien Le Moal
2025-07-11ata: libata-eh: Make ata_eh_followup_srst_needed() return a boolDamien Le Moal
2025-07-07ata: libata-eh: use bool for fastdrain in ata_eh_set_pending()Damien Le Moal
2025-07-07ata: libata: Introduce ata_port_eh_scheduled()Damien Le Moal
2025-07-04ata: libata-core: Rename ata_do_set_mode()Damien Le Moal
2025-07-04ata: libata-eh: Rename and make ata_set_mode() staticDamien Le Moal
2025-07-02ata: libata_eh: Add debug messages to ata_eh_link_set_lpm()Damien Le Moal
2025-07-02ata: libata-eh: Avoid unnecessary resets when revalidating devicesDamien Le Moal
2025-06-30ata: libata-eh: Move and rename ata_eh_set_lpm()Damien Le Moal
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-20ata: libata-eh: Keep DIPM disabled while modifying the allowed LPM statesNiklas Cassel
2025-05-20ata: libata-eh: Rename no_dipm variable to be more clearNiklas Cassel
2025-05-20ata: libata-eh: Rename hipm and dipm variablesNiklas Cassel
2025-05-20ata: libata-eh: Add ata_eh_set_lpm() WARN_ON_ONCENiklas Cassel
2025-05-20ata: libata-eh: Update DIPM comments to reflect realityNiklas Cassel
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-02-21ata: libata-eh: Do not use ATAPI DMA for a device limited to PIO modeNiklas Cassel
2024-10-24ata: libata: Set DID_TIME_OUT for commands that actually timed outNiklas Cassel
2024-10-09ata: libata: avoid superfluous disk spin down + spin up during hibernationNiklas Cassel
2024-09-11ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense dataNiklas Cassel
2024-09-07ata: libata: Introduce ata_dev_free_resourcesDamien Le Moal
2024-09-07ata: libata: Move sector_buf from struct ata_port to struct ata_deviceDamien Le Moal
2024-09-07ata: libata: Rename ata_eh_read_sense_success_ncq_log()Damien Le Moal
2024-08-29ata: libata: Add helper ata_eh_decide_disposition()Niklas Cassel
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal
2023-10-13ata: libata-eh: Spinup disk on resume after revalidationDamien Le Moal
2023-10-03ata: libata-eh: Reduce "disable device" message verbosityDamien Le Moal
2023-10-03ata: libata-eh: Improve reset error messagesDamien Le Moal
2023-09-28ata: libata-eh: Fix compilation warning in ata_eh_link_report()Damien Le Moal
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal
2023-09-16ata: libata-eh: do not thaw the port twice in ata_eh_reset()Niklas Cassel
2023-09-16ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()Niklas Cassel
2023-08-02ata: libata: remove references to non-existing error_handler()Hannes Reinecke
2023-08-02ata: libata-eh: fix reset timeout typeSergey Shtylyov
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-06-18ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal
2023-06-05ata: libata-eh: Use ata_ncq_enabled() in ata_eh_speed_down()Damien Le Moal
2023-06-01ata: libata-eh: Clarify ata_eh_qc_retry() behavior at call siteNiklas Cassel
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel
2023-05-22scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITIONNiklas Cassel
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel
2023-01-04ata: libata-eh: Cleanup ata_scsi_cmd_error_handler()Wenchao Hao
2022-11-19ata: libata: fix commands incorrectly not getting retried during NCQ errorNiklas Cassel
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel
2022-10-17ata: libata: fetch sense data for ATA devices supporting sense reportingNiklas Cassel
2022-10-17ata: libata: only set sense valid flag if sense data is validNiklas Cassel
2022-10-17ata: libata: clarify when ata_eh_request_sense() will be calledNiklas Cassel
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds