summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2026-03-16ata: libata-core: disable LPM on ADATA SU680 SSDDamien Le Moal
2026-03-05ata: libata-core: Add BRIDGE_OK quirk for QEMU drivesPedro Falcato
2026-03-04ata: libata-core: Disable LPM on ST1000DM010-2EP102Maximilian Pezzullo
2026-02-24ata: libata-core: fix cancellation of a port deferred qc workDamien Le Moal
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2026-01-26ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectorsNiklas Cassel
2026-01-14ata: libata-scsi: avoid Non-NCQ command starvationDamien Le Moal
2026-01-13ata: libata: Print features also for ATAPI devicesNiklas Cassel
2026-01-13ata: libata: Add DIPM and HIPM to ata_dev_print_features() early returnNiklas Cassel
2026-01-13ata: libata: Add cpr_log to ata_dev_print_features() early returnNiklas Cassel
2026-01-13ata: libata: Call ata_dev_config_lpm() for ATAPI devicesNiklas Cassel
2025-12-16ata: libata-core: Disable LPM on ST2000DM008-2FR102Niklas Cassel
2025-12-15ata: libata: Allow more quirksNiklas Cassel
2025-12-15ata: libata: Add libata.force parameter max_secNiklas Cassel
2025-12-15ata: libata: Add support to parse equal sign in libata.forceNiklas Cassel
2025-12-15ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirkNiklas Cassel
2025-12-15ata: libata: Add ata_force_get_fe_for_dev() helperNiklas Cassel
2025-12-15ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirksNiklas Cassel
2025-12-15ata: libata: avoid long timeouts on hot-unplugged SATA DASHenry Tseng
2025-12-05Merge tag 'ata-6.19-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-12-04Merge tag 'ata-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2025-12-02ata: libata-core: Quirk DELLBOSS VD max_sectorsNiklas Cassel
2025-11-28ata: libata-core: Disable LPM on Silicon Motion MD619{H,G}XCLDE3TCNiklas Cassel
2025-11-20Merge patch series "Add OP-TEE based RPMB driver for UFS devices"Martin K. Petersen
2025-11-20ata: libata-core: Set capacity to zero for a security locked driveNiklas Cassel
2025-11-08scsi: ata: Use ACPI methods to power on disksMarkus Probst
2025-10-13ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal
2025-08-01ata: libata-core: Remove space before newlineColin Ian King
2025-07-16ata: libata-eh: Simplify reset operation managementDamien Le Moal
2025-07-04ata: libata-core: Rename ata_do_set_mode()Damien 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-core: Reduce the number of messages signaling broken LPMDamien 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: Remove ATA_DFLAG_ZAC device flagDamien Le Moal
2025-04-21ata: libata-core: Simplify ata_print_version_onceHeiner Kallweit
2025-03-26Merge tag 'ata-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2025-03-18ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDsNiklas Cassel
2025-03-18ata: libata: Fix NCQ Non-Data log not supported printNiklas Cassel
2025-03-12ata: libata: Improve return value of atapi_check_dma()Huacai Chen
2025-03-01Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives"Niklas Cassel
2025-02-03ata: libata-core: Add 'external' to the libata.force kernel parameterNiklas Cassel
2025-01-27ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drivesDaniel Baumann
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro