1. 8ef2074 nvme: Add tertiary number to NVME_VS by Gabriel Krisman Bertazi · 8 years ago
  2. 1a6fe74 nvme: Pass pointers, not dma addresses, to nvme_get/set_features() by Andy Lutomirski · 8 years ago
  3. 26501db nvme/scsi: Remove power management support by Andy Lutomirski · 8 years ago
  4. f3ca80f nvme: move chardev and sysfs interface to common code by Christoph Hellwig · 9 years ago
  5. 4160982 nvme: split __nvme_submit_sync_cmd by Christoph Hellwig · 9 years ago
  6. 1c63dc6 nvme: split a new struct nvme_ctrl out of struct nvme_dev by Christoph Hellwig · 9 years ago
  7. 01fec28 nvme: use vendor it from identify by Christoph Hellwig · 9 years ago
  8. bf7d3eb nvme: split nvme_trans_device_id_page by Christoph Hellwig · 9 years ago
  9. 7a67cbe nvme: use offset instead of a struct for registers by Christoph Hellwig · 9 years ago
  10. 57dacad nvme: move to a new drivers/nvme/host directory by Jay Sternberg · 9 years ago[Renamed from drivers/block/nvme-scsi.c]
  11. f11bb3e nvme: add a local nvme.h header by Christoph Hellwig · 9 years ago
  12. 6a398a3 Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  13. 51ef72b block: nvme-scsi: Catch kcalloc failure by Axel Lin · 9 years ago
  14. d29ec82 nvme: submit internal commands through the block layer by Christoph Hellwig · 9 years ago
  15. 772ce43 nvme: fail SCSI read/write command with unsupported protection bit by Christoph Hellwig · 9 years ago
  16. 9085176 nvme: report the DPOFUA in MODE_SENSE by Christoph Hellwig · 9 years ago
  17. cbbb7a2 nvme: simplify and cleanup the READ/WRITE SCSI CDB parsing code by Christoph Hellwig · 9 years ago
  18. 3726897 nvme: first round at deobsfucating the SCSI translation code by Christoph Hellwig · 9 years ago
  19. e61b0a8 nvme: fix scsi translation error handling by Christoph Hellwig · 9 years ago
  20. b90c48d nvme: split nvme_trans_send_fw_cmd by Christoph Hellwig · 9 years ago
  21. e75ec75 nvme: store a struct device pointer in struct nvme_dev by Christoph Hellwig · 9 years ago
  22. f705f83 nvme: consolidate synchronous command submission helpers by Christoph Hellwig · 9 years ago
  23. 3fd61b2 nvme: fix kernel memory corruption with short INQUIRY buffers by Christoph Hellwig · 10 years ago
  24. 9283b42 NVMe: Fix VPD B0 max sectors translation by Keith Busch · 10 years ago
  25. 7f749d9 NVMe: Add translation for block limits by Keith Busch · 10 years ago
  26. 9ac1693 NVMe: Fix scsi mode select llbaa setting by Keith Busch · 10 years ago
  27. 4f1982b NVMe: Update SCSI Inquiry VPD 83h translation by Keith Busch · 10 years ago
  28. 9ea18f8 Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  29. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  30. a4aea56 NVMe: Convert to blk-mq by Matias Bjørling · 10 years ago
  31. 695a4fe NVMe: Fix SG_IO status values by Keith Busch · 10 years ago
  32. e179729 NVMe: Remove duplicate compat SG_IO code by Keith Busch · 10 years ago
  33. b8e0808 NVMe: Fix START_STOP_UNIT Scsi->NVMe translation. by Dan McLeran · 10 years ago
  34. ef351b9 NVMe: Use Log Page constants in SCSI emulation by Matthew Wilcox · 10 years ago
  35. dedf4b1 NVMe: Use last bytes of f/w rev SCSI Inquiry by Keith Busch · 11 years ago
  36. de672b9 NVMe: Delete NVME_GET_FEAT_TEMP_THRESH by Matthew Wilcox · 10 years ago
  37. 4131f2f NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD) by Indraneel Mukherjee · 10 years ago
  38. 8757ad6 NVMe: Update copyright headers by Matthew Wilcox · 11 years ago
  39. edd10d3 NVMe: Retry failed commands with non-fatal errors by Keith Busch · 11 years ago
  40. ddcb776 NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds by Keith Busch · 11 years ago
  41. 4f5099a NVMe: IOCTL path RCU protect queue access by Keith Busch · 11 years ago
  42. 320a382 NVMe: compat SG_IO ioctl by Keith Busch · 11 years ago
  43. 03ea83e NVMe: Use kzalloc instead of kmalloc+memset by Tushar Behera · 11 years ago
  44. 710a143 NVMe: Fix a signedness bug in nvme_trans_modesel_get_mp by Vishal Verma · 12 years ago
  45. 76e0310 NVMe: Remove redundant version.h header include by Sachin Kamat · 12 years ago
  46. ab3ea5b NVMe: Simplify Firmware Activate code slightly by Matthew Wilcox · 12 years ago
  47. ec50373 NVMe: Add scsi unmap to SG_IO by Keith Busch · 12 years ago
  48. 14385de NVMe: queue usage fixes in nvme-scsi by Keith Busch · 12 years ago
  49. 8741ee4 NVMe: Fix sparse warnings in scsi emulation by Vishal Verma · 12 years ago
  50. 063cc6d NVMe: Abstract out sector to block number conversion by Matthew Wilcox · 12 years ago
  51. 5d0f613 NVMe: Add nvme-scsi.c by Vishal Verma · 12 years ago