1. 56d5f4f nvme-fc: add support for duplicate_connect option by James Smart · 7 years ago
  2. 36e835f nvme-rdma: add support for duplicate_connect option by James Smart · 7 years ago
  3. 991231d nvme: add helper to compare options to controller by James Smart · 7 years ago
  4. 3b33876 nvme: add duplicate_connect option by James Smart · 7 years ago
  5. 999ada2 nvme: check for a live controller in nvme_dev_open by Christoph Hellwig · 7 years ago
  6. a6a5149 nvme: get rid of nvme_ctrl_list by Christoph Hellwig · 7 years ago
  7. d22524a nvme: switch controller refcounting to use struct device by Christoph Hellwig · 7 years ago
  8. c6424a9 nvme: simplify nvme_open by Christoph Hellwig · 7 years ago
  9. 2dd4122 nvme: use kref_get_unless_zero in nvme_find_get_ns by Christoph Hellwig · 7 years ago
  10. e62a538 nvme-rdma: Add debug message when reaches timeout by Nitzan Carmi · 7 years ago
  11. f87c89a nvme-rdma: align nvme_rdma_device structure by Max Gurtovoy · 7 years ago
  12. 134aedc nvme-fc: correct io timeout behavior by James Smart · 7 years ago
  13. 0a02e39 nvme-fc: correct io termination handling by James Smart · 7 years ago
  14. a7a7cbe nvme-pci: add SGL support by Chaitanya Kulkarni · 7 years ago
  15. 9843f68 nvme: use ida_simple_{get,remove} for the controller instance by Christoph Hellwig · 7 years ago
  16. 5a22e2b nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set by Israel Rukshin · 7 years ago
  17. 94f29d4 nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set by Israel Rukshin · 7 years ago
  18. 16772ae nvme-pci: fix typos in comments by Minwoo Im · 7 years ago
  19. 0ad0bfa nvme-rdma: stop controller reset if the controller is deleting by Sagi Grimberg · 7 years ago
  20. 5013e98 nvme-rdma: change queue flag semantics DELETING -> ALLOCATED by Sagi Grimberg · 7 years ago
  21. 60a5188 nvme-rdma: Don't local invalidate if the queue is not live by Sagi Grimberg · 7 years ago
  22. 5e1fe61 nvme-rdma: teardown admin/io queues once on error recovery by Sagi Grimberg · 7 years ago
  23. 0fc176d nvme-rdma: Check that reinit_request got a proper mr by Sagi Grimberg · 7 years ago
  24. 0c5b43b nvme-rdma: move assignment to declaration by Sagi Grimberg · 7 years ago
  25. d8bfcee nvme-rdma: fix wrong logging message by Sagi Grimberg · 7 years ago
  26. 60070c7 nvme-rdma: pass tagset to directly nvme_rdma_free_tagset by Sagi Grimberg · 7 years ago
  27. 31b8446 nvme: introduce nvme_reinit_tagset by Sagi Grimberg · 7 years ago
  28. 761f2e1 nvme: simplify compat_ioctl handling by Christoph Hellwig · 7 years ago
  29. 469d0ef nvme-fc: move remote port get/put/free location by James Smart · 7 years ago
  30. 5f56855 nvme-fc: create fc class and transport device by James Smart · 7 years ago
  31. eaefd5a nvme-fc: add uevent for auto-connect by James Smart · 7 years ago
  32. d1f1071 nvme-fabrics: request transport module by Sagi Grimberg · 7 years ago
  33. 8ae4e44 nvme: update timeout module parameter type by Marc Olson · 7 years ago
  34. e4d753d nvme-rdma: don't fully stop the controller in error recovery by Sagi Grimberg · 7 years ago
  35. 0a960afd nvme-rdma: give up reconnect if state change fails by Sagi Grimberg · 7 years ago
  36. 1a40d97 nvme-core: Use nvme_wq to queue async events and fw activation by Sagi Grimberg · 7 years ago
  37. 8edd11c nvme-fabrics: Allow 0 as KATO value by Guilherme G. Piccoli · 7 years ago
  38. 0951338 nvme: allow timed-out ios to retry by James Smart · 7 years ago
  39. cd48282 nvme: stop aer posting if controller state not live by James Smart · 7 years ago
  40. d087747 nvme-pci: Print invalid SGL only once by Keith Busch · 7 years ago
  41. 161b8be nvme-pci: initialize queue memory before interrupts by Keith Busch · 7 years ago
  42. d9d34c0 nvme-fc: use transport-specific sgl format by James Smart · 7 years ago
  43. 56b7103a nvme-fc: remove use of FC-specific error codes by James Smart · 7 years ago
  44. 044a9df nvme-pci: implement the HMB entry number and size limitations by Christoph Hellwig · 7 years ago
  45. 9620cfb nvme-pci: propagate (some) errors from host memory buffer setup by Christoph Hellwig · 7 years ago
  46. 30f92d6 nvme-pci: use appropriate initial chunk size for HMB allocation by Akinobu Mita · 7 years ago
  47. 92dc689 nvme-pci: fix host memory buffer allocation fallback by Christoph Hellwig · 7 years ago
  48. 608cc4b nvme: fix lightnvm check by Christoph Hellwig · 7 years ago
  49. 126e76f Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  50. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  51. aa9d464 Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  52. 40a5fce nvme-fabrics: generate spec-compliant UUID NQNs by Daniel Verkamp · 7 years ago
  53. 63263d6 nvme: Use metadata for passthrough commands by Keith Busch · 7 years ago
  54. 485783c nvme: Make nvme user functions static by Keith Busch · 7 years ago
  55. b5d8af5 nvme/pci: Use req_op to determine DIF remapping by Keith Busch · 7 years ago
  56. 1cad656 nvme: factor metadata handling out of __nvme_submit_user_cmd by Christoph Hellwig · 7 years ago
  57. 489beb9 nvme-fabrics: Convert nvmf_transports_mutex to an rwsem by Roland Dreier · 7 years ago
  58. 4033f35 nvme-pci: use dma memory for the host memory buffer descriptors by Christoph Hellwig · 7 years ago
  59. b925a2d nvme-rdma: default MR page size to 4k by Max Gurtovoy · 7 years ago
  60. 1d5df6a nvme: don't blindly overwrite identifiers on disk revalidate by Christoph Hellwig · 7 years ago
  61. cdbff4f nvme: remove nvme_revalidate_ns by Christoph Hellwig · 7 years ago
  62. 57eeaf8 nvme: remove unused struct nvme_ns fields by Christoph Hellwig · 7 years ago
  63. 0a72bbb nvme: allow calling nvme_change_ctrl_state from irq context by Christoph Hellwig · 7 years ago
  64. a751da3 nvme: report more detailed status codes to the block layer by Christoph Hellwig · 7 years ago
  65. 07fbd32 nvme: honor RTD3 Entry Latency for shutdowns by Martin K. Petersen · 7 years ago
  66. 5228b32 nvme: fix uninitialized prp2 value on small transfers by Jan H. Schönherr · 7 years ago
  67. a7b7c7a nvme-rdma: Use unlikely macro in the fast path by Max Gurtovoy · 7 years ago
  68. 5533d42 nvme-fc: Reattach to localports on re-registration by James Smart · 7 years ago
  69. 60b43f6 nvme: rename AMS symbolic constants to fit specification by Max Gurtovoy · 7 years ago
  70. caaa15c nvme: fix identify namespace logging by Sagi Grimberg · 7 years ago
  71. 9b483da nvme-fabrics: log a warning if hostid is invalid by Guan Junxiong · 7 years ago
  72. 09fdc23 nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64 by Sagi Grimberg · 8 years ago
  73. 370ae6e nvme-rdma: cleanup error path in controller reset by Sagi Grimberg · 8 years ago
  74. 68e16fc nvme-rdma: introduce nvme_rdma_start_queue by Sagi Grimberg · 8 years ago
  75. 41e8cfa nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queue by Sagi Grimberg · 8 years ago
  76. 148b4e7 nvme-rdma: stop queues instead of simply flipping their state by Sagi Grimberg · 8 years ago
  77. a57bd54 nvme-rdma: introduce configure/destroy io queues by Sagi Grimberg · 7 years ago
  78. 31fdf18 nvme-rdma: reuse configure/destroy_admin_queue by Sagi Grimberg · 7 years ago
  79. 3f02fff nvme-rdma: don't free tagset on resets by Sagi Grimberg · 8 years ago
  80. 18398af nvme-rdma: disable the controller on resets by Sagi Grimberg · 8 years ago
  81. b28a308 nvme-rdma: move tagset allocation to a dedicated routine by Sagi Grimberg · 8 years ago
  82. 34b6c23 nvme: Add admin_tagset pointer to nvme_ctrl by Sagi Grimberg · 8 years ago
  83. 90af351 nvme-rdma: move nvme_rdma_configure_admin_queue code location by Sagi Grimberg · 8 years ago
  84. 4897ad4e nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZE by Johannes Thumshirn · 7 years ago
  85. dbf86b3 nvme: add support for NVMe 1.3 Timestamp Feature by Jon Derrick · 7 years ago
  86. 62346ea nvme: define NVME_NSID_ALL by Arnav Dawn · 8 years ago
  87. b6dccf7 nvme: add support for FW activation without reset by Arnav Dawn · 8 years ago
  88. cd996fb Merge tag 'v4.13-rc7' into for-4.14/block-postmerge by Jens Axboe · 7 years ago
  89. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  90. d3cf4d9 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
  91. 5138e4b nvme-rdma: remove redundant empty device add callout by Sagi Grimberg · 8 years ago
  92. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  93. e9d8a0f nvme-pci: set cqe_seen on polled completions by Keith Busch · 7 years ago
  94. 81a0b8d nvme-fabrics: fix reporting of unrecognized options by Christoph Hellwig · 7 years ago
  95. a082b42 nvme: fix directive command numd calculation by Kwan (Hingkwan) Huen-SSI · 7 years ago
  96. 634b832 nvme: fix nvme reset command timeout handling by Keith Busch · 7 years ago
  97. 1c78f77 nvme-pci: fix CMB sysfs file removal in reset path by Max Gurtovoy · 7 years ago
  98. 758f373 nvme: strip trailing 0-bytes in wwid_show by Martin Wilck · 8 years ago
  99. 0b36658 nvme-rdma: use intelligent affinity based queue mappings by Sagi Grimberg · 8 years ago
  100. 7dd1ab1 nvme: validate admin queue before unquiesce by Scott Bauer · 7 years ago