aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme-scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-13nvme: fix kernel memory corruption with short INQUIRY buffersChristoph Hellwig1-1/+2
2015-04-23NVMe: Fix VPD B0 max sectors translationKeith Busch1-1/+2
2015-04-07NVMe: Add translation for block limitsKeith Busch1-1/+27
2015-02-19NVMe: Fix scsi mode select llbaa settingKeith Busch1-1/+1
2015-02-19NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch1-41/+53
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-150/+12
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-2/+2
2014-11-04NVMe: Convert to blk-mqMatias Bjørling1-4/+4
2014-11-04NVMe: Fix SG_IO status valuesKeith Busch1-0/+8
2014-11-04NVMe: Remove duplicate compat SG_IO codeKeith Busch1-146/+0
2014-06-13NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.Dan McLeran1-7/+6
2014-06-13NVMe: Use Log Page constants in SCSI emulationMatthew Wilcox1-3/+2
2014-06-03NVMe: Use last bytes of f/w rev SCSI InquiryKeith Busch1-1/+6
2014-06-03NVMe: Delete NVME_GET_FEAT_TEMP_THRESHMatthew Wilcox1-1/+0
2014-06-03NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD)Indraneel Mukherjee1-4/+4
2014-05-05NVMe: Update copyright headersMatthew Wilcox1-5/+1
2014-04-10NVMe: Retry failed commands with non-fatal errorsKeith Busch1-4/+6
2014-03-24NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmdsKeith Busch1-1/+1
2014-03-24NVMe: IOCTL path RCU protect queue accessKeith Busch1-27/+4
2013-12-16NVMe: compat SG_IO ioctlKeith Busch1-0/+147
2013-06-19NVMe: Use kzalloc instead of kmalloc+memsetTushar Behera1-16/+8
2013-05-17NVMe: Fix a signedness bug in nvme_trans_modesel_get_mpVishal Verma1-1/+1
2013-05-17NVMe: Remove redundant version.h header includeSachin Kamat1-1/+0
2013-05-08NVMe: Simplify Firmware Activate code slightlyMatthew Wilcox1-4/+2
2013-05-02NVMe: Add scsi unmap to SG_IOKeith Busch1-0/+78
2013-05-02NVMe: queue usage fixes in nvme-scsiKeith Busch1-5/+20
2013-04-16NVMe: Fix sparse warnings in scsi emulationVishal Verma1-39/+60
2013-04-16NVMe: Abstract out sector to block number conversionMatthew Wilcox1-1/+1
2013-03-28NVMe: Add nvme-scsi.cVishal Verma1-0/+2941