1. bb06ec31 nvme: expand nvmf_check_if_ready checks by James Smart · 7 years ago
  2. 62843c2 nvme: Use admin command effects for admin commands by Keith Busch · 7 years ago
  3. fd92c77 nvme: check return value of init_srcu_struct function by Max Gurtovoy · 7 years ago
  4. 22b5560 nvme-pci: Separate IO and admin queue IRQ vectors by Keith Busch · 7 years ago
  5. a6ff726 nvme-pci: Remove unused queue parameter by Keith Busch · 7 years ago
  6. 64ee0ac nvme-pci: Skip queue deletion if there are no queues by Keith Busch · 7 years ago
  7. 74c6c71 nvme: don't send keep-alives to the discovery controller by Johannes Thumshirn · 7 years ago
  8. 00b683d nvme: unexport nvme_start_keep_alive by Johannes Thumshirn · 7 years ago
  9. 7ec6074 nvme: enforce 64bit offset for nvme_get_log_ext fn by Matias Bjørling · 7 years ago
  10. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  11. b65125f lightnvm: remove function name in strings by Matias Bjørling · 7 years ago
  12. a294c19 lightnvm: implement get log report chunk helpers by Javier González · 7 years ago
  13. a40afad lightnvm: normalize geometry nomenclature by Javier González · 7 years ago
  14. 3f48021 lightnvm: complete geo structure with maxoc* by Javier González · 7 years ago
  15. f1d4e81 lightnvm: add shorten OCSSD version in geo by Javier González · 7 years ago
  16. 3cb98f8 lightnvm: add minor version to generic geometry by Javier González · 7 years ago
  17. e46f4e4 lightnvm: simplify geometry structure by Javier González · 7 years ago
  18. 96257a8 nvme: lightnvm: add late setup of block size and metadata by Matias Bjørling · 7 years ago
  19. 89a09c5 lightnvm: remove nvm_dev_ops->max_phys_sect by Matias Bjørling · 7 years ago
  20. 62771fe0 lightnvm: add 2.0 geometry identification by Matias Bjørling · 7 years ago
  21. c6ac3f3 lightnvm: flatten nvm_id_group into nvm_id by Matias Bjørling · 7 years ago
  22. a04e0cf lightnvm: make 1.2 data structures explicit by Matias Bjørling · 7 years ago
  23. ff12581 lightnvm: remove multiple groups in 1.2 data structure by Matias Bjørling · 7 years ago
  24. d8a39ca lightnvm: remove mlc pairs structure by Matias Bjørling · 7 years ago
  25. 8f37d19 lightnvm: remove chnl_offset in nvme_nvm_identity by Matias Bjørling · 7 years ago
  26. f23f5bec blk-mq: Allow PCI vector offset for mapping queues by Keith Busch · 7 years ago
  27. d558fb5 nvme: make nvme_get_log_ext non-static by Matias Bjørling · 7 years ago
  28. b435ece nvme: Add .stop_ctrl to nvme ctrl ops by Nitzan Carmi · 7 years ago
  29. 187c083 nvme-rdma: Allow DELETING state change failure in error_recovery by Nitzan Carmi · 7 years ago
  30. 2079699 nvme: Skip checking heads without namespaces by Keith Busch · 7 years ago
  31. 9bad040 nvme-rdma: Don't flush delete_wq by default during remove_one by Max Gurtovoy · 7 years ago
  32. 0cdd5fc nvme_fc: on remoteport reuse, set new nport_id and role. by James Smart · 7 years ago
  33. b12740d nvme_fc: fix abort race on teardown with lld reject by James Smart · 7 years ago
  34. 041018c nvme_fc: io timeout should defer abort to ctrl reset by James Smart · 7 years ago
  35. cf25809 nvme_fc: fix ctrl create failures racing with workq items by James Smart · 7 years ago
  36. 467c77d4 nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A by Jarosław Janik · 7 years ago
  37. 77d0612 nvme: centralize ctrl removal prints by Max Gurtovoy · 7 years ago
  38. 97c1222 nvme-pci: Add .get_address ctrl callback by Keith Busch · 7 years ago
  39. 70da609 nvme: implement log page low/high offset and dwords by Matias Bjørling · 7 years ago
  40. 765cc031 nvme: change namespaces_mutext to namespaces_rwsem by Jianchao Wang · 7 years ago
  41. 6f8e0d7 nvme: fix the dangerous reference of namespaces list by Jianchao Wang · 7 years ago
  42. 9a915a5 nvme-pci: quiesce IO queues prior to disabling device HMB accesses by Jianchao Wang · 7 years ago
  43. b9e0385 nvme: Add fault injection feature by Thomas Tai · 7 years ago
  44. 42595eb nvme: use define instead of magic value for identify size by Minwoo Im · 7 years ago
  45. 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
  46. d157e53 nvme_fc: rework sqsize handling by James Smart · 7 years ago
  47. 0475821 nvme-fabrics: Ignore nr_io_queues option for discovery controllers by Roland Dreier · 7 years ago
  48. 8a30ecc Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers" by Christoph Hellwig · 7 years ago
  49. 16ccfff nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors by Ming Lei · 7 years ago
  50. 651438b nvme-pci: Fix EEH failure on ppc by Wen Xiong · 7 years ago
  51. 5ee0524 block: Add 'lock' as third argument to blk_alloc_queue_node() by Bart Van Assche · 7 years ago
  52. 468f0987 Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  53. 9bd82b1 nvme-multipath: fix sysfs dangerously created links by Baegjae Sung · 7 years ago
  54. f25a2df nvme-pci: Fix nvme queue cleanup if IRQ setup fails by Jianchao Wang · 7 years ago
  55. 0d30992 nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes by Christoph Hellwig · 7 years ago
  56. 5a1e595 nvme-fabrics: don't check for non-NULL module in nvmf_register_transport by Christoph Hellwig · 7 years ago
  57. 8000d1f nvme-rdma: fix sysfs invoked reset_ctrl error flow by Nitzan Carmi · 7 years ago
  58. 4244140 nvme-pci: Fix timeouts in connecting state by Keith Busch · 7 years ago
  59. 815c670 nvme-pci: Remap CMB SQ entries on every controller reset by Keith Busch · 7 years ago
  60. 3fd176b nvme: fix the deadlock in nvme_update_formats by Jianchao Wang · 7 years ago
  61. 0a34e46 nvme: Don't use a stack buffer for keep-alive command by Roland Dreier · 7 years ago
  62. c3aedd22 nvme_fc: cleanup io completion by James Smart · 7 years ago
  63. 3efd6e8 nvme_fc: correct abort race condition on resets by James Smart · 7 years ago
  64. 8cb6af7 nvme: Fix discard buffer overrun by Keith Busch · 7 years ago
  65. 3096a73 nvme: delete NVME_CTRL_LIVE --> NVME_CTRL_CONNECTING transition by Max Gurtovoy · 7 years ago
  66. b754a32 nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process by Max Gurtovoy · 7 years ago
  67. ad6a0a5 nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING by Max Gurtovoy · 7 years ago
  68. 64b2868 Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  69. 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
  70. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  71. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  72. ca5554a nvme: add tracepoint for nvme_complete_rq by Johannes Thumshirn · 7 years ago
  73. 3d030e4 nvme: add tracepoint for nvme_setup_cmd by Johannes Thumshirn · 7 years ago
  74. ad70062 nvme-pci: introduce RECONNECTING state to mark initializing procedure by Jianchao Wang · 7 years ago
  75. 1dad3a6 nvme-rdma: remove redundant boolean for inline_data by Max Gurtovoy · 7 years ago
  76. 6e49412 nvme: don't free uuid pointer before printing it by Johannes Thumshirn · 7 years ago
  77. ee9aebb nvme-pci: Suspend queues after deleting them by Keith Busch · 7 years ago
  78. 62314e4 nvme-pci: Fix queue double allocations by Keith Busch · 7 years ago
  79. b0f2853 nvme-pci: take sglist coalescing in dma_map_sg into account by Christoph Hellwig · 7 years ago
  80. 20469a3 nvme-pci: check segement valid for SGL use by Keith Busch · 7 years ago
  81. 88de459 nvme-pci: clean up SMBSZ bit definitions by Christoph Hellwig · 7 years ago
  82. f65efd6 nvme-pci: clean up CMB initialization by Christoph Hellwig · 7 years ago
  83. 0fd997d nvme-fc: correct hang in nvme_ns_remove() by James Smart · 7 years ago
  84. d625d05 nvme-fc: fix rogue admin cmds stalling teardown by James Smart · 7 years ago
  85. df351ef nvme-fabrics: fix memory leak when parsing host ID option by Roland Dreier · 7 years ago
  86. 8adb8c1 nvme: fix comment typos in nvme_create_io_queues by Minwoo Im · 7 years ago
  87. b227c59 nvme: host delete_work and reset_work on separate workqueues by Roy Shterman · 7 years ago
  88. 147b27e nvme-pci: allocate device queues storage space at probe by Sagi Grimberg · 7 years ago
  89. 79c48cc nvme-pci: serialize pci resets by Sagi Grimberg · 7 years ago
  90. e1f425e nvme/multipath: Use blk_path_error by Keith Busch · 7 years ago
  91. 908e456 nvme/multipath: Consult blk_status_t for failover by Keith Busch · 7 years ago
  92. e96fef2 nvme: Add more command status translation by Keith Busch · 7 years ago
  93. c828a89 treewide: Use DEVICE_ATTR_RO by Joe Perches · 7 years ago
  94. b837b28 nvme: fix subsystem multiple controllers support check by Israel Rukshin · 7 years ago
  95. 85088c4 nvme: take refcount on transport module by Nitzan Carmi · 7 years ago
  96. 2b1b7e7 nvme-pci: fix NULL pointer reference in nvme_alloc_ns by Jianchao Wang · 7 years ago
  97. 1a3838d nvme: modify the debug level for setting shutdown timeout by Max Gurtovoy · 7 years ago
  98. 4caff8f nvme-pci: don't open-code nvme_reset_ctrl by Sagi Grimberg · 7 years ago
  99. 6fbcde6 nvme-pci: remove an unnecessary initialization in HMB code by Minwoo Im · 7 years ago
  100. 0de5cd3 nvme-fabrics: protect against module unload during create_ctrl by Roy Shterman · 7 years ago