summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* ata: libata: add missing ata_identify_page_supported() callsDamien Le Moal2021-11-181-1/+5
* ata: libata: improve ata_read_log_page() error messageDamien Le Moal2021-11-171-2/+3
* libata: add horkage for missing Identify Device logDamien Le Moal2021-11-121-1/+12
* Merge tag 'libata-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-021-1/+1
|\
| * libata: fix checking of DMA stateReimar Döffinger2021-10-121-1/+1
* | libata: support concurrent positioning ranges logDamien Le Moal2021-10-261-2/+55
|/
* libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-09-031-2/+32
* libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede2021-09-031-0/+4
* libata: print feature list on device scanDamien Le Moal2021-08-181-0/+17
* libata: fix ata_read_log_page() warningDamien Le Moal2021-08-181-34/+13
* libata: cleanup NCQ priority handlingDamien Le Moal2021-08-181-18/+14
* libata: cleanup ata_dev_configure()Damien Le Moal2021-08-181-56/+75
* libata: cleanup device sleep capability detectionDamien Le Moal2021-08-181-23/+32
* libata: fix ata_host_start()Damien Le Moal2021-08-181-1/+1
* ata: fix some kernel-doc markupsMauro Carvalho Chehab2020-10-231-1/+1
* Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-041-3/+2
|\
| * libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2020-09-021-3/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-8/+8
|/
* libata: Use per port sync for detachKai-Heng Feng2020-06-181-6/+5
* ata: libata-core: fix a doc warningMauro Carvalho Chehab2020-04-201-1/+1
* ata: make "libata.force" kernel parameter optionalBartlomiej Zolnierkiewicz2020-03-261-2/+20
* ata: move sata_deb_timing_*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-8/+0
* ata: move ata_qc_complete_multiple() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-59/+0
* ata: move sata_link_hardreset() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-113/+0
* ata: move sata_link_{debounce,resume}() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-138/+0
* ata: move *sata_set_spd*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-81/+0
* ata: move sata_scr_*() to libata-sata.cBartlomiej Zolnierkiewicz2020-03-261-109/+0
* ata: start separating SATA specific code from libata-core.cBartlomiej Zolnierkiewicz2020-03-261-245/+0
* ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hostsBartlomiej Zolnierkiewicz2020-03-261-0/+2
* ata: separate PATA timings code from libata-core.cBartlomiej Zolnierkiewicz2020-03-261-181/+2
* ata: fix CodingStyle issues in PATA timings codeBartlomiej Zolnierkiewicz2020-03-261-15/+27
* ata: remove EXPORT_SYMBOL_GPL()s not used by modulesBartlomiej Zolnierkiewicz2020-03-261-5/+0
* ata: move EXPORT_SYMBOL_GPL()s close to exported codeBartlomiej Zolnierkiewicz2020-03-261-125/+83
* ata: optimize struct ata_force_param sizeBartlomiej Zolnierkiewicz2020-03-261-3/+3
* ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] sizeBartlomiej Zolnierkiewicz2020-03-261-1/+2
* ata: remove stale maintainership information from core codeBartlomiej Zolnierkiewicz2020-03-261-4/+0
* ata: ahci: Add shutdown to freeze hardware resources of ahciPrabhakar Kushwaha2020-01-291-0/+21
* libata: Fix retrieving of active qcsSascha Hauer2019-12-251-0/+24
* ata: make qc_prep return ata_completion_errorsJiri Slaby2019-11-011-2/+7
* libata: Ensure ata_port probe has completed before detachJohn Garry2019-10-311-0/+3
* libata: Drop firmware version check from the ST1000LM024 quirkHans de Goede2019-07-021-3/+1
* libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede2019-06-131-3/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1
* libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSDHans de Goede2019-02-061-0/+1
* libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli2018-12-031-0/+1
* libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSDDiego Viola2018-11-121-1/+1
* libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9Diego Viola2018-10-261-0/+1
* Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman2018-09-211-2/+12
|\
| * libata: mask swap internal and hardware tagJens Axboe2018-09-201-2/+12
* | scsi: libata: Add missing newline at end of fileGeert Uytterhoeven2018-08-271-1/+1
|/