1. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  2. 468f0987 Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  3. bffd2b6 nvmet: fix PSDT field check in command format by Max Gurtovoy · 7 years ago
  4. 9bd82b1 nvme-multipath: fix sysfs dangerously created links by Baegjae Sung · 7 years ago
  5. f25a2df nvme-pci: Fix nvme queue cleanup if IRQ setup fails by Jianchao Wang · 7 years ago
  6. 796b0b8 nvmet-loop: use blk_rq_payload_bytes for sgl selection by Christoph Hellwig · 7 years ago
  7. 0d30992 nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes by Christoph Hellwig · 7 years ago
  8. 5a1e595 nvme-fabrics: don't check for non-NULL module in nvmf_register_transport by Christoph Hellwig · 7 years ago
  9. 8000d1f nvme-rdma: fix sysfs invoked reset_ctrl error flow by Nitzan Carmi · 7 years ago
  10. 7756f72 nvmet: Change return code of discard command if not supported by Israel Rukshin · 7 years ago
  11. 4244140 nvme-pci: Fix timeouts in connecting state by Keith Busch · 7 years ago
  12. 815c670 nvme-pci: Remap CMB SQ entries on every controller reset by Keith Busch · 7 years ago
  13. 3fd176b nvme: fix the deadlock in nvme_update_formats by Jianchao Wang · 7 years ago
  14. 0a34e46 nvme: Don't use a stack buffer for keep-alive command by Roland Dreier · 7 years ago
  15. c3aedd22 nvme_fc: cleanup io completion by James Smart · 7 years ago
  16. 3efd6e8 nvme_fc: correct abort race condition on resets by James Smart · 7 years ago
  17. 8cb6af7 nvme: Fix discard buffer overrun by Keith Busch · 7 years ago
  18. 3096a73 nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transition by Max Gurtovoy · 7 years ago
  19. b754a32 nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process by Max Gurtovoy · 7 years ago
  20. ad6a0a5 nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING by Max Gurtovoy · 7 years ago
  21. 64b2868 Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  22. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  23. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  24. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  25. ca5554a nvme: add tracepoint for nvme_complete_rq by Johannes Thumshirn · 7 years ago
  26. 3d030e4 nvme: add tracepoint for nvme_setup_cmd by Johannes Thumshirn · 7 years ago
  27. ad70062 nvme-pci: introduce RECONNECTING state to mark initializing procedure by Jianchao Wang · 7 years ago
  28. 1dad3a6 nvme-rdma: remove redundant boolean for inline_data by Max Gurtovoy · 7 years ago
  29. 6e49412 nvme: don't free uuid pointer before printing it by Johannes Thumshirn · 7 years ago
  30. ee9aebb nvme-pci: Suspend queues after deleting them by Keith Busch · 7 years ago
  31. 62314e4 nvme-pci: Fix queue double allocations by Keith Busch · 7 years ago
  32. b0f2853 nvme-pci: take sglist coalescing in dma_map_sg into account by Christoph Hellwig · 7 years ago
  33. 20469a3 nvme-pci: check segement valid for SGL use by Keith Busch · 7 years ago
  34. 88de459 nvme-pci: clean up SMBSZ bit definitions by Christoph Hellwig · 7 years ago
  35. f65efd6 nvme-pci: clean up CMB initialization by Christoph Hellwig · 7 years ago
  36. 0fd997d nvme-fc: correct hang in nvme_ns_remove() by James Smart · 7 years ago
  37. d625d05 nvme-fc: fix rogue admin cmds stalling teardown by James Smart · 7 years ago
  38. 423b4487 nvmet: release a ns reference in nvmet_req_uninit if needed by Sagi Grimberg · 7 years ago
  39. df351ef nvme-fabrics: fix memory leak when parsing host ID option by Roland Dreier · 7 years ago
  40. 8adb8c1 nvme: fix comment typos in nvme_create_io_queues by Minwoo Im · 7 years ago
  41. b227c59 nvme: host delete_work and reset_work on separate workqueues by Roy Shterman · 7 years ago
  42. 147b27e nvme-pci: allocate device queues storage space at probe by Sagi Grimberg · 7 years ago
  43. 79c48cc nvme-pci: serialize pci resets by Sagi Grimberg · 7 years ago
  44. e1f425e nvme/multipath: Use blk_path_error by Keith Busch · 7 years ago
  45. 908e456 nvme/multipath: Consult blk_status_t for failover by Keith Busch · 7 years ago
  46. e96fef2 nvme: Add more command status translation by Keith Busch · 7 years ago
  47. c828a89 treewide: Use DEVICE_ATTR_RO by Joe Perches · 7 years ago
  48. b837b28 nvme: fix subsystem multiple controllers support check by Israel Rukshin · 7 years ago
  49. 85088c4 nvme: take refcount on transport module by Nitzan Carmi · 7 years ago
  50. 2b1b7e7 nvme-pci: fix NULL pointer reference in nvme_alloc_ns by Jianchao Wang · 7 years ago
  51. 1a3838d nvme: modify the debug level for setting shutdown timeout by Max Gurtovoy · 7 years ago
  52. 4caff8f nvme-pci: don't open-code nvme_reset_ctrl by Sagi Grimberg · 7 years ago
  53. 6b1943a nvmet: rearrange nvmet_ctrl_free() by Israel Rukshin · 7 years ago
  54. eca19dc nvmet: fix error flow in nvmet_alloc_ctrl() by Israel Rukshin · 7 years ago
  55. 6fbcde6 nvme-pci: remove an unnecessary initialization in HMB code by Minwoo Im · 7 years ago
  56. 0de5cd3 nvme-fabrics: protect against module unload during create_ctrl by Roy Shterman · 7 years ago
  57. 9ce1f2e nvmet-fc: cleanup nvmet add_port/remove_port by James Smart · 7 years ago
  58. b6f8077 nvme_fcloop: refactor host/target io job access by James Smart · 7 years ago
  59. 24431d6 nvme_fcloop: rework to remove xxx_IN_ISR feature flags by James Smart · 7 years ago
  60. 6fda202 nvme_fcloop: disassocate local port structs by James Smart · 7 years ago
  61. 278e096 nvme_fcloop: fix abort race condition by James Smart · 7 years ago
  62. 6a1c57a nvmet: lower log level for each queue creation by Sagi Grimberg · 7 years ago
  63. 424125a nvmet-rdma: lowering log level for chatty debug messages by Sagi Grimberg · 7 years ago
  64. cb4876e nvmet-rdma: removed queue cleanup from module exit by Sagi Grimberg · 7 years ago
  65. 6b01823 nvme-fabrics: initialize default host->id in nvmf_host_default() by Ewan D. Milne · 7 years ago
  66. 68c6e9c nvmet/rdma: Use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  67. 4442b56 nvmet/fc: Use sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
  68. fae7fae lightnvm: make geometry structures 2.0 ready by Matias Bjørling · 7 years ago
  69. bb27aa9 lightnvm: remove lower page tables by Matias Bjørling · 7 years ago
  70. e3e13bc lightnvm: remove hybrid ocssd 1.2 support by Matias Bjørling · 7 years ago
  71. 254beb8 nvme-fcloop: avoid possible uninitialized variable warning by James Smart · 7 years ago
  72. 479a322 nvme-mpath: fix last path removal during traffic by Sagi Grimberg · 7 years ago
  73. d5bf4b7 nvme-rdma: fix concurrent reset and reconnect by Sagi Grimberg · 7 years ago
  74. cee160f nvme: fix sector units when going between formats by Jeff Lien · 7 years ago
  75. 955b1b5 nvme-pci: move use_sgl initialization to nvme_init_iod() by Minwoo Im · 7 years ago
  76. 654b4a4 nvme: setup streams after initializing namespace head by Keith Busch · 7 years ago
  77. 249159c nvme: check hw sectors before setting chunk sectors by Keith Busch · 7 years ago
  78. bd9f5d6 nvme: call blk_integrity_unregister after queue is cleaned up by Ming Lei · 7 years ago
  79. 4596e75 nvme-fc: remove double put reference if admin connect fails by James Smart · 7 years ago
  80. b224f61 nvme: set discard_alignment to zero by David Disseldorp · 7 years ago
  81. 7e5dd57 nvme-pci: fix NULL pointer dereference in nvme_free_host_mem() by Minwoo Im · 7 years ago
  82. eb1bd24 nvme-rdma: fix memory leak during queue allocation by Max Gurtovoy · 7 years ago
  83. f41725b nvme-rdma: Use mr pool by Israel Rukshin · 7 years ago
  84. 3ef0279 nvme-rdma: Check remotely invalidated rkey matches our expected rkey by Sagi Grimberg · 7 years ago
  85. 2f122e4 nvme-rdma: wait for local invalidation before completing a request by Sagi Grimberg · 7 years ago
  86. 4af7f7f nvme-rdma: don't complete requests before a send work request has completed by Sagi Grimberg · 7 years ago
  87. b4b591c nvme-rdma: don't suppress send completions by Sagi Grimberg · 7 years ago
  88. 26c0a26 nvme-fc: don't use bit masks for set/test_bit() numbers by Jens Axboe · 7 years ago
  89. 8c97eec nvme-pci: add quirk for delay before CHK RDY for WDC SN200 by Jeff Lien · 7 years ago
  90. 619c62d nvmet-fc: correct ref counting error when deferred rcv used by James Smart · 7 years ago
  91. 9941a86 nvme: Suppress static analyis warning by Keith Busch · 7 years ago
  92. b0d61d5 nvme: Fix NULL dereference on reservation request by Keith Busch · 7 years ago
  93. 89c4aff nvme: fix spelling mistake: "requeing" -> "requeuing" by Colin Ian King · 7 years ago
  94. 244a8fe nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set. by Minwoo Im · 7 years ago
  95. 8427bbc nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A by Kai-Heng Feng · 7 years ago
  96. 9d7fab0 nvme-loop: check if queue is ready in queue_rq by Sagi Grimberg · 7 years ago
  97. 9e0ed16 nvme-fc: check if queue is ready in queue_rq by Sagi Grimberg · 7 years ago
  98. 48832f8 nvme-fabrics: introduce init command check for a queue that is not alive by Sagi Grimberg · 7 years ago
  99. cce7529 nvmet_fc: fix better length checking by James Smart · 7 years ago
  100. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago