summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-16ata: libata-core: disable LPM on ADATA SU680 SSDDamien Le Moal1-0/+3
2026-03-05ata: libata-core: Add BRIDGE_OK quirk for QEMU drivesPedro Falcato1-0/+1
2026-03-04ata: libata-core: Disable LPM on ST1000DM010-2EP102Maximilian Pezzullo1-0/+1
2026-02-24ata: libata-core: fix cancellation of a port deferred qc workDamien Le Moal1-5/+3
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-13Merge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-52/+185
2026-01-26ata: libata-core: Quirk INTEL SSDSC2KG480G8 max_sectorsNiklas Cassel1-0/+3
2026-01-14ata: libata-scsi: avoid Non-NCQ command starvationDamien Le Moal1-0/+5
2026-01-13ata: libata: Print features also for ATAPI devicesNiklas Cassel1-0/+3
2026-01-13ata: libata: Add DIPM and HIPM to ata_dev_print_features() early returnNiklas Cassel1-1/+2
2026-01-13ata: libata: Add cpr_log to ata_dev_print_features() early returnNiklas Cassel1-1/+1
2026-01-13ata: libata: Call ata_dev_config_lpm() for ATAPI devicesNiklas Cassel1-0/+2
2025-12-16ata: libata-core: Disable LPM on ST2000DM008-2FR102Niklas Cassel1-0/+3
2025-12-15ata: libata: Allow more quirksNiklas Cassel1-9/+9
2025-12-15ata: libata: Add libata.force parameter max_secNiklas Cassel1-0/+1
2025-12-15ata: libata: Add support to parse equal sign in libata.forceNiklas Cassel1-2/+36
2025-12-15ata: libata: Change libata.force to use the generic ATA_QUIRK_MAX_SEC quirkNiklas Cassel1-12/+16
2025-12-15ata: libata: Add ata_force_get_fe_for_dev() helperNiklas Cassel1-22/+34
2025-12-15ata: libata: Add ATA_QUIRK_MAX_SEC and convert all device quirksNiklas Cassel1-9/+59
2025-12-15ata: libata: avoid long timeouts on hot-unplugged SATA DASHenry Tseng1-0/+24
2025-12-06Merge tag 'ata-6.19-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2025-12-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2025-12-05Merge tag 'ata-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-0/+4
2025-12-02ata: libata-core: Quirk DELLBOSS VD max_sectorsNiklas Cassel1-0/+11
2025-11-28ata: libata-core: Disable LPM on Silicon Motion MD619{H,G}XCLDE3TCNiklas Cassel1-0/+4
2025-11-20Merge patch series "Add OP-TEE based RPMB driver for UFS devices"Martin K. Petersen1-7/+4
2025-11-20ata: libata-core: Set capacity to zero for a security locked driveNiklas Cassel1-0/+10
2025-11-08scsi: ata: Use ACPI methods to power on disksMarkus Probst1-0/+2
2025-10-13ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal1-7/+4
2025-08-01ata: libata-core: Remove space before newlineColin Ian King1-1/+1
2025-07-16ata: libata-eh: Simplify reset operation managementDamien Le Moal1-2/+2
2025-07-04ata: libata-core: Rename ata_do_set_mode()Damien Le Moal1-3/+3
2025-07-04ata: libata-core: Make ata_dev_cleanup_cdl_resources() staticDamien Le Moal1-1/+1
2025-07-04ata: libata-core: Cache the general purpose log directoryDamien Le Moal1-2/+37
2025-07-02ata: libata-core: Reduce the number of messages signaling broken LPMDamien Le Moal1-1/+2
2025-07-02ata: libata-core: Advertize device support for DIPM and HIPM featuresDamien Le Moal1-1/+3
2025-07-02ata: libata-core: Move device LPM quirk settings to ata_dev_config_lpm()Damien Le Moal1-17/+26
2025-07-02ata: libata-core: Introduce ata_dev_config_lpm()Damien Le Moal1-0/+25
2025-06-30ata: libata: Remove ATA_DFLAG_ZAC device flagDamien Le Moal1-12/+1
2025-04-21ata: libata-core: Simplify ata_print_version_onceHeiner Kallweit1-6/+0
2025-03-27Merge tag 'ata-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-2/+40
2025-03-18ata: libata-core: Add ATA_QUIRK_NO_LPM_ON_ATI for certain Samsung SSDsNiklas Cassel1-3/+11
2025-03-18ata: libata: Fix NCQ Non-Data log not supported printNiklas Cassel1-1/+1
2025-03-12ata: libata: Improve return value of atapi_check_dma()Huacai Chen1-1/+1
2025-03-01Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives"Niklas Cassel1-4/+0
2025-02-03ata: libata-core: Add 'external' to the libata.force kernel parameterNiklas Cassel1-0/+38
2025-01-27ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drivesDaniel Baumann1-0/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1