| Commit message (Expand) | Author | Age | Files | Lines |
* | libata: remove SCT WRITE SAME support | Christoph Hellwig | 2017-04-28 | 1 | -103/+29 |
* | libata: reject passthrough WRITE SAME requests | Christoph Hellwig | 2017-04-28 | 1 | -0/+8 |
* | scsi: merge __scsi_execute into scsi_execute | Christoph Hellwig | 2017-02-23 | 1 | -8/+4 |
* | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2017-02-21 | 1 | -61/+36 |
|\ |
|
| * | Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf" | Tejun Heo | 2017-01-18 | 1 | -36/+86 |
| * | libata: switch to dynamic allocation instead of ata_scsi_rbuf | Christoph Hellwig | 2017-01-10 | 1 | -86/+36 |
| * | libata: don't call ata_scsi_rbuf_fill for command without a response buffer | Christoph Hellwig | 2017-01-10 | 1 | -21/+1 |
| * | libata: call ->scsi_done from ata_scsi_simulate | Christoph Hellwig | 2017-01-10 | 1 | -15/+7 |
| * | libata: remove the done callback from ata_scsi_args | Christoph Hellwig | 2017-01-10 | 1 | -3/+1 |
| * | libata: move struct ata_scsi_args to libata-scsi.c | Christoph Hellwig | 2017-01-10 | 1 | -0/+7 |
| * | libata: avoid global response buffer in atapi_qc_complete | Christoph Hellwig | 2017-01-10 | 1 | -24/+22 |
* | | block: introduce blk_rq_is_passthrough | Christoph Hellwig | 2017-01-31 | 1 | -1/+1 |
* | | block: split scsi_request out of struct request | Christoph Hellwig | 2017-01-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2016-12-13 | 1 | -17/+21 |
|\ |
|
| * | ata: avoid probing NCQ Prio Support if not explicitly requested | Adam Manzanares | 2016-12-13 | 1 | -17/+21 |
* | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2016-12-13 | 1 | -1/+79 |
|\ \
| |/ |
|
| * | ata: set ncq_prio_enabled iff device has support | Adam Manzanares | 2016-10-20 | 1 | -2/+8 |
| * | ata: ATA Command Priority Disabled By Default | Adam Manzanares | 2016-10-19 | 1 | -0/+68 |
| * | ata: Enabling ATA Command Priorities | Adam Manzanares | 2016-10-19 | 1 | -1/+5 |
* | | libata-scsi: disable SCT Write Same for the moment | Nicolai Stange | 2016-12-07 | 1 | -0/+1 |
* | | libata-scsi: Fixup ata_gen_passthru_sense() | Hannes Reinecke | 2016-11-01 | 1 | -1/+1 |
|/ |
|
* | libata: Some drives failing on SCT Write Same | Shaun Tancheff | 2016-09-09 | 1 | -3/+3 |
* | 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 |
* | libata-scsi: fix MODE SELECT translation for Control mode page | Tom Yan | 2016-08-09 | 1 | -2/+2 |
* | libata-scsi: use u8 array to store mode page copy | Tom Yan | 2016-08-09 | 1 | -2/+2 |
* | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-07-26 | 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 |
* | | libata-scsi: better style in ata_msense_*() | Tom Yan | 2016-07-20 | 1 | -6/+13 |
* | | 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 | 1 | -1/+4 |
* | | libata: use ata_is_ncq() accessors | Hannes Reinecke | 2016-07-14 | 1 | -2/+2 |
* | | 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 |
* | | 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: 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 |
|/ |
|
* | Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-05-23 | 1 | -136/+616 |
|\ |
|
| * | libata: support host-aware and host-managed ZAC devices | Hannes Reinecke | 2016-05-09 | 1 | -2/+36 |
| * | libata: support device-managed ZAC devices | Hannes Reinecke | 2016-05-09 | 1 | -9/+10 |
| * | libata: NCQ encapsulation for ZAC MANAGEMENT OUT | Hannes Reinecke | 2016-05-09 | 1 | -5/+13 |
| * | libata: Implement ZBC OUT translation | Hannes Reinecke | 2016-05-09 | 1 | -0/+67 |