summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* libata: have ata_scsi_rw_xlat() fail invalid passthrough requestsJens Axboe2019-08-071-0/+21
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-101-2/+3
|\
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-2/+3
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-2/+0Star
|\ \
| * | block: kill QUEUE_FLAG_FLUSH_NQJens Axboe2019-02-091-2/+0Star
| |/
* / libata: fix a typo in commentChengguang Xu2019-02-101-1/+1
|/
* 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-061-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/+6Star
|/
* 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-191-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-191-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/+0Star
* 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/+20Star
* 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-291-103/+29Star
* libata: reject passthrough WRITE SAME requestsChristoph Hellwig2017-04-291-0/+8
* scsi: merge __scsi_execute into scsi_executeChristoph Hellwig2017-02-231-8/+4Star
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-02-221-61/+36Star
|\
| * 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/+36Star
| * libata: don't call ata_scsi_rbuf_fill for command without a response bufferChristoph Hellwig2017-01-101-21/+1Star
| * libata: call ->scsi_done from ata_scsi_simulateChristoph Hellwig2017-01-101-15/+7Star
| * libata: remove the done callback from ata_scsi_argsChristoph Hellwig2017-01-101-3/+1Star
| * 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/+22Star
* | 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-141-17/+21
|\
| * ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares2016-12-131-17/+21