summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2024-08-27ata: libata: Fix memory leak for error path in ata_host_alloc()Zheng Qixing
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
2024-06-30ata: libata-core: Fix double free on errorNiklas Cassel
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel
2024-06-30ata: libata-core: Fix null pointer dereference on errorNiklas Cassel
2024-06-28ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 modelsNiklas Cassel
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340Niklas Cassel
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSDNiklas Cassel
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1Niklas Cassel
2024-05-14Merge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2024-04-13ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv
2024-04-13ata: libata-core: Remove ata_exec_internal_sg()Damien Le Moal
2024-02-21ata: libata-core: Do not call ata_dev_power_set_standby() twiceDamien Le Moal
2024-02-14ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal
2023-11-08ata: libata-core: Fix ata_pci_shutdown_one()Damien Le Moal
2023-10-16ata: libata-core: Improve ata_dev_power_set_active()Damien Le Moal
2023-10-03ata: libata-core: Do not resume runtime suspended portsDamien Le Moal
2023-10-03ata: libata-core: Do not poweroff runtime suspended portsDamien Le Moal
2023-10-03ata: libata-core: Remove ata_port_resume_async()Damien Le Moal
2023-10-03ata: libata-core: Remove ata_port_suspend_async()Damien Le Moal
2023-10-03ata: libata-core: Detach a port devices on shutdownDamien Le Moal
2023-10-03ata: libata-core: Synchronize ata_port_detach() with hotplugDamien Le Moal
2023-10-03ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()Damien Le Moal
2023-10-03ata: ahci: print the lpm policy on bootNiklas Cassel
2023-09-28ata: libata-core: Fix compilation warning in ata_dev_config_ncq()Damien Le Moal
2023-09-28ata: libata-core: Do not register PM operations for SAS portsDamien Le Moal
2023-09-28ata: libata-scsi: Fix delayed scsi_rescan_device() executionDamien Le Moal
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal
2023-09-28ata: libata-core: Fix port and device removalDamien Le Moal
2023-09-28ata: libata-core: Fix ata_port_request_pm() lockingDamien Le Moal
2023-09-16ata: libata-core: fetch sense data for successful commands iff CDL enabledNiklas Cassel
2023-09-02ata: libata-core: Disable NCQ_TRIM on Micron 1100 drivesPawel Zmarzly
2023-08-02ata: libata-core: remove ata_bus_probe()Niklas Cassel
2023-08-02ata,scsi: cleanup __ata_port_probe()Hannes Reinecke
2023-08-02ata: libata-core: inline ata_port_probe()Hannes Reinecke
2023-08-02ata: libata: remove references to non-existing error_handler()Hannes Reinecke
2023-08-02ata: fix debounce timings typeSergey Shtylyov
2023-08-02ata: libata-core: fix parameter types of ata_wait_register()Sergey Shtylyov
2023-07-28ata: libata-core: fix when to fetch sense data for successful commandsNiklas Cassel
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-30Merge tag 'ata-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-06-18ata: libata-scsi: Avoid deadlock on rescan after device resumeDamien Le Moal
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel
2023-05-22scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal