summaryrefslogtreecommitdiff
path: root/drivers/ata
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-14ata: pata_rdc: Use registered definition for the RDC vendorAndy Shevchenko
2025-07-11ata: libata-eh: Make ata_eh_followup_srst_needed() return a boolDamien Le Moal
2025-07-09ata: libata-transport: replace scnprintf with sysfs_emit for simple attributesJonathan Velez
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-04ata: libata-core: Make ata_dev_cleanup_cdl_resources() staticDamien Le Moal
2025-07-04ata: libata-core: Cache the general purpose log directoryDamien Le Moal
2025-07-02ata: libata_eh: Add debug messages to ata_eh_link_set_lpm()Damien Le Moal
2025-07-02ata: libata-core: Reduce the number of messages signaling broken LPMDamien Le Moal
2025-07-02ata: ahci: Disallow LPM policy control if not supportedDamien Le Moal
2025-07-02ata: ahci: Disallow LPM policy control for external portsDamien Le Moal
2025-07-02ata: ahci: Disable DIPM if host lacks supportDamien Le Moal
2025-07-02ata: libata-sata: Disallow changing LPM state if not supportedDamien Le Moal
2025-07-02ata: libata-eh: Avoid unnecessary resets when revalidating devicesDamien Le Moal
2025-07-02ata: libata-core: Advertize device support for DIPM and HIPM featuresDamien Le Moal
2025-07-02ata: libata-core: Move device LPM quirk settings to ata_dev_config_lpm()Damien Le Moal
2025-07-02ata: libata-core: Introduce ata_dev_config_lpm()Damien Le Moal
2025-06-30ata: libata-eh: Move and rename ata_eh_set_lpm()Damien Le Moal
2025-06-30ata: ahci: Clarify mobile_lpm_policy descriptionDamien Le Moal
2025-06-30ata: Fix SATA_MOBILE_LPM_POLICY description in KconfigDamien Le Moal
2025-06-30ata: libata-scsi: Cleanup ata_scsi_offline_dev()Damien Le Moal
2025-06-30ata: libata: Remove ATA_DFLAG_ZAC device flagDamien Le Moal
2025-06-25ata: ahci: Use correct DMI identifier for ASUSPRO-D840SA LPM quirkNiklas Cassel
2025-06-17ata: ahci: Disallow LPM for Asus B550-F motherboardMikko Korhonen
2025-06-13ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboardNiklas Cassel
2025-06-11ata: ahci: Use correct BIOS build date for ThinkPad W541 quirkNiklas Cassel
2025-06-11ata: pata_macio: Fix PCI region leakPhilipp Stanner
2025-06-10ata: pata_cs5536: fix build on 32-bit UMLJohannes Berg
2025-06-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis
2025-06-10ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330Tasos Sahanidis
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-03Merge tag 'ata-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
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-25ata: libata-scsi: Do not set the INFORMATION field twice for ATA PTIgor Pylypiv
2025-04-24ata: sata_sx4: Fix spelling mistake "parttern" -> "pattern"Colin Ian King
2025-04-22ata: libata-scsi: Improve CDL controlDamien Le Moal
2025-04-22ata: libata-scsi: Fix ata_msense_control_ata_feature()Damien Le Moal
2025-04-22ata: libata-scsi: Fix ata_mselect_control_ata_feature() return typeDamien Le Moal
2025-04-21ata: libata-sata: Use BIT() macro to convert tag to bit fieldNiklas Cassel
2025-04-21ata: libata-sata: Simplify sense_valid fetchingNiklas Cassel
2025-04-21ata: libata-core: Simplify ata_print_version_onceHeiner Kallweit
2025-04-16ata: libata-sata: Save all fields from sense data descriptorNiklas Cassel