summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: ahci: Clean up sysfs file on errorNiklas Cassel2024-06-301-5/+12
* 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: ahci: Do not enable LPM if no LPM states are supported by the HBANiklas Cassel2024-06-191-0/+8
* ata: libata-scsi: Set the RMB bit only for removable media devicesDamien Le Moal2024-06-141-4/+4
* ata: pata_macio: Fix max_segment_size with PAGE_SIZE == 64KMichael Ellerman2024-06-061-3/+6
* 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: ahci: Do not apply Intel PCS quirk on Intel Alder LakeJason Nader2024-05-271-1/+0
* Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-211-6/+0
|\
| * ata: pata_cs5520: Remove unnecessary call to pci_enable_device_io()Heiner Kallweit2024-05-161-6/+0
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-148-69/+165
|\ \
| * | scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-118-19/+26
| * | scsi: pata_macio: Switch to using ->device_configureChristoph Hellwig2024-04-111-4/+5
| * | scsi: sata_nv: Switch to using ->device_configureChristoph Hellwig2024-04-111-8/+12
| * | scsi: ata: libata-sata: Factor out NCQ Priority configuration helpersIgor Pylypiv2024-03-251-38/+122
| |/
* | Merge tag 'ata-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-05-145-98/+58
|\ \
| * | ata: pata_legacy: make legacy_exit() work againSergey Shtylyov2024-05-071-4/+4
| * | ata: libata-core: Remove ata_exec_internal_sg()Damien Le Moal2024-04-132-80/+36
| * | ata: add HAS_IOPORT dependenciesNiklas Schnelle2024-04-082-14/+18
| |/
* | ata: libata-core: Allow command duration limits detection for ACS-4 drivesIgor Pylypiv2024-04-131-1/+1
* | ata: libata-scsi: Fix ata_scsi_dev_rescan() error pathDamien Le Moal2024-04-131-4/+5
* | ata: ahci: Add mask_port_map module parameterDamien Le Moal2024-04-051-0/+85
* | ata: sata_gemini: Check clk_enable() resultChen Ni2024-04-041-1/+4
* | ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann2024-04-041-32/+31
* | ata: ahci_st: Remove an unused field in struct st_ahci_drv_dataChristophe JAILLET2024-04-021-1/+0
* | ata: pata_macio: drop driver owner assignmentKrzysztof Kozlowski2024-04-011-3/+0
* | ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann2024-04-011-4/+2
* | scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-252-1/+13
|/
* ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki2024-03-191-13/+0
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-151-3/+1
|\
| * powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-3/+1
* | Merge tag 'ata-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds2024-03-135-241/+231
|\ \
| * | ahci: print the number of implemented portsNiklas Cassel2024-02-211-4/+10
| * | ahci: rename board_ahci_nomsiNiklas Cassel2024-02-191-4/+4
| * | ahci: drop unused board_ahci_noncqNiklas Cassel2024-02-191-8/+0
| * | ahci: clean up ahci_broken_devslp quirkNiklas Cassel2024-02-191-16/+10
| * | ahci: rename board_ahci_nosntfNiklas Cassel2024-02-191-7/+7
| * | ahci: clean up intel_pcs_quirkNiklas Cassel2024-02-132-182/+180
| * | ata: ahci: Drop low power policy board typeMario Limonciello2024-02-093-70/+53
| * | ata: ahci: do not enable LPM on external portsNiklas Cassel2024-02-091-0/+9
| * | ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy()Niklas Cassel2024-02-091-3/+3
| * | ata: ahci: a hotplug capable port is an external portNiklas Cassel2024-02-091-2/+3
| * | ata: ahci: move marking of external port earlierNiklas Cassel2024-02-092-7/+14
| * | ata: pata_parport: make pata_parport_bus_type constRicardo B. Marliere2024-02-061-1/+1
* | | ata: libata-core: Do not call ata_dev_power_set_standby() twiceDamien Le Moal2024-02-211-29/+30
* | | ata: ahci_ceva: fix error handling for Xilinx GT PHY supportRadhey Shyam Pandey2024-02-191-46/+79