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