aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-25ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig1-1/+1
2016-10-20ahci: fix nvec checkChristoph Hellwig1-7/+7
2016-10-19ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig1-14/+17
2016-09-30ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC"Tang Yuantian1-7/+1
2016-09-22pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERRHarman Kalra1-3/+1
2016-09-22ata: Replace BUG() with BUG_ON().Harman Kalra1-2/+1
2016-09-20ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool_zalloc.Harman Kalra1-4/+2
2016-09-09libata: Some drives failing on SCT Write SameShaun Tancheff1-3/+3
2016-09-06ahci: use pci_alloc_irq_vectorsChristoph Hellwig3-139/+45
2016-09-06Merge branch 'master' into for-4.9Tejun Heo2-2/+2
2016-08-30pata_ninja32: Avoid corrupting status flagsAlan Cox1-1/+1
2016-08-25libata: SCT Write Same handle ATA_DFLAG_PIOShaun Tancheff1-0/+2
2016-08-25libata: SCT Write Same / DSM TrimShaun Tancheff1-28/+57
2016-08-25libata: Add support for SCT Write SameShaun Tancheff1-29/+170
2016-08-25libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff1-5/+51
2016-08-11ahci: disable correct irq for dummy portsChristoph Hellwig1-1/+1
2016-08-11ahci: also use a per-port lock for the multi-MSIX caseChristoph Hellwig1-1/+1
2016-08-10ahci: st: Add ports-implemented property in supportPatrice Chotard1-0/+4
2016-08-10ahci: qoriq: enable snoopable sata read and writeTang Yuantian1-0/+6
2016-08-10ahci: qoriq: adjust sata parameterTang Yuantian1-6/+0
2016-08-09libata-scsi: fix MODE SELECT translation for Control mode pageTom Yan1-2/+2
2016-08-09libata-scsi: use u8 array to store mode page copyTom Yan1-2/+2
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-0/+4
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds14-76/+129
2016-07-23Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+6
2016-07-20libata-scsi: better style in ata_msense_*()Tom Yan1-6/+13
2016-07-20AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond1-0/+8
2016-07-19ata: sata_dwc_460ex: remove redundant dev_err callWei Yongjun1-8/+2
2016-07-18ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_*Christoph Hellwig1-1/+1
2016-07-18libata: remove ata_is_nodataChristoph Hellwig1-1/+1
2016-07-18libata: LITE-ON CX1-JB256-HP needs lower max_sectorsTejun Heo1-0/+6
2016-07-15libata-scsi: minor cleanup for ata_scsi_zbc_out_xlatDamien Le Moal1-4/+4
2016-07-15libata-scsi: Fix ZBC management out command translationDamien Le Moal1-2/+2
2016-07-15libata-scsi: Fix translation of REPORT ZONES commandDamien Le Moal1-2/+2
2016-07-15ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke3-2/+8
2016-07-14libata-eh: decode all taskfile protocolsHannes Reinecke1-0/+3
2016-07-14ata: fixup ATA_PROT_NODATAHannes Reinecke2-3/+3
2016-07-14libata: use ata_is_ncq() accessorsHannes Reinecke3-5/+5
2016-07-12libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan1-3/+3
2016-07-12libata-scsi: reject WRITE SAME (16) with n_block that exceeds limitTom Yan1-1/+7
2016-07-12libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()Tom Yan1-5/+5
2016-07-12libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan1-1/+1
2016-07-12ata: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King1-1/+1
2016-07-12libata-scsi: correct SPC version descriptorTom Yan1-2/+2
2016-07-12libata-scsi: set CmdQue bit in standard INQUIRY data to 1Tom Yan1-1/+4
2016-07-12libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan1-1/+3
2016-07-12libata-scsi: set correct VERSION field for ZAC devicesTom Yan1-1/+3
2016-07-06libata-scsi: correct cbd to CDB in commentTom Yan1-1/+1
2016-07-06libata-scsi: do not respond with "invalid field" for FORMAT UNITTom Yan1-5/+0