aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-3/+3
11 daysMerge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+4
13 daysMerge tag 'ata-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds16-256/+774
2026-08-07Merge tag 'ata-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds2-1/+4
2026-08-07ata: pata_sl82c105: fix bridge revision use-after-freeHongyan Xu1-1/+3
2026-08-04ata: use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)4-8/+8
2026-08-04ata: libata-core: Disable LPM on WDC WD141KFGX-68FH9N0Niklas Cassel1-0/+1
2026-07-31Merge tag 'ata-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds7-42/+148
2026-07-29ata: libata-sata: fix ata_scsi_lpm_supported() iterationNiklas Cassel1-1/+1
2026-07-29ata: libata-core: Disable LPM on WD Green 2.5 480GBNiklas Cassel1-0/+1
2026-07-29ata: libata-core: Disable LPM on some WD drivesNiklas Cassel1-0/+8
2026-07-29scsi: libsas: terminate deferred commands on time outDamien Le Moal1-2/+3
2026-07-29ata: libata-scsi: schedule deferred atapi commandDamien Le Moal1-2/+6
2026-07-29ata: libata-scsi: terminate deferred commands on time outDamien Le Moal3-35/+109
2026-07-28ata: ata_generic: Don't store pci_device_idGary Guo1-3/+3
2026-07-28ata: libata-eh: Increase STANDBY IMMEDIATE timeoutMatt Vollrath1-0/+8
2026-07-23ata: pata_ep93xx: fix PIO fallback when DMA init failsRosen Penev1-9/+21
2026-07-23ata: pata_pxa: use devres for DMA channel managementRosen Penev1-18/+4
2026-07-21ata: libata-sff: don't busy-wait for PIO data-in command completionRichard Weinberger1-7/+17
2026-07-18ata: ahci_da850: use devm_platform_ioremap_resource()Rosen Penev1-13/+4
2026-07-18ata: sata_highbank: use devm_platform_ioremap_resourceRosen Penev1-13/+5
2026-07-18ata: pata_pxa: use devm_platform_ioremap_resourceRosen Penev1-24/+6
2026-07-18ata: pata_rb532_cf: use devm_platform_ioremap_resource()Rosen Penev1-11/+5
2026-07-18ata: sata_mv: use devm clock helpersRosen Penev1-33/+13
2026-07-18ata: sata_mv: Use platform_get_irq() to get interruptRosen Penev1-5/+1
2026-07-18ata: ahci_ceva: fix error paths in ceva_ahci_platform_enable_resources()Radhey Shyam Pandey1-4/+14
2026-07-18ata: sata_mv: accept 1 or 2 resources in platform probeRosen Penev1-1/+1
2026-07-18ata: pata_mpc52xx: Remove redundant dev_err()Pan Chuang1-3/+1
2026-07-18ata: libata-eh: make ata_eh_qc_complete() and ata_eh_qc_retry() staticDamien Le Moal1-2/+4
2026-07-18ata: libata-scsi: add support for the REMOVE ELEMENT AND MODIFY ZONES commandDamien Le Moal1-0/+39
2026-07-18ata: libata-scsi: add support for the RESTORE ELEMENTS AND REBUILD commandDamien Le Moal1-2/+35
2026-07-18ata: libata-scsi: add support for the REMOVE ELEMENT AND TRUNCATE commandDamien Le Moal1-0/+73
2026-07-18ata: libata-scsi: add support for the GET PHYSICAL ELEMENT STATUS commandDamien Le Moal1-0/+141
2026-07-18ata: libata-core: detect support for depopulation capabilitiesDamien Le Moal1-2/+71
2026-07-18ata: libata-scsi: improve ata_get_xlat_funcDamien Le Moal1-6/+8
2026-07-17Merge tag 'ata-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-26/+12
2026-07-16scsi: ata: pata_budda: Use named initializer for zorro_device_idUwe Kleine-König (The Capable Hub)1-4/+4
2026-07-13ata: sata_dwc_460ex: fix infinite loop in NCQ tag completion bit-scanningRosen Penev1-7/+2
2026-07-13ata: sata_dwc_460ex: fix clear_interrupt_bit() clearing all pending interruptsRosen Penev1-2/+1
2026-07-13ata: sata_dwc_460ex: use platform_get_irq()Rosen Penev1-14/+7
2026-07-13ata: sata_dwc_460ex: enable SATA interrupts only after IRQ handler is registeredRosen Penev1-3/+2
2026-07-10Merge tag 'ata-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linuxLinus Torvalds1-2/+2
2026-07-08ata: libata-core: Allow capacity transition to zero for locked drivesTJ Adams1-1/+1
2026-07-08ata: libata-core: Skip HPA resize for locked drivesTJ Adams1-1/+1
2026-07-06ata: libata-scsi: scale DSM TRIM payload by MAX PAGES PER DSM COMMANDNiklas Cassel1-41/+94
2026-07-06ata: libata-scsi: fix DSM TRIM for sector sizes larger than 2048 bytesNiklas Cassel1-14/+14
2026-07-06ata: libata-scsi: support the all command format for reporting supported commandsDamien Le Moal1-0/+39
2026-07-06ata: libata-scsi: support reporting options 2 in REPORT SUPPORTED OPERATION CODESDamien Le Moal1-0/+7
2026-07-06ata: libata-scsi: improve service action support in ata_scsi_report_supported_opcodes()Damien Le Moal1-6/+33
2026-07-06ata: libata-scsi: refactor ata_scsi_report_supported_opcodes()Damien Le Moal1-52/+145