aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09libata: add horkage for ASMedia 1092Hannes Reinecke1-0/+2
2021-11-18ata: libata: add missing ata_identify_page_supported() callsDamien Le Moal1-1/+5
2021-11-17ata: libata: improve ata_read_log_page() error messageDamien Le Moal1-2/+3
2021-11-12libata: add horkage for missing Identify Device logDamien Le Moal1-1/+12
2021-11-02Merge tag 'libata-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-1/+1
2021-10-26libata: support concurrent positioning ranges logDamien Le Moal1-2/+55
2021-10-12libata: fix checking of DMA stateReimar Döffinger1-1/+1
2021-09-03libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan1-2/+32
2021-09-03libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede1-0/+4
2021-08-18libata: print feature list on device scanDamien Le Moal1-0/+17
2021-08-18libata: fix ata_read_log_page() warningDamien Le Moal1-34/+13
2021-08-18libata: cleanup NCQ priority handlingDamien Le Moal1-18/+14
2021-08-18libata: cleanup ata_dev_configure()Damien Le Moal1-56/+75
2021-08-18libata: cleanup device sleep capability detectionDamien Le Moal1-23/+32
2021-08-18libata: fix ata_host_start()Damien Le Moal1-1/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-8/+8
2020-06-18libata: Use per port sync for detachKai-Heng Feng1-6/+5
2020-04-20ata: libata-core: fix a doc warningMauro Carvalho Chehab1-1/+1
2020-03-26ata: make "libata.force" kernel parameter optionalBartlomiej Zolnierkiewicz1-2/+20
2020-03-26ata: move sata_deb_timing_*() to libata-sata.cBartlomiej Zolnierkiewicz1-8/+0
2020-03-26ata: move ata_qc_complete_multiple() to libata-sata.cBartlomiej Zolnierkiewicz1-59/+0
2020-03-26ata: move sata_link_hardreset() to libata-sata.cBartlomiej Zolnierkiewicz1-113/+0
2020-03-26ata: move sata_link_{debounce,resume}() to libata-sata.cBartlomiej Zolnierkiewicz1-138/+0
2020-03-26ata: move *sata_set_spd*() to libata-sata.cBartlomiej Zolnierkiewicz1-81/+0
2020-03-26ata: move sata_scr_*() to libata-sata.cBartlomiej Zolnierkiewicz1-109/+0
2020-03-26ata: start separating SATA specific code from libata-core.cBartlomiej Zolnierkiewicz1-245/+0
2020-03-26ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hostsBartlomiej Zolnierkiewicz1-0/+2
2020-03-26ata: separate PATA timings code from libata-core.cBartlomiej Zolnierkiewicz1-181/+2
2020-03-26ata: fix CodingStyle issues in PATA timings codeBartlomiej Zolnierkiewicz1-15/+27
2020-03-26ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz1-5/+0
2020-03-26ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz1-125/+83
2020-03-26ata: optimize struct ata_force_param sizeBartlomiej Zolnierkiewicz1-3/+3
2020-03-26ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] sizeBartlomiej Zolnierkiewicz1-1/+2
2020-03-26ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz1-4/+0
2020-01-29ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha1-0/+21
2019-12-25libata: Fix retrieving of active qcsSascha Hauer1-0/+24
2019-11-01ata: make qc_prep return ata_completion_errorsJiri Slaby1-2/+7
2019-10-31libata: Ensure ata_port probe has completed before detachJohn Garry1-0/+3
2019-07-02libata: Drop firmware version check from the ST1000LM024 quirkHans de Goede1-3/+1
2019-06-13libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede1-3/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-17/+1
2019-02-06libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSDHans de Goede1-0/+1
2018-12-03libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli1-0/+1
2018-11-12libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSDDiego Viola1-1/+1
2018-10-26libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9Diego Viola1-0/+1
2018-09-21Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman1-2/+12
2018-09-20libata: mask swap internal and hardware tagJens Axboe1-2/+12