summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* libata: Use SMART LBAM/LBAH password definesLinus Walleij2018-08-301-2/+2
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-2/+3
|\
| * ata: ahci: Support state with min power but Partial low power stateSrinivas Pandruvada2018-07-301-0/+1
| * ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGPaul Menzel2018-07-121-2/+2
* | Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-6/+12
|\ \
| * | ata: Fix ZBC_OUT all bit handlingDamien Le Moal2018-07-021-3/+8
| * | ata: Fix ZBC_OUT command block checkDamien Le Moal2018-07-021-6/+7
| |/
* | libata-scsi: Move sense buffers onto stackKees Cook2018-08-021-12/+6
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+12
|\
| * scsi: libsas: add transport class for ATA devicesJason Yan2018-04-181-0/+12
* | libata: don't clamp queue depth to ATA_MAX_QUEUE - 1Jens Axboe2018-05-111-2/+2
* | libata: use ata_tag_internal() consistentlyJens Axboe2018-05-111-1/+1
* | libata: convert core and drivers to ->hw_tag usageJens Axboe2018-05-111-5/+5
* | libata: Honor RQF_QUIET flagDamien Le Moal2018-05-101-0/+3
|/
* libata: don't try to pass through NCQ commands to non-NCQ devicesEric Biggers2018-02-121-0/+6
* libata: fix length validation of ATAPI-relayed SCSI commandsEric Biggers2018-02-121-1/+3
* libata: Fix compile warning with ATA_DEBUG enabledDong Bo2018-02-121-1/+1
* libata: make static arrays const, reduces object code sizeColin Ian King2017-09-191-5/+5
* libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede2017-09-181-4/+5
* 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
OpenPOWER on IntegriCloud