summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-scsi.c
AgeCommit message (Expand)Author
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