| Commit message (Expand) | Author | Age | Files | Lines |
* | ahci: fix the single MSI-X case in ahci_init_one | Christoph Hellwig | 2016-10-25 | 1 | -1/+1 |
* | ahci: fix nvec check | Christoph Hellwig | 2016-10-20 | 1 | -7/+7 |
* | ahci: only try to use multi-MSI mode if there is more than 1 port | Christoph Hellwig | 2016-10-19 | 1 | -14/+17 |
* | ahci: qoriq: Revert "ahci: qoriq: Disable NCQ on ls2080a SoC" | Tang Yuantian | 2016-09-30 | 1 | -7/+1 |
* | pata_at91: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR | Harman Kalra | 2016-09-22 | 1 | -3/+1 |
* | ata: Replace BUG() with BUG_ON(). | Harman Kalra | 2016-09-22 | 1 | -2/+1 |
* | ata: sata_mv: Replacing dma_pool_alloc and memset with a single call dma_pool... | Harman Kalra | 2016-09-20 | 1 | -4/+2 |
* | libata: Some drives failing on SCT Write Same | Shaun Tancheff | 2016-09-09 | 1 | -3/+3 |
* | ahci: use pci_alloc_irq_vectors | Christoph Hellwig | 2016-09-06 | 3 | -139/+45 |
* | Merge branch 'master' into for-4.9 | Tejun Heo | 2016-09-06 | 2 | -2/+2 |
|\ |
|
| * | pata_ninja32: Avoid corrupting status flags | Alan Cox | 2016-08-30 | 1 | -1/+1 |
| * | ahci: disable correct irq for dummy ports | Christoph Hellwig | 2016-08-11 | 1 | -1/+1 |
* | | libata: SCT Write Same handle ATA_DFLAG_PIO | Shaun Tancheff | 2016-08-25 | 1 | -0/+2 |
* | | libata: SCT Write Same / DSM Trim | Shaun Tancheff | 2016-08-25 | 1 | -28/+57 |
* | | libata: Add support for SCT Write Same | Shaun Tancheff | 2016-08-25 | 1 | -29/+170 |
* | | libata: Safely overwrite attached page in WRITE SAME xlat | Shaun Tancheff | 2016-08-25 | 1 | -5/+51 |
* | | ahci: also use a per-port lock for the multi-MSIX case | Christoph Hellwig | 2016-08-11 | 1 | -1/+1 |
* | | ahci: st: Add ports-implemented property in support | Patrice Chotard | 2016-08-10 | 1 | -0/+4 |
* | | ahci: qoriq: enable snoopable sata read and write | Tang Yuantian | 2016-08-10 | 1 | -0/+6 |
* | | ahci: qoriq: adjust sata parameter | Tang Yuantian | 2016-08-10 | 1 | -6/+0 |
* | | libata-scsi: fix MODE SELECT translation for Control mode page | Tom Yan | 2016-08-10 | 1 | -2/+2 |
* | | libata-scsi: use u8 array to store mode page copy | Tom Yan | 2016-08-09 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a... | Linus Torvalds | 2016-07-27 | 1 | -0/+4 |
|\ |
|
| * | leds: convert IDE trigger to common disk trigger | Stephan Linz | 2016-06-20 | 1 | -0/+4 |
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-27 | 1 | -1/+1 |
|\ \ |
|
| * | | block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE | Mike Christie | 2016-06-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 2016-07-26 | 14 | -76/+129 |
|\ \ |
|
| * | | libata-scsi: better style in ata_msense_*() | Tom Yan | 2016-07-20 | 1 | -6/+13 |
| * | | AHCI: Clear GHC.IS to prevent unexpectly asserting INTx | Pang Raymond | 2016-07-20 | 1 | -0/+8 |
| * | | ata: sata_dwc_460ex: remove redundant dev_err call | Wei Yongjun | 2016-07-19 | 1 | -8/+2 |
| * | | ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_* | Christoph Hellwig | 2016-07-19 | 1 | -1/+1 |
| * | | libata: remove ata_is_nodata | Christoph Hellwig | 2016-07-19 | 1 | -1/+1 |
| * | | libata-scsi: minor cleanup for ata_scsi_zbc_out_xlat | Damien Le Moal | 2016-07-15 | 1 | -4/+4 |
| * | | libata-scsi: Fix ZBC management out command translation | Damien Le Moal | 2016-07-15 | 1 | -2/+2 |
| * | | libata-scsi: Fix translation of REPORT ZONES command | Damien Le Moal | 2016-07-15 | 1 | -2/+2 |
| * | | ata: Handle ATA NCQ NO-DATA commands correctly | Hannes Reinecke | 2016-07-15 | 3 | -2/+8 |
| * | | libata-eh: decode all taskfile protocols | Hannes Reinecke | 2016-07-14 | 1 | -0/+3 |
| * | | ata: fixup ATA_PROT_NODATA | Hannes Reinecke | 2016-07-14 | 2 | -3/+3 |
| * | | libata: use ata_is_ncq() accessors | Hannes Reinecke | 2016-07-14 | 3 | -5/+5 |
| * | | libata-scsi: avoid repeated calculation of number of TRIM ranges | Tom Yan | 2016-07-12 | 1 | -3/+3 |
| * | | libata-scsi: reject WRITE SAME (16) with n_block that exceeds limit | Tom Yan | 2016-07-12 | 1 | -1/+7 |
| * | | libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control() | Tom Yan | 2016-07-12 | 1 | -5/+5 |
| * | | libata-scsi: fix D_SENSE bit relection in control mode page | Tom Yan | 2016-07-12 | 1 | -1/+1 |
| * | | ata: hpt366: fix incorrect mask when checking at cmd_high_time | Colin Ian King | 2016-07-12 | 1 | -1/+1 |
| * | | libata-scsi: correct SPC version descriptor | Tom Yan | 2016-07-12 | 1 | -2/+2 |
| * | | libata-scsi: set CmdQue bit in standard INQUIRY data to 1 | Tom Yan | 2016-07-12 | 1 | -1/+4 |
| * | | libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching() | Tom Yan | 2016-07-12 | 1 | -1/+3 |
| * | | libata-scsi: set correct VERSION field for ZAC devices | Tom Yan | 2016-07-12 | 1 | -1/+3 |
| * | | libata-scsi: correct cbd to CDB in comment | Tom Yan | 2016-07-06 | 1 | -1/+1 |
| * | | libata-scsi: do not respond with "invalid field" for FORMAT UNIT | Tom Yan | 2016-07-06 | 1 | -5/+0 |