summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2018-08-03libata: Fix command retry decisionDamien Le Moal1-4/+8
2018-07-17ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede2-0/+62
2018-07-17ata: Fix ZBC_OUT all bit handlingDamien Le Moal1-3/+8
2018-07-17ata: Fix ZBC_OUT command block checkDamien Le Moal1-6/+7
2018-06-26libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirkHans de Goede1-3/+0
2018-06-26libata: zpodd: small read overflow in eject_tray()Dan Carpenter1-1/+1
2018-06-26libata: zpodd: make arrays cdb static, reduces object code sizeColin Ian King1-2/+2
2018-05-30libata: Fix compile warning with ATA_DEBUG enabledDong Bo1-1/+1
2018-05-30libata: blacklist Micron 500IT SSD with MU01 firmwareSudip Mukherjee1-0/+2
2018-05-30libata: Blacklist some Sandisk SSDs for NCQTejun Heo1-0/+4
2018-05-16libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDsHans de Goede1-0/+3
2018-04-13ata: libahci: properly propagate return value of platform_get_irq()Thomas Petazzoni1-2/+3
2018-03-28libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 versionHans de Goede1-2/+5
2018-03-28libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versionsHans de Goede1-1/+1
2018-03-28libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDsHans de Goede1-0/+8
2018-03-28libata: Enable queued TRIM for Samsung SSD 860Ju Hyung Park1-1/+3
2018-03-28libata: disable LPM for Crucial BX100 SSD 500GB driveKai-Heng Feng1-0/+3
2018-03-28libata: Apply NOLPM quirk to Crucial MX100 512GB SSDsHans de Goede1-0/+5
2018-03-28libata: don't try to pass through NCQ commands to non-NCQ devicesEric Biggers1-0/+6
2018-03-28libata: remove WARN() for DMA or PIO command without dataEric Biggers1-2/+1
2018-03-28libata: fix length validation of ATAPI-relayed SCSI commandsEric Biggers1-1/+3
2018-03-28ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede1-1/+3
2018-02-17ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg1-0/+1
2018-02-17ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede1-0/+4
2018-02-17ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede1-16/+16
2018-01-23libata: apply MAX_SEC_1024 to all LITEON EP1 series devicesXinyu Lin1-0/+1
2017-12-14libata: drop WARN from protocol error in ata_sff_qc_issue()Tejun Heo1-1/+0
2017-11-30ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu1-1/+1
2017-11-21ata: SATA_MV should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-11-21ata: SATA_HIGHBANK should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-11-21ata: ATA_BMDMA should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-10-08libata: transport: Remove circular dependency at free timeGwendal Grignou1-6/+3
2017-10-08sata_via: Enable hotplug only on VT6421Ondrej Zary1-8/+10
2017-09-09cs5536: add support for IDE controller variantAndrey Korolyov2-0/+2
2017-08-11libata: array underflow in ata_find_dev()Dan Carpenter1-2/+4
2017-06-14ahci: Acer SA5-271 SSD Not Detected FixSui Chen1-0/+38
2017-04-12sata: ahci-da850: implement a workaround for the softreset quirkBartosz Golaszewski1-1/+32
2017-02-09libata: Fix ATA request senseDamien Le Moal1-0/+2
2017-02-09libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo1-2/+2
2017-02-09ata: sata_mv:- Handle return value of devm_ioremap.Arvind Yadav1-0/+3
2016-12-08libata-scsi: disable SCT Write Same for the momentNicolai Stange1-0/+1
2016-11-29ata: sata_mv: check for errors when parsing nr-ports from dtUwe Kleine-König1-1/+14
2016-11-21ahci: always fall back to single-MSI modeChristoph Hellwig1-7/+0
2016-11-01libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke1-1/+1
2016-10-25ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig1-1/+1
2016-10-20ahci: fix nvec checkChristoph Hellwig1-7/+7
2016-10-19ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig1-14/+17
2016-09-30ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian1-7/+1
2016-09-22pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra1-3/+1
2016-09-22ata: Replace BUG() with BUG_ON().Harman Kalra1-2/+1