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