summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-scsi.c
AgeCommit message (Expand)Author
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-20block: nvme-scsi: Catch kcalloc failureAxel Lin
2015-05-22nvme: submit internal commands through the block layerChristoph Hellwig
2015-05-22nvme: fail SCSI read/write command with unsupported protection bitChristoph Hellwig
2015-05-22nvme: report the DPOFUA in MODE_SENSEChristoph Hellwig
2015-05-22nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing codeChristoph Hellwig
2015-05-22nvme: first round at deobsfucating the SCSI translation codeChristoph Hellwig
2015-05-22nvme: fix scsi translation error handlingChristoph Hellwig
2015-05-22nvme: split nvme_trans_send_fw_cmdChristoph Hellwig
2015-05-22nvme: store a struct device pointer in struct nvme_devChristoph Hellwig
2015-05-22nvme: consolidate synchronous command submission helpersChristoph Hellwig
2015-05-13nvme: fix kernel memory corruption with short INQUIRY buffersChristoph Hellwig
2015-04-23NVMe: Fix VPD B0 max sectors translationKeith Busch
2015-04-07NVMe: Add translation for block limitsKeith Busch
2015-02-19NVMe: Fix scsi mode select llbaa settingKeith Busch
2015-02-19NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke
2014-11-04NVMe: Convert to blk-mqMatias Bjørling
2014-11-04NVMe: Fix SG_IO status valuesKeith Busch
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox
2014-06-03NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch
2014-06-03NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox
2014-06-03NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee
2014-05-05NVMe: Update copyright headersMatthew Wilcox
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch
2014-03-24NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch
2013-12-16NVMe: compat SG_IO ioctlKeith Busch
2013-06-19NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera
2013-05-17NVMe: Fix a signedness bug in nvme_trans_modesel_get_mpVishal Verma
2013-05-17NVMe: Remove redundant version.h header includeSachin Kamat
2013-05-08NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox
2013-05-02NVMe: Add scsi unmap to SG_IOKeith Busch
2013-05-02NVMe: queue usage fixes in nvme-scsiKeith Busch
2013-04-16NVMe: Fix sparse warnings in scsi emulationVishal Verma
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox
2013-03-28NVMe: Add nvme-scsi.cVishal Verma