aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-29sd: add support for TCG OPAL self encrypting disksChristoph Hellwig1-0/+3
2017-06-29libata: fix build warning from unused goto labelTejun Heo1-1/+0
2017-06-27libata: Support for an ATA PASS-THROUGH(32) command.Minwoo Im1-5/+67
2017-06-20libata: make the function name in comment match the actual functionMinwoo Im1-1/+1
2017-06-12libata: Convert bare printks to pr_contJoe Perches1-21/+20
2017-06-05libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig1-0/+76
2017-05-16ata: update references for libata documentationMauro Carvalho Chehab1-1/+1
2017-05-16libata: fix identation on a kernel-doc markupMauro Carvalho Chehab1-3/+4
2017-04-28libata: remove SCT WRITE SAME supportChristoph Hellwig1-103/+29
2017-04-28libata: reject passthrough WRITE SAME requestsChristoph Hellwig1-0/+8
2017-02-23scsi: merge __scsi_execute into scsi_executeChristoph Hellwig1-8/+4
2017-02-21Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-61/+36
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-1/+1
2017-01-18Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"Tejun Heo1-36/+86
2017-01-10libata: switch to dynamic allocation instead of ata_scsi_rbufChristoph Hellwig1-86/+36
2017-01-10libata: don't call ata_scsi_rbuf_fill for command without a response bufferChristoph Hellwig1-21/+1
2017-01-10libata: call ->scsi_done from ata_scsi_simulateChristoph Hellwig1-15/+7
2017-01-10libata: remove the done callback from ata_scsi_argsChristoph Hellwig1-3/+1
2017-01-10libata: move struct ata_scsi_args to libata-scsi.cChristoph Hellwig1-0/+7
2017-01-10libata: avoid global response buffer in atapi_qc_completeChristoph Hellwig1-24/+22
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-17/+21
2016-12-13ata: avoid probing NCQ Prio Support if not explicitly requestedAdam Manzanares1-17/+21
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+79
2016-12-07libata-scsi: disable SCT Write Same for the momentNicolai Stange1-0/+1
2016-11-01libata-scsi: Fixup ata_gen_passthru_sense()Hannes Reinecke1-1/+1
2016-10-20ata: set ncq_prio_enabled iff device has supportAdam Manzanares1-2/+8
2016-10-19ata: ATA Command Priority Disabled By DefaultAdam Manzanares1-0/+68
2016-10-19ata: Enabling ATA Command PrioritiesAdam Manzanares1-1/+5
2016-09-09libata: Some drives failing on SCT Write SameShaun Tancheff1-3/+3
2016-08-25libata: SCT Write Same handle ATA_DFLAG_PIOShaun Tancheff1-0/+2
2016-08-25libata: SCT Write Same / DSM TrimShaun Tancheff1-28/+57
2016-08-25libata: Add support for SCT Write SameShaun Tancheff1-29/+170
2016-08-25libata: Safely overwrite attached page in WRITE SAME xlatShaun Tancheff1-5/+51
2016-08-09libata-scsi: fix MODE SELECT translation for Control mode pageTom Yan1-2/+2
2016-08-09libata-scsi: use u8 array to store mode page copyTom Yan1-2/+2
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-07-20libata-scsi: better style in ata_msense_*()Tom Yan1-6/+13
2016-07-15libata-scsi: minor cleanup for ata_scsi_zbc_out_xlatDamien Le Moal1-4/+4
2016-07-15libata-scsi: Fix ZBC management out command translationDamien Le Moal1-2/+2
2016-07-15libata-scsi: Fix translation of REPORT ZONES commandDamien Le Moal1-2/+2
2016-07-15ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke1-1/+4
2016-07-14libata: use ata_is_ncq() accessorsHannes Reinecke1-2/+2
2016-07-12libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan1-3/+3
2016-07-12libata-scsi: reject WRITE SAME (16) with n_block that exceeds limitTom Yan1-1/+7
2016-07-12libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()Tom Yan1-5/+5
2016-07-12libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan1-1/+1
2016-07-12libata-scsi: correct SPC version descriptorTom Yan1-2/+2
2016-07-12libata-scsi: set CmdQue bit in standard INQUIRY data to 1Tom Yan1-1/+4
2016-07-12libata-scsi: set correct VERSION field for ZAC devicesTom Yan1-1/+3