1. 7066774 nvme-pci: add missing unlock for reset error by Keith Busch · 6 years ago
  2. 3cc6703 nvme-pci: fix rapid add remove sequence by Keith Busch · 6 years ago
  3. e3aabe4 nvme: lock NS list changes while handling command effects by Keith Busch · 6 years ago
  4. 9f260d7 nvme-multipath: drop optimization for static ANA group IDs by Hannes Reinecke · 6 years ago
  5. 550e0ea nvme-rdma: fix timeout handler by Sagi Grimberg · 6 years ago
  6. 2f5581e nvme: pad fake subsys NQN vid and ssvid with zeros by Keith Busch · 6 years ago
  7. 6c27b52 nvme-multipath: zero out ANA log buffer by Hannes Reinecke · 6 years ago
  8. 095cfdf nvme-pci: fix out of bounds access in nvme_cqe_pending by Hongbo Yao · 6 years ago
  9. 1e746fe nvme-pci: use the same attributes when freeing host_mem_desc_bufs. by Liviu Dudau · 6 years ago
  10. 7dbf129 nvmet-rdma: fix null dereference under heavy load by Raju Rangoju · 6 years ago
  11. fa9184b nvmet-rdma: Add unlikely for response allocated check by Israel Rukshin · 6 years ago
  12. 5f286ec nvmet-rdma: fix response use after free by Israel Rukshin · 6 years ago
  13. b2d5875 nvme: validate controller state before rescheduling keep alive by James Smart · 6 years ago
  14. 992a773 nvme-rdma: fix double freeing of async event data by Prabhath Sajeepa · 6 years ago
  15. 5893e48 nvme: flush namespace scanning work just before removing namespaces by Sagi Grimberg · 6 years ago
  16. 1bda8b7 nvme: warn when finding multi-port subsystems without multipathing enabled by Christoph Hellwig · 6 years ago
  17. 0e79e30 nvme-fc: resolve io failures during connect by James Smart · 6 years ago
  18. fa47129 nvme: make sure ns head inherits underlying device limits by Sagi Grimberg · 6 years ago
  19. 4b445d4 nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O by James Smart · 6 years ago
  20. 48f78be3 nvme: remove ns sibling before clearing path by Keith Busch · 6 years ago
  21. bb830ad nvme: properly propagate errors in nvme_mpath_init by Susobhan Dey · 6 years ago
  22. be1277f nvme: count all ANA groups for ANA Log page by Hannes Reinecke · 6 years ago
  23. 8407879 nvmet-rdma: fix possible bogus dereference under heavy load by Sagi Grimberg · 6 years ago
  24. 04db0e5 nvmet: free workqueue object if module init fails by Chaitanya Kulkarni · 6 years ago
  25. afd299c nvme-fcloop: Fix dropped LS's to removed target port by James Smart · 6 years ago
  26. f1ed3df nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event by Michal Wnukowski · 6 years ago
  27. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  28. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  29. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  30. 66414e8 nvme-fabrics: fix ctrl_loss_tmo < 0 to reconnect forever by Tal Shorer · 6 years ago
  31. dedf0be nvmet: add ns write protect support by Chaitanya Kulkarni · 6 years ago
  32. 1293477 nvme: set gendisk read only based on nsattr by Chaitanya Kulkarni · 6 years ago
  33. 8f220c4 nvme: fixup crash on failed discovery by Hannes Reinecke · 6 years ago
  34. f10fe9d lightnvm: remove minor version check for 2.0 by Matias Bjørling · 6 years ago
  35. f87b0f0 Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-4.19/block2 by Jens Axboe · 6 years ago
  36. 05b9ba4 Merge tag 'v4.18-rc6' into for-4.19/block2 by Jens Axboe · 6 years ago
  37. f7f1fc3 nvme: use blk API to remap ref tags for IOs with metadata by Max Gurtovoy · 6 years ago
  38. ddd0bc7 block: move ref_tag calculation func to the block layer by Max Gurtovoy · 6 years ago
  39. eb181a8 Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  40. b369b30 nvmet: use Retain Async Event bit to clear AEN by Chaitanya Kulkarni · 6 years ago
  41. 62ac0d3 nvmet: support configuring ANA groups by Christoph Hellwig · 6 years ago
  42. 72efd25 nvmet: add minimal ANA support by Christoph Hellwig · 6 years ago
  43. 793c7cf nvmet: track and limit the number of namespaces per subsystem by Christoph Hellwig · 6 years ago
  44. 4ee4328 nvmet: keep a port pointer in nvmet_ctrl by Christoph Hellwig · 6 years ago
  45. 0d0b660 nvme: add ANA support by Christoph Hellwig · 6 years ago
  46. 8decf5d nvme: remove nvme_req_needs_failover by Christoph Hellwig · 6 years ago
  47. 0e98719 nvme: simplify the API for getting log pages by Christoph Hellwig · 6 years ago
  48. 405a751 nvmet: only check for filebacking on -ENOTBLK by Hannes Reinecke · 6 years ago
  49. 5613d31 nvmet: fixup crash on NULL device path by Hannes Reinecke · 6 years ago
  50. 23f96d1 nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  51. 45e3cc1a nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  52. 1b0d274 nvmet: don't use uuid_le type by Andy Shevchenko · 6 years ago
  53. 9c891c1 nvmet: check fileio lba range access boundaries by Sagi Grimberg · 6 years ago
  54. 1b72b71 nvmet: fix file discard return status by Sagi Grimberg · 6 years ago
  55. 75862c7 nvme-rdma: centralize admin/io queue teardown sequence by Sagi Grimberg · 6 years ago
  56. c66e299 nvme-rdma: centralize controller setup sequence by Sagi Grimberg · 6 years ago
  57. 9014062 nvme-rdma: unquiesce queues when deleting the controller by Sagi Grimberg · 6 years ago
  58. 249090f nvme-rdma: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  59. 6268953 nvme: add disk name to trace events by Keith Busch · 6 years ago
  60. b80a55e nvme: add controller name to trace events by Keith Busch · 6 years ago
  61. 6cdefc6 nvme: if_ready checks to fail io to deleting controller by James Smart · 6 years ago
  62. d082dc15 nvmet-fc: fix target sgl list on large transfers by James Smart · 6 years ago
  63. 5d87eb9 nvme: use hw qid in trace events by Keith Busch · 6 years ago
  64. 59e29ce nvme: cache struct nvme_ctrl reference to struct nvme_request by Sagi Grimberg · 6 years ago
  65. 2020938 nvmet-rdma: add an error flow for post_recv failures by Max Gurtovoy · 6 years ago
  66. 2fc464e nvmet-rdma: add unlikely check in the fast path by Max Gurtovoy · 6 years ago
  67. 0d5ee2b nvmet-rdma: support max(16KB, PAGE_SIZE) inline data by Steve Wise · 6 years ago
  68. 64a741c nvme-rdma: support up to 4 segments of inline data by Steve Wise · 6 years ago
  69. 55eb942e nvmet: add buffered I/O support for file backed ns by Chaitanya Kulkarni · 6 years ago
  70. 0866bf0 nvmet: add commands supported and effects log page by Chaitanya Kulkarni · 6 years ago
  71. 230f1f9 nvme: move init of keep_alive work item to controller initialization by James Smart · 6 years ago
  72. 9b38276 nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMD by Roland Dreier · 6 years ago
  73. fa441b7 nvme: don't enable AEN if not supported by Weiping Zhang · 6 years ago
  74. cf39a6b nvme: ensure forward progress during Admin passthru by Scott Bauer · 6 years ago
  75. 59a8f43 lightnvm: limit get chunk meta request size by Matias Bjørling · 6 years ago
  76. 242e461 lightnvm: Remove redundant rq->__data_len initialization by Bart Van Assche · 6 years ago
  77. b6e44b4 nvme-pci: fix memory leak on probe failure by Keith Busch · 6 years ago
  78. 682630f nvme-rdma: fix possible double free of controller async event buffer by Sagi Grimberg · 6 years ago
  79. 943e942 nvme-pci: limit max IO size and segments to avoid high order allocations by Jens Axboe · 6 years ago
  80. 9f9cafc nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl by Jianchao Wang · 6 years ago
  81. 02d62a8 nvme-fc: release io queues to allow fast fail by James Smart · 6 years ago
  82. d68a90e nvmet: reset keep alive timer in controller enable by Max Gurtuvoy · 6 years ago
  83. 5e77d61 nvme-rdma: don't override opts->queue_size by Sagi Grimberg · 6 years ago
  84. c947657 nvme-rdma: Fix command completion race at error recovery by Israel Rukshin · 6 years ago
  85. 94e4221 nvme-rdma: fix possible free of a non-allocated async event buffer by Sagi Grimberg · 6 years ago
  86. 3d06410 nvme-rdma: fix possible double free condition when failing to create a controller by Sagi Grimberg · 6 years ago
  87. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 6 years ago
  88. 95c7c09 Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 6 years ago
  89. 35897b9 nvme-fabrics: fix and refine state checks in __nvmf_check_ready by Christoph Hellwig · 6 years ago
  90. 278ab37 nvme-fabrics: handle the admin-only case properly in nvmf_check_ready by Christoph Hellwig · 6 years ago
  91. 3bc32bb nvme-fabrics: refactor queue ready check by Christoph Hellwig · 6 years ago
  92. 14dfa40 nvme: remove nvme_reinit_tagset by Christoph Hellwig · 6 years ago
  93. 3e493c0 nvme-fc: fix nulling of queue data on reconnect by James Smart · 6 years ago
  94. 587331f nvme-fc: remove reinit_request routine by James Smart · 6 years ago
  95. 4c98415 nvme-fc: change controllers first connect to use reconnect path by James Smart · 6 years ago
  96. f493af3 nvme: don't rely on the changed namespace list log by Christoph Hellwig · 6 years ago
  97. c42d7a3 nvmet: free smart-log buffer after use by Chaitanya Kulkarni · 6 years ago
  98. 94423a8 nvme-rdma: fix error flow during mapping request data by Max Gurtovoy · 6 years ago
  99. 2796b56 nvme: add bio remapping tracepoint by Hannes Reinecke · 6 years ago
  100. 16001c1 nvme: fix NULL pointer dereference in nvme_init_subsystem by Israel Rukshin · 6 years ago