summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drivesHEADmasterDaniel Baumann39 hours1-0/+4
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge tag 'ata-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-09-191-461/+425
|\
| * ata: libata: Improve CDL resource managementDamien Le Moal2024-09-071-24/+37
| * ata: libata: Introduce ata_dev_free_resourcesDamien Le Moal2024-09-071-8/+19
| * ata: libata: Move sector_buf from struct ata_port to struct ata_deviceDamien Le Moal2024-09-071-37/+26
| * ata: libata: Move sata_std_hardreset() definition to libata-sata.cDamien Le Moal2024-09-071-35/+0
| * ata: libata: Move sata_down_spd_limit() to libata-sata.cDamien Le Moal2024-09-071-85/+0
| * ata: libata: Improve __ata_qc_complete()Damien Le Moal2024-09-071-5/+7
| * ata: libata: Print device quirks only onceDamien Le Moal2024-08-021-1/+7
| * ata: libata: Remove ata_noop_qc_prep()Damien Le Moal2024-08-021-11/+7
| * ata: libata: Print quirks applied to devicesDamien Le Moal2024-07-301-5/+71
| * ata: libata: Use QUIRK instead of HORKAGEDamien Le Moal2024-07-301-245/+245
| * ata: libata: Rename ata_dma_blacklisted()Damien Le Moal2024-07-291-8/+9
| * ata: libata: Change ata_dev_knobble() to return a boolDamien Le Moal2024-07-291-2/+2
* | ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing2024-08-261-1/+3
|/
* ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel2024-07-041-0/+1
* ata: libata-core: Reuse available ata_port print_idsNiklas Cassel2024-07-041-2/+9
* ata: libata: Assign print_id at port allocation timeNiklas Cassel2024-07-041-5/+1
* ata: libata-core: Remove local_port_no struct memberNiklas Cassel2024-07-041-4/+1
* ata: libata-core: Remove support for decreasing the number of portsNiklas Cassel2024-07-041-17/+5
* Merge remote-tracking branch 'libata/for-6.10-fixes' into for-6.11Niklas Cassel2024-07-041-13/+26
|\
| * ata: libata-core: Fix double free on errorNiklas Cassel2024-06-301-4/+4
| * ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2024-06-301-10/+14
| * ata: libata-core: Fix null pointer dereference on errorNiklas Cassel2024-06-301-0/+3
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 modelsNiklas Cassel2024-06-281-2/+1
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340Niklas Cassel2024-05-311-0/+3
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSDNiklas Cassel2024-05-311-0/+3
| * ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1Niklas Cassel2024-05-311-1/+2
* | ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2024-07-031-0/+8
|/
* Merge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-05-151-76/+32
|\
| * ata: libata-core: Remove ata_exec_internal_sg()Damien Le Moal2024-04-131-76/+32
* | ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv2024-04-131-1/+1
|/
* ata: libata-core: Do not call ata_dev_power_set_standby() twiceDamien Le Moal2024-02-211-29/+30
* ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal2024-02-141-0/+4
* ata: libata-core: Fix ata_pci_shutdown_one()Damien Le Moal2023-11-081-15/+1
* ata: libata-core: Improve ata_dev_power_set_active()Damien Le Moal2023-10-161-0/+34
* ata: libata-core: Do not resume runtime suspended portsDamien Le Moal2023-10-031-4/+2
* ata: libata-core: Do not poweroff runtime suspended portsDamien Le Moal2023-10-031-1/+2
* ata: libata-core: Remove ata_port_resume_async()Damien Le Moal2023-10-031-13/+8
* ata: libata-core: Remove ata_port_suspend_async()Damien Le Moal2023-10-031-29/+17
* ata: libata-core: Detach a port devices on shutdownDamien Le Moal2023-10-031-1/+15
* ata: libata-core: Synchronize ata_port_detach() with hotplugDamien Le Moal2023-10-031-4/+4
* ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()Damien Le Moal2023-10-031-22/+33
* ata: ahci: print the lpm policy on bootNiklas Cassel2023-10-031-1/+1
* ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal2023-09-281-1/+1
* ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal2023-09-281-1/+1
* ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal2023-09-281-0/+16
* ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal2023-09-281-0/+90
* ata: libata-core: Fix port and device removalDamien Le Moal2023-09-281-1/+20