summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
6 daysata: libata-core: Disable LPM on ST2000DM008-2FR102Niklas Cassel
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
2024-09-19Merge tag 'ata-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2024-09-07ata: libata: Improve CDL resource managementDamien Le Moal
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: Move sata_std_hardreset() definition to libata-sata.cDamien Le Moal
2024-09-07ata: libata: Move sata_down_spd_limit() to libata-sata.cDamien Le Moal
2024-09-07ata: libata: Improve __ata_qc_complete()Damien Le Moal
2024-08-27ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing
2024-08-02ata: libata: Print device quirks only onceDamien Le Moal
2024-08-02ata: libata: Remove ata_noop_qc_prep()Damien Le Moal
2024-07-30ata: libata: Print quirks applied to devicesDamien Le Moal
2024-07-30ata: libata: Use QUIRK instead of HORKAGEDamien Le Moal
2024-07-29ata: libata: Rename ata_dma_blacklisted()Damien Le Moal
2024-07-29ata: libata: Change ata_dev_knobble() to return a boolDamien Le Moal
2024-07-04ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel
2024-07-04ata: libata-core: Reuse available ata_port print_idsNiklas Cassel
2024-07-04ata: libata: Assign print_id at port allocation timeNiklas Cassel
2024-07-04ata: libata-core: Remove local_port_no struct memberNiklas Cassel
2024-07-04ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel
2024-07-04Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11Niklas Cassel
2024-07-03ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv