summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)Author
2021-10-09libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan
2021-09-22libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede
2021-09-22libata: fix ata_host_start()Damien Le Moal
2020-10-01ata: make qc_prep return ata_completion_errorsJiri Slaby
2020-06-29libata: Use per port sync for detachKai-Heng Feng
2020-01-04libata: Ensure ata_port probe has completed before detachJohn Garry
2019-06-22libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede
2018-12-21libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli
2018-07-17ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede
2018-07-03libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirkHans de Goede
2018-05-30libata: blacklist Micron 500IT SSD with MU01 firmwareSudip Mukherjee
2018-05-30libata: Blacklist some Sandisk SSDs for NCQTejun Heo
2018-05-16libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDsHans de Goede
2018-03-28libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 versionHans de Goede
2018-03-28libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versionsHans de Goede
2018-03-28libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDsHans de Goede
2018-03-28libata: Enable queued TRIM for Samsung SSD 860Ju Hyung Park
2018-03-28libata: disable LPM for Crucial BX100 SSD 500GB driveKai-Heng Feng
2018-03-28libata: Apply NOLPM quirk to Crucial MX100 512GB SSDsHans de Goede
2018-03-28libata: remove WARN() for DMA or PIO command without dataEric Biggers
2018-01-23libata: apply MAX_SEC_1024 to all LITEON EP1 series devicesXinyu Lin
2017-02-09libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo
2016-08-10libata: LITE-ON CX1-JB256-HP needs lower max_sectorsTejun Heo
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-08-26Add factory recertified Crucial M500s to blacklistGuillermo A. Amaral
2015-08-10libata: fix libata-core.c kernel-doc warningRandy Dunlap
2015-08-03Revert "libata: Implement support for sense data reporting"Tejun Heo
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo
2015-07-16libata: Do not blacklist M510DCMartin K. Petersen
2015-07-15libata: increase the timeout when setting transfer modeMikulas Patocka
2015-07-15libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l...David Milburn
2015-07-15libata: force disable trim for SuperSSpeed S238Arne Fitzenreiter
2015-07-14libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVERAleksei Mamlin
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-06-18libata: Do not blacklist Micron M500DCMartin K. Petersen
2015-06-10libata: finally use __initconst in ata_parse_force_one()Rasmus Villemoes
2015-05-29Doc: libata: Fix spelling typo found in libata.xmlMasanari Iida
2015-05-05libata: Allow NCQ TRIM to be enabled or disabled with a module parameterMartin K. Petersen
2015-05-04libata: Blacklist queued TRIM on all Samsung 800-seriesMartin K. Petersen
2015-04-25libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta
2015-04-25libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-03-27libata: Blacklist queued TRIM on Samsung SSD 850 ProMartin K. Petersen
2015-03-27libata: Update Crucial/Micron blacklistMartin K. Petersen
2015-03-27libata: Add tracepointsHannes Reinecke
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke
2015-03-27libata: Implement support for sense data reportingHannes Reinecke
2015-03-19ata: Add a new flag to destinguish sas controllerShaohua Li
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-09Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo