summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-872/+358
|\
| * block: nvme-scsi: Catch kcalloc failureAxel Lin2015-06-201-2/+4
| * nvme: submit internal commands through the block layerChristoph Hellwig2015-05-221-308/+114
| * nvme: fail SCSI read/write command with unsupported protection bitChristoph Hellwig2015-05-221-0/+7
| * nvme: report the DPOFUA in MODE_SENSEChristoph Hellwig2015-05-221-2/+2
| * nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing codeChristoph Hellwig2015-05-221-54/+24
| * nvme: first round at deobsfucating the SCSI translation codeChristoph Hellwig2015-05-221-244/+82
| * nvme: fix scsi translation error handlingChristoph Hellwig2015-05-221-251/+127
| * nvme: split nvme_trans_send_fw_cmdChristoph Hellwig2015-05-221-46/+47
| * nvme: store a struct device pointer in struct nvme_devChristoph Hellwig2015-05-221-38/+25
| * nvme: consolidate synchronous command submission helpersChristoph Hellwig2015-05-221-9/+8
* | nvme: fix kernel memory corruption with short INQUIRY buffersChristoph Hellwig2015-05-131-1/+2
* | NVMe: Fix VPD B0 max sectors translationKeith Busch2015-04-231-1/+2
|/
* NVMe: Add translation for block limitsKeith Busch2015-04-071-1/+27
* NVMe: Fix scsi mode select llbaa settingKeith Busch2015-02-191-1/+1
* NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch2015-02-191-41/+53
* Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-131-150/+12
|\
| * NVMe: Convert to blk-mqMatias Bjørling2014-11-041-4/+4
| * NVMe: Fix SG_IO status valuesKeith Busch2014-11-041-0/+8
| * NVMe: Remove duplicate compat SG_IO codeKeith Busch2014-11-041-146/+0
* | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-2/+2
|/
* NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran2014-06-131-7/+6
* NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox2014-06-131-3/+2
* NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch2014-06-031-1/+6
* NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox2014-06-031-1/+0
* NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee2014-06-031-4/+4
* NVMe: Update copyright headersMatthew Wilcox2014-05-051-5/+1
* NVMe: Retry failed commands with non-fatal errorsKeith Busch2014-04-101-4/+6
* NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch2014-03-241-1/+1
* NVMe: IOCTL path RCU protect queue accessKeith Busch2014-03-241-27/+4
* NVMe: compat SG_IO ioctlKeith Busch2013-12-161-0/+147
* NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera2013-06-191-16/+8
* NVMe: Fix a signedness bug in nvme_trans_modesel_get_mpVishal Verma2013-05-171-1/+1
* NVMe: Remove redundant version.h header includeSachin Kamat2013-05-171-1/+0
* NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox2013-05-081-4/+2
* NVMe: Add scsi unmap to SG_IOKeith Busch2013-05-021-0/+78
* NVMe: queue usage fixes in nvme-scsiKeith Busch2013-05-021-5/+20
* NVMe: Fix sparse warnings in scsi emulationVishal Verma2013-04-161-39/+60
* NVMe: Abstract out sector to block number conversionMatthew Wilcox2013-04-161-1/+1
* NVMe: Add nvme-scsi.cVishal Verma2013-03-281-0/+2941
OpenPOWER on IntegriCloud