summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds2016-07-271-0/+4
|\
| * leds: convert IDE trigger to common disk triggerStephan Linz2016-06-201-0/+4
* | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-07-261-6/+8
|\ \
| * | libata: remove ata_is_nodataChristoph Hellwig2016-07-181-1/+1
| * | ata: fixup ATA_PROT_NODATAHannes Reinecke2016-07-141-2/+2
| * | libata: use ata_is_ncq() accessorsHannes Reinecke2016-07-141-2/+2
| * | libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan2016-07-121-1/+3
| |/
* / libata: LITE-ON CX1-JB256-HP needs lower max_sectorsTejun Heo2016-07-181-0/+6
|/
* Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-05-231-21/+194
|\
| * libata: support host-aware and host-managed ZAC devicesHannes Reinecke2016-05-091-0/+94
| * libata: NCQ encapsulation for ZAC MANAGEMENT OUTHannes Reinecke2016-05-091-3/+40
| * libata: Check log page directory before accessing pagesHannes Reinecke2016-05-091-0/+17
| * libata: Separate out ata_dev_config_ncq_send_recv()Hannes Reinecke2016-05-091-20/+27
| * libata: sanitize ata_tf_read_block()Hannes Reinecke2016-04-041-2/+2
| * libata: Implement support for sense data reportingHannes Reinecke2016-04-041-1/+19
* | treewide: Fix typos in libata.xmlMasanari Iida2016-04-131-8/+8
* | libata-core: Allow longer timeout for drive spinup from PUISDamien Le Moal2016-04-041-1/+5
|/
* libata: blacklist a Viking flash model for MWDMA corruptionShikha Jain2016-01-251-0/+1
* libata: skip debounce delay on link resumeDanesh Petigara2016-01-081-1/+2
* drivers: libata-core: Use usleep_range() instead of msleep() for short sleeps...Anil Veliyankara Madam2016-01-081-1/+7
* ata: core: fix irq description on AHCI single irq systemsHeiner Kallweit2015-12-071-1/+8
* Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-09-021-0/+1
|\
| * libata: fix libata-core.c kernel-doc warningRandy Dunlap2015-08-101-0/+1
* | Add factory recertified Crucial M500s to blacklistGuillermo A. Amaral2015-08-261-0/+2
* | Revert "libata: Implement support for sense data reporting"Tejun Heo2015-08-031-19/+1
* | Revert "libata-eh: Set 'information' field for autosense"Tejun Heo2015-08-031-2/+2
* | libata: Do not blacklist M510DCMartin K. Petersen2015-07-161-1/+1
* | libata: increase the timeout when setting transfer modeMikulas Patocka2015-07-151-1/+2
* | libata: add ATA_HORKAGE_MAX_SEC_1024 to revert back to previous max_sectors l...David Milburn2015-07-151-0/+10
* | libata: force disable trim for SuperSSpeed S238Arne Fitzenreiter2015-07-151-0/+3
* | libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for HP 250GB SATA disk VB0250EAVERAleksei Mamlin2015-07-141-1/+2
|/
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-251-8/+5
|\
| * libata: Do not blacklist Micron M500DCMartin K. Petersen2015-06-181-1/+1
| * libata: finally use __initconst in ata_parse_force_one()Rasmus Villemoes2015-06-101-6/+1
| * Doc: libata: Fix spelling typo found in libata.xmlMasanari Iida2015-05-291-1/+1
| * libata: Allow NCQ TRIM to be enabled or disabled with a module parameterMartin K. Petersen2015-05-051-0/+2
* | libata: Blacklist queued TRIM on all Samsung 800-seriesMartin K. Petersen2015-05-041-1/+1
* | libata: Ignore spurious PHY event on LPM policy changeGabriele Mazzotta2015-04-251-1/+14
* | libata: Add helper to determine when PHY events should be ignoredGabriele Mazzotta2015-04-251-0/+19
|/
* Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-04-131-4/+28
|\
| * libata: Add tracepointsHannes Reinecke2015-03-271-1/+7
| * libata-eh: Set 'information' field for autosenseHannes Reinecke2015-03-271-2/+2
| * libata: Implement support for sense data reportingHannes Reinecke2015-03-271-1/+19
* | libata: Blacklist queued TRIM on Samsung SSD 850 ProMartin K. Petersen2015-03-271-0/+2
* | libata: Update Crucial/Micron blacklistMartin K. Petersen2015-03-271-2/+11
* | ata: Add a new flag to destinguish sas controllerShaohua Li2015-03-191-2/+2
|/
* Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-52/+18
|\
| * libata: move sas ata tag allocation to libata-scsi.cShaohua Li2015-01-241-76/+17
| * libata: use blk tagingShaohua Li2015-01-231-13/+41
* | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2015-02-091-5/+31
|\ \