1. 1367bc8 nvmet: fix error return code in nvmet_file_ns_enable() by Wei Yongjun · 6 years ago
  2. 81cf54e0 nvmet: fix a typo in nvmet_file_ns_enable() by Wei Yongjun · 6 years ago
  3. cc456b6 nvme-fabrics: allow internal passthrough command on deleting controllers by Christoph Hellwig · 6 years ago
  4. 88a8676 Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  5. d250bf4 blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 6 years ago
  6. fe4a979 nvme-loop: add support for multiple ports by Christoph Hellwig · 6 years ago
  7. 90ea5ca nvme-pci: simplify __nvme_submit_cmd by Christoph Hellwig · 6 years ago
  8. b9cac43 nvme-pci: Rate limit the nvme timeout warnings by Keith Busch · 6 years ago
  9. ab4f47a nvme: allow duplicate controller if prior controller being deleted by James Smart · 6 years ago
  10. b740517 Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 6 years ago
  11. c97f414 nvme: fix extended data LBA supported setting by Max Gurtovoy · 6 years ago
  12. db8c48e nvme: return BLK_EH_DONE from ->timeout by Christoph Hellwig · 6 years ago
  13. 533d1da IB: Revert "remove redundant INFINIBAND kconfig dependencies" by Arnd Bergmann · 6 years ago
  14. 75c8b19 nvme: fixup memory leak in nvme_init_identify() by Hannes Reinecke · 6 years ago
  15. 1e5f446 nvme: fix KASAN warning when parsing host nqn by Hannes Reinecke · 6 years ago
  16. eb46483 nvmet-loop: use nr_phys_segments when map rq to sgl by Chaitanya Kulkarni · 6 years ago
  17. 17d7825 nvmet-fc: increase LS buffer count per fc port by James Smart · 6 years ago
  18. d5eff33 nvmet: add simple file backed ns support by Chaitanya Kulkarni · 6 years ago
  19. 618cff4 nvmet: remove duplicate NULL initialization for req->ns by Chaitanya Kulkarni · 6 years ago
  20. b40b83e nvmet: make a few error messages more generic by Chaitanya Kulkarni · 6 years ago
  21. 181303d nvme-fabrics: allow duplicate connections to the discovery controller by Hannes Reinecke · 6 years ago
  22. 461fbc8 nvme-fabrics: centralize discovery controller defaults by Hannes Reinecke · 6 years ago
  23. ffecb0b nvme-fabrics: remove unnecessary controller subnqn validation by James Smart · 6 years ago
  24. 90fcaf5 nvme-fc: remove setting DNR on exception conditions by James Smart · 6 years ago
  25. 2e050f0 nvme-rdma: stop admin queue before freeing it by Jianchao Wang · 6 years ago
  26. 72cd4cc nvme-pci: Fix AER reset handling by Keith Busch · 6 years ago
  27. a8e3e0b nvme-pci: set nvmeq->cq_vector after alloc cq/sq by Jianchao Wang · 6 years ago
  28. 34b48b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  29. e9a9853 nvme: host: core: fix precedence of ternary operator by Ivan Bornyakov · 6 years ago
  30. 978628e nvme: fix lockdep warning in nvme_mpath_clear_current_path by Johannes Thumshirn · 6 years ago
  31. 68fa9db nvme-pci: fix race between poll and IRQ completions by Jens Axboe · 6 years ago
  32. 81b1dab Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 6 years ago
  33. 1eae349 nvme-pci: drop IRQ disabling on submission queue lock by Jens Axboe · 6 years ago
  34. 1ab0cd6 nvme-pci: split the nvme queue lock into submission and completion locks by Jens Axboe · 6 years ago
  35. 5cb525c nvme-pci: handle completions outside of the queue lock by Jens Axboe · 6 years ago
  36. d1f06f4 nvme-pci: move ->cq_vector == -1 check outside of ->q_lock by Jens Axboe · 6 years ago
  37. f9dde18 nvme-pci: remove cq check after submission by Jens Axboe · 6 years ago
  38. 750dde4 nvme-pci: simplify nvme_cqe_valid by Christoph Hellwig · 6 years ago
  39. 287a63e nvme: mark the result argument to nvme_complete_async_event volatile by Christoph Hellwig · 6 years ago
  40. 13a5531 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  41. 4317228 nvme: Avoid flush dependency in delete controller flow by Nitzan Carmi · 6 years ago
  42. cc1d5e7 nvme/pci: Sync controller reset for AER slot_reset by Keith Busch · 6 years ago
  43. 9abd68e nvme: add quirk to force medium priority for SQ creation by Jens Axboe · 6 years ago
  44. 4e50d9e nvme: Fix sync controller reset return by Charles Machalow · 6 years ago
  45. 9533b29 IB: remove redundant INFINIBAND kconfig dependencies by Greg Thelen · 6 years ago
  46. 80f513b nvme/pci: Hold controller reference during async probe by Keith Busch · 6 years ago
  47. 12d9f07 nvme: fix use-after-free in nvme_free_ns_head by Jianchao Wang · 6 years ago
  48. eb4f959 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  49. 8bfc3b4 nvmet: switch loopback target state to connecting when resetting by Johannes Thumshirn · 6 years ago
  50. a785dbc nvme/multipath: Fix multipath disabled naming collisions by Keith Busch · 6 years ago
  51. 5cadde8 nvme/multipath: Disable runtime writable enabling parameter by Keith Busch · 6 years ago
  52. f31a211 nvme: Set integrity flag for user passthrough commands by Keith Busch · 6 years ago
  53. 59a2f3f nvme: fix potential memory leak in option parsing by Chengguang Xu · 6 years ago
  54. 3831761 nvme: only reconfigure discard if necessary by Jens Axboe · 6 years ago
  55. 1811977 nvme/pci: Use async_schedule for initial reset work by Keith Busch · 6 years ago
  56. d6fc6a2 nvmet-rdma: depend on INFINIBAND_ADDR_TRANS by Greg Thelen · 6 years ago
  57. 3af7a15 nvme: depend on INFINIBAND_ADDR_TRANS by Greg Thelen · 6 years ago
  58. ea48e87 nvme: lightnvm: add granby support by Wei Xu · 6 years ago
  59. 0302ae6 NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage by Micah Parrish · 6 years ago
  60. cde6bf4 nvme: change order of qid and cmdid in completion trace by Johannes Thumshirn · 6 years ago
  61. 4fb135a nvme: fc: provide a descriptive error by Johannes Thumshirn · 6 years ago
  62. 74d986a nvme-pci: Use pci_sriov_configure_simple() to enable VFs by Alexander Duyck · 6 years ago
  63. bb06ec31 nvme: expand nvmf_check_if_ready checks by James Smart · 6 years ago
  64. 62843c2 nvme: Use admin command effects for admin commands by Keith Busch · 6 years ago
  65. c739969 nvmet: fix space padding in serial number by Daniel Verkamp · 6 years ago
  66. fd92c77 nvme: check return value of init_srcu_struct function by Max Gurtovoy · 6 years ago
  67. 543c09c nvmet: Fix nvmet_execute_write_zeroes sector count by Rodrigo R. Galvao · 6 years ago
  68. 22b5560 nvme-pci: Separate IO and admin queue IRQ vectors by Keith Busch · 6 years ago
  69. a6ff726 nvme-pci: Remove unused queue parameter by Keith Busch · 6 years ago
  70. 64ee0ac nvme-pci: Skip queue deletion if there are no queues by Keith Busch · 6 years ago
  71. 6038aa5 nvme: target: fix buffer overflow by Arnd Bergmann · 6 years ago
  72. 74c6c71 nvme: don't send keep-alives to the discovery controller by Johannes Thumshirn · 6 years ago
  73. 00b683d nvme: unexport nvme_start_keep_alive by Johannes Thumshirn · 6 years ago
  74. 11d9ea6 nvme-loop: fix kernel oops in case of unhandled command by Ming Lei · 6 years ago
  75. 7ec6074 nvme: enforce 64bit offset for nvme_get_log_ext fn by Matias Bjørling · 6 years ago
  76. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  77. b65125f lightnvm: remove function name in strings by Matias Bjørling · 6 years ago
  78. a294c19 lightnvm: implement get log report chunk helpers by Javier González · 6 years ago
  79. a40afad lightnvm: normalize geometry nomenclature by Javier González · 6 years ago
  80. 3f48021 lightnvm: complete geo structure with maxoc* by Javier González · 6 years ago
  81. f1d4e81 lightnvm: add shorten OCSSD version in geo by Javier González · 6 years ago
  82. 3cb98f8 lightnvm: add minor version to generic geometry by Javier González · 6 years ago
  83. e46f4e4 lightnvm: simplify geometry structure by Javier González · 6 years ago
  84. 96257a8 nvme: lightnvm: add late setup of block size and metadata by Matias Bjørling · 6 years ago
  85. 89a09c5 lightnvm: remove nvm_dev_ops->max_phys_sect by Matias Bjørling · 6 years ago
  86. 62771fe0 lightnvm: add 2.0 geometry identification by Matias Bjørling · 6 years ago
  87. c6ac3f3 lightnvm: flatten nvm_id_group into nvm_id by Matias Bjørling · 6 years ago
  88. a04e0cf lightnvm: make 1.2 data structures explicit by Matias Bjørling · 6 years ago
  89. ff12581 lightnvm: remove multiple groups in 1.2 data structure by Matias Bjørling · 6 years ago
  90. d8a39ca lightnvm: remove mlc pairs structure by Matias Bjørling · 6 years ago
  91. 8f37d19 lightnvm: remove chnl_offset in nvme_nvm_identity by Matias Bjørling · 6 years ago
  92. f23f5bec blk-mq: Allow PCI vector offset for mapping queues by Keith Busch · 7 years ago
  93. d558fb5 nvme: make nvme_get_log_ext non-static by Matias Bjørling · 7 years ago
  94. e929f06 nvmet: constify struct nvmet_fabrics_ops by Christoph Hellwig · 7 years ago
  95. a5d1861 nvmet: refactor configfs transport type handling by Christoph Hellwig · 7 years ago
  96. f871749 nvmet: move device_uuid configfs attr definition to suitable place by Max Gurtovoy · 7 years ago
  97. b435ece nvme: Add .stop_ctrl to nvme ctrl ops by Nitzan Carmi · 7 years ago
  98. 187c083 nvme-rdma: Allow DELETING state change failure in error_recovery by Nitzan Carmi · 7 years ago
  99. 2079699 nvme: Skip checking heads without namespaces by Keith Busch · 7 years ago
  100. 9bad040 nvme-rdma: Don't flush delete_wq by default during remove_one by Max Gurtovoy · 7 years ago