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