summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-25libata: Use per port sync for detachKai-Heng Feng1-6/+5
2020-02-28ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha1-0/+21
2019-12-31libata: Ensure ata_port probe has completed before detachJohn Garry1-0/+3
2019-06-19libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede1-3/+6
2018-12-21libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli1-0/+1
2018-07-17ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede1-0/+3
2018-06-26libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirkHans de Goede1-3/+0
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-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: remove WARN() for DMA or PIO command without dataEric Biggers1-2/+1
2018-01-23libata: apply MAX_SEC_1024 to all LITEON EP1 series devicesXinyu Lin1-0/+1
2017-09-07ata: avoid gcc-7 warning in ata_timing_quantizeArnd Bergmann1-10/+10
2017-08-29Revert "libata: quirk read log on no-name M.2 SSD"Tejun Heo1-4/+0
2017-08-29libata: check for trusted computing in IDENTIFY DEVICE dataChristoph Hellwig1-0/+3
2017-08-28libata: quirk read log on no-name M.2 SSDChristoph Hellwig1-0/+4
2017-07-10libata: Cleanup ata_read_log_page()Damien Le Moal1-3/+3
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-70/+144
2017-07-04Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-06-27libata: Support for an ATA PASS-THROUGH(32) command.Minwoo Im1-1/+1
2017-06-05libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig1-0/+32
2017-06-05libata: factor out a ata_identify_page_supported helperChristoph Hellwig1-27/+32
2017-06-05libata: clarify log page naming / groupingChristoph Hellwig1-5/+5
2017-06-05libata: factor out a ata_log_supported helperChristoph Hellwig1-43/+16
2017-06-05libata: move ata_read_log_page to libata-core.cChristoph Hellwig1-0/+64
2017-05-31libata: fix error checking in in ata_parse_force_one()Tejun Heo1-1/+1
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-03-13libata: make ata_sg_clean static over againJason Yan1-1/+1
2017-03-13libata: use setup_deferrable_timerGeliang Tang1-3/+3
2017-01-09Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo1-2/+4
2017-01-06libata: Fix ATA request senseDamien Le Moal1-0/+2
2017-01-06libata: apply MAX_SEC_1024 to all CX1-JB*-HP devicesTejun Heo1-2/+2
2017-01-06libata: Protect DMA core code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven1-26/+35
2017-01-06libata: Make ata_sg_clean() static againGeert Uytterhoeven1-1/+1
2016-12-14Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-3/+10
2016-12-14ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares1-3/+10
2016-12-14Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-1/+34
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-20ata: set ncq_prio_enabled iff device has supportAdam Manzanares1-2/+1
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares1-1/+2
2016-10-19ata: Enabling ATA Command PrioritiesAdam Manzanares1-1/+34
2016-07-28Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds1-0/+4
2016-07-27Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds1-6/+8