summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2024-06-30ata: ahci: Clean up sysfs file on errorNiklas Cassel1-5/+12
2024-06-30ata: libata-core: Fix double free on errorNiklas Cassel1-4/+4
2024-06-30ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel1-10/+14
2024-06-30ata: libata-core: Fix null pointer dereference on errorNiklas Cassel1-0/+3
2024-06-28ata: libata-core: Add ATA_HORKAGE_NOLPM for all Crucial BX SSD1 modelsNiklas Cassel1-2/+1
2024-06-19ata: ahci: Do not enable LPM if no LPM states are supported by the HBANiklas Cassel1-0/+8
2024-06-14ata: libata-scsi: Set the RMB bit only for removable media devicesDamien Le Moal1-4/+4
2024-06-06ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64KMichael Ellerman1-3/+6
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340Niklas Cassel1-0/+3
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSDNiklas Cassel1-0/+3
2024-05-31ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1Niklas Cassel1-1/+2
2024-05-27ata: ahci: Do not apply Intel PCS quirk on Intel Alder LakeJason Nader1-1/+0
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+0
2024-05-16ata: pata_cs5520: Remove unnecessary call to pci_enable_device_io()Heiner Kallweit1-6/+0
2024-05-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-69/+165
2024-05-15Merge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds5-98/+58
2024-05-07ata: pata_legacy: make legacy_exit() work againSergey Shtylyov1-4/+4
2024-04-13ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv1-1/+1
2024-04-13ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal1-4/+5
2024-04-13ata: libata-core: Remove ata_exec_internal_sg()Damien Le Moal2-80/+36
2024-04-12scsi: libata: Switch to using ->device_configureChristoph Hellwig8-19/+26
2024-04-12scsi: pata_macio: Switch to using ->device_configureChristoph Hellwig1-4/+5
2024-04-12scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig1-8/+12
2024-04-08ata: add HAS_IOPORT dependenciesNiklas Schnelle2-14/+18
2024-04-05ata: ahci: Add mask_port_map module parameterDamien Le Moal1-0/+85
2024-04-04ata: sata_gemini: Check clk_enable() resultChen Ni1-1/+4
2024-04-04ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann1-32/+31
2024-04-02ata: ahci_st: Remove an unused field in struct st_ahci_drv_dataChristophe JAILLET1-1/+0
2024-04-01ata: pata_macio: drop driver owner assignmentKrzysztof Kozlowski1-3/+0
2024-04-01ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann1-4/+2
2024-03-25scsi: ata: libata-sata: Factor out NCQ Priority configuration helpersIgor Pylypiv1-38/+122
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-1/+13
2024-03-19ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki1-13/+0
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+1
2024-03-13Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds5-241/+231
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li1-3/+1
2024-02-21ahci: print the number of implemented portsNiklas Cassel1-4/+10
2024-02-21ata: libata-core: Do not call ata_dev_power_set_standby() twiceDamien Le Moal1-29/+30
2024-02-19ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey1-46/+79
2024-02-19ahci: asm1064: correct count of reported portsAndrey Jr. Melnikov1-3/+11
2024-02-19ahci: rename board_ahci_nomsiNiklas Cassel1-4/+4
2024-02-19ahci: drop unused board_ahci_noncqNiklas Cassel1-8/+0
2024-02-19ahci: clean up ahci_broken_devslp quirkNiklas Cassel1-16/+10
2024-02-19ahci: rename board_ahci_nosntfNiklas Cassel1-7/+7
2024-02-14ata: libata-core: Do not try to set sleeping devices to standbyDamien Le Moal1-0/+4
2024-02-13ahci: clean up intel_pcs_quirkNiklas Cassel2-182/+180
2024-02-09ata: ahci: Drop low power policy board typeMario Limonciello3-70/+53
2024-02-09ata: ahci: do not enable LPM on external portsNiklas Cassel1-0/+9
2024-02-09ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy()Niklas Cassel1-3/+3
2024-02-09ata: ahci: a hotplug capable port is an external portNiklas Cassel1-2/+3