summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
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
2023-05-22scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal
2023-05-22scsi: ata: libata: Detect support for command duration limitsDamien Le Moal
2023-05-16ata: libata-core: Simplify if condition in ata_dev_revalidate()Yahu Gao
2023-05-15ata: libata: Make ata_platform_remove_one return voidUwe Kleine-König
2023-03-24scsi: ata: Declare SCSI host templates constBart Van Assche
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-02-14ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LHPatrick McLean
2023-02-02ata: libata: Fix sata_down_spd_limit() when no link speed is reportedDamien Le Moal
2023-01-14ata: libata: exclude FUA support for known buggy drivesDamien Le Moal
2023-01-14ata: libata: Fix FUA handling in ata_build_rw_tf()Damien Le Moal
2023-01-14ata: libata: cleanup fua support detectionDamien Le Moal
2023-01-14ata: libata: Rename and cleanup ata_rwcmd_protocol()Damien Le Moal
2023-01-04ata: scsi: rename flag ATA_QCFLAG_FAILED to ATA_QCFLAG_EHNiklas Cassel
2022-10-19ata: libata-core: do not retry reading the log on timeoutNiklas Cassel
2022-10-18ata: make use of ata_port_is_frozen() helperNiklas Cassel
2022-10-07Merge tag 'ata-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2022-09-27libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205Niklas Cassel
2022-09-16ata: libata-core: Check errors in sata_print_link_status()Li Zhong