aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/libata-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+3
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2019-02-10libata: fix a typo in commentGravatar Chengguang Xu 1-1/+1
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQGravatar Jens Axboe 1-2/+0
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateGravatar Nathan Chancellor 1-2/+3
2018-08-30libata: Use SMART LBAM/LBAH password definesGravatar Linus Walleij 1-2/+2
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-2/+3
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Gravatar Jens Axboe 1-6/+12
2018-08-02libata-scsi: Move sense buffers onto stackGravatar Kees Cook 1-12/+6
2018-07-30ata: ahci: Support state with min power but Partial low power stateGravatar Srinivas Pandruvada 1-0/+1
2018-07-12ata: Guard ata_scsi_dump_cdb() by ATA_VERBOSE_DEBUGGravatar Paul Menzel 1-2/+2
2018-07-02ata: Fix ZBC_OUT all bit handlingGravatar Damien Le Moal 1-3/+8
2018-07-02ata: Fix ZBC_OUT command block checkGravatar Damien Le Moal 1-6/+7
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+12
2018-05-11libata: don't clamp queue depth to ATA_MAX_QUEUE - 1Gravatar Jens Axboe 1-2/+2
2018-05-11libata: use ata_tag_internal() consistentlyGravatar Jens Axboe 1-1/+1
2018-05-11libata: convert core and drivers to ->hw_tag usageGravatar Jens Axboe 1-5/+5
2018-05-10libata: Honor RQF_QUIET flagGravatar Damien Le Moal 1-0/+3
2018-04-18scsi: libsas: add transport class for ATA devicesGravatar Jason Yan 1-0/+12
2018-02-12libata: don't try to pass through NCQ commands to non-NCQ devicesGravatar Eric Biggers 1-0/+6
2018-02-12libata: fix length validation of ATAPI-relayed SCSI commandsGravatar Eric Biggers 1-1/+3
2018-02-12libata: Fix compile warning with ATA_DEBUG enabledGravatar Dong Bo 1-1/+1
2017-09-19libata: make static arrays const, reduces object code sizeGravatar Colin Ian King 1-5/+5
2017-09-18libata: Add new med_power_with_dipm link_power_management_policy settingGravatar Hans de Goede 1-4/+5
2017-07-19libata: array underflow in ata_find_dev()Gravatar Dan Carpenter 1-2/+4
2017-06-29sd: add support for TCG OPAL self encrypting disksGravatar Christoph Hellwig 1-0/+3
2017-06-29libata: fix build warning from unused goto labelGravatar Tejun Heo 1-1/+0
2017-06-27libata: Support for an ATA PASS-THROUGH(32) command.Gravatar Minwoo Im 1-5/+67
2017-06-20libata: make the function name in comment match the actual functionGravatar Minwoo Im 1-1/+1
2017-06-12libata: Convert bare printks to pr_contGravatar Joe Perches 1-21/+20
2017-06-05libata: implement SECURITY PROTOCOL IN/OUTGravatar Christoph Hellwig 1-0/+76
2017-05-16ata: update references for libata documentationGravatar Mauro Carvalho Chehab 1-1/+1
2017-05-16libata: fix identation on a kernel-doc markupGravatar Mauro Carvalho Chehab 1-3/+4
2017-04-28libata: remove SCT WRITE SAME supportGravatar Christoph Hellwig 1-103/+29
2017-04-28libata: reject passthrough WRITE SAME requestsGravatar Christoph Hellwig 1-0/+8
2017-02-23scsi: merge __scsi_execute into scsi_executeGravatar Christoph Hellwig 1-8/+4
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-61/+36
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1
2017-01-27block: split scsi_request out of struct requestGravatar Christoph Hellwig 1-1/+1
2017-01-18Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"Gravatar Tejun Heo 1-36/+86
2017-01-10libata: switch to dynamic allocation instead of ata_scsi_rbufGravatar Christoph Hellwig 1-86/+36
2017-01-10libata: don't call ata_scsi_rbuf_fill for command without a response bufferGravatar Christoph Hellwig 1-21/+1
2017-01-10libata: call ->scsi_done from ata_scsi_simulateGravatar Christoph Hellwig 1-15/+7
2017-01-10libata: remove the done callback from ata_scsi_argsGravatar Christoph Hellwig 1-3/+1
2017-01-10libata: move struct ata_scsi_args to libata-scsi.cGravatar Christoph Hellwig 1-0/+7
2017-01-10libata: avoid global response buffer in atapi_qc_completeGravatar Christoph Hellwig 1-24/+22
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-17/+21
2016-12-13ata: avoid probing NCQ Prio Support if not explicitly requestedGravatar Adam Manzanares 1-17/+21
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-1/+79
2016-12-07libata-scsi: disable SCT Write Same for the momentGravatar Nicolai Stange 1-0/+1