aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02ata: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-2/+0
2018-07-02ata: Fix ZBC_OUT all bit handlingDamien Le Moal1-3/+8
2018-07-02ata: Fix ZBC_OUT command block checkDamien Le Moal1-6/+7
2018-07-02ahci: Add Intel Ice Lake LP PCI IDMika Westerberg1-0/+1
2018-07-02ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede2-0/+62
2018-07-02sata_nv: remove redundant pointers sdev0 and sdev1Colin Ian King1-3/+0
2018-06-19sata_fsl: remove dead code in tag retrievalJens Axboe1-6/+0
2018-06-19sata_fsl: convert to command iteratorJens Axboe1-2/+1
2018-06-19libata: convert eh to command iteratorsJens Axboe1-25/+16
2018-06-18ata: ahci_mvebu: ahci_mvebu_stop_engine() can be staticWei Yongjun1-1/+1
2018-06-18libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()John Garry1-2/+5
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+12
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds12-151/+166
2018-06-05Merge branch 'for-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-4/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+0
2018-05-31libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirkHans de Goede1-3/+0
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig1-51/+0
2018-05-29libata: zpodd: small read overflow in eject_tray()Dan Carpenter1-1/+1
2018-05-24ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg1-0/+1
2018-05-21libata: blacklist Micron 500IT SSD with MU01 firmwareSudip Mukherjee1-0/+2
2018-05-14libata: Apply NOLPM quirk for SAMSUNG PM830 CXM13D1Q.François Cami1-1/+2
2018-05-14sata_fsl: use the right type for tag bitshiftJens Axboe1-1/+1
2018-05-11ahci: enable full queue depth of 32Jens Axboe1-1/+1
2018-05-11libata: don't clamp queue depth to ATA_MAX_QUEUE - 1Jens Axboe2-5/+5
2018-05-11libata: add extra internal commandJens Axboe2-17/+8
2018-05-11sata_nv: set host can_queue count appropriatelyJens Axboe1-1/+1
2018-05-11libata: remove assumption that ATA_MAX_QUEUE - 1 is the maxJens Axboe1-2/+5
2018-05-11libata: use ata_tag_internal() consistentlyJens Axboe2-2/+2
2018-05-11libata: bump ->qc_active to a 64-bit typeJens Axboe4-11/+12
2018-05-11libata: convert core and drivers to ->hw_tag usageJens Axboe9-56/+56
2018-05-11libata: introduce notion of separate hardware tagsJens Axboe1-2/+2
2018-05-10libata: Fix command retry decisionDamien Le Moal1-4/+8
2018-05-10libata: Honor RQF_QUIET flagDamien Le Moal2-1/+28
2018-05-10libata: Make ata_dev_set_mode() less verboseDamien Le Moal1-3/+5
2018-05-10libata: Fix ata_err_string()Damien Le Moal1-0/+4
2018-05-10libata: Fix comment typo in ata_eh_analyze_tf()Damien Le Moal1-2/+2
2018-05-10sata_nv: don't use block layer bounce bufferChristoph Hellwig1-38/+24
2018-05-08libata: Blacklist some Sandisk SSDs for NCQTejun Heo1-0/+4
2018-05-07ata: hpt37x: Convert to use match_string() helperAndy Shevchenko1-8/+5
2018-05-07driver core: add __printf verification to __ata_ehi_pushv_descMathieu Malaterre1-2/+2
2018-05-01ata: fix spelling mistake: "directon" -> "direction"Colin Ian King1-2/+2
2018-04-26libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDsHans de Goede1-0/+3
2018-04-26libata: Apply NOLPM quirk for SAMSUNG MZMPC128HBFU-000MV SSDHans de Goede1-0/+3
2018-04-26ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCIEvan Wang1-0/+56
2018-04-26libahci: Allow drivers to override stop_engineEvan Wang6-15/+26
2018-04-18scsi: libsas: add transport class for ATA devicesJason Yan1-0/+12
2018-04-09Revert "ata: ahci-platform: add reset control support"Kunihiko Hayashi2-22/+3
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds18-123/+966