summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* libata: array underflow in ata_find_dev()Dan Carpenter2017-07-191-2/+4
* sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2017-06-291-0/+3
* libata: fix build warning from unused goto labelTejun Heo2017-06-291-1/+0
* libata: Support for an ATA PASS-THROUGH(32) command.Minwoo Im2017-06-271-5/+67
* libata: make the function name in comment match the actual functionMinwoo Im2017-06-201-1/+1
* libata: Convert bare printks to pr_contJoe Perches2017-06-121-21/+20
* libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig2017-06-051-0/+76
* ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* libata: fix identation on a kernel-doc markupMauro Carvalho Chehab2017-05-161-3/+4
* libata: remove SCT WRITE SAME supportChristoph Hellwig2017-04-281-103/+29
* libata: reject passthrough WRITE SAME requestsChristoph Hellwig2017-04-281-0/+8
* scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-8/+4
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-02-211-61/+36
|\
| * Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"Tejun Heo2017-01-181-36/+86
| * libata: switch to dynamic allocation instead of ata_scsi_rbufChristoph Hellwig2017-01-101-86/+36
| * libata: don't call ata_scsi_rbuf_fill for command without a response bufferChristoph Hellwig2017-01-101-21/+1
| * libata: call ->scsi_done from ata_scsi_simulateChristoph Hellwig2017-01-101-15/+7
| * libata: remove the done callback from ata_scsi_argsChristoph Hellwig2017-01-101-3/+1
| * libata: move struct ata_scsi_args to libata-scsi.cChristoph Hellwig2017-01-101-0/+7
| * libata: avoid global response buffer in atapi_qc_completeChristoph Hellwig2017-01-101-24/+22
* | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+1
|/
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-17/+21
|\
| * ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares2016-12-131-17/+21
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-1/+79
|\ \ | |/
| * ata: set ncq_prio_enabled iff device has supportAdam Manzanares2016-10-201-2/+8
| * ata: ATA Command Priority Disabled By DefaultAdam Manzanares2016-10-191-0/+68
| * ata: Enabling ATA Command PrioritiesAdam Manzanares2016-10-191-1/+5
* | libata-scsi: disable SCT Write Same for the momentNicolai Stange2016-12-071-0/+1
* | libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke2016-11-011-1/+1
|/
* libata: Some drives failing on SCT Write SameShaun Tancheff2016-09-091-3/+3
* libata: SCT Write Same handle ATA_DFLAG_PIOShaun Tancheff2016-08-251-0/+2
* libata: SCT Write Same / DSM TrimShaun Tancheff2016-08-251-28/+57
* libata: Add support for SCT Write SameShaun Tancheff2016-08-251-29/+170
* libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff2016-08-251-5/+51
* libata-scsi: fix MODE SELECT translation for Control mode pageTom Yan2016-08-091-2/+2
* libata-scsi: use u8 array to store mode page copyTom Yan2016-08-091-2/+2
* Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\
| * block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEMike Christie2016-06-071-1/+1
* | libata-scsi: better style in ata_msense_*()Tom Yan2016-07-201-6/+13
* | libata-scsi: minor cleanup for ata_scsi_zbc_out_xlatDamien Le Moal2016-07-151-4/+4
* | libata-scsi: Fix ZBC management out command translationDamien Le Moal2016-07-151-2/+2
* | libata-scsi: Fix translation of REPORT ZONES commandDamien Le Moal2016-07-151-2/+2
* | ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke2016-07-151-1/+4
* | libata: use ata_is_ncq() accessorsHannes Reinecke2016-07-141-2/+2
* | libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan2016-07-121-3/+3
* | libata-scsi: reject WRITE SAME (16) with n_block that exceeds limitTom Yan2016-07-121-1/+7
* | libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()Tom Yan2016-07-121-5/+5
* | libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan2016-07-121-1/+1
* | libata-scsi: correct SPC version descriptorTom Yan2016-07-121-2/+2
OpenPOWER on IntegriCloud