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