1. ded4550 nvme-pci: queue creation fixes by Keith Busch · 6 years ago
  2. 397c699 nvme-pci: remove unnecessary completion doorbell check by Keith Busch · 6 years ago
  3. 0bc8819 nvme-pci: remove unnecessary nested locking by Keith Busch · 6 years ago
  4. f459c34 Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  5. 90ea5ca nvme-pci: simplify __nvme_submit_cmd by Christoph Hellwig · 6 years ago
  6. b9cac43 nvme-pci: Rate limit the nvme timeout warnings by Keith Busch · 6 years ago
  7. b740517 Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block by Jens Axboe · 6 years ago
  8. db8c48e nvme: return BLK_EH_DONE from ->timeout by Christoph Hellwig · 6 years ago
  9. 72cd4cc nvme-pci: Fix AER reset handling by Keith Busch · 6 years ago
  10. a8e3e0b nvme-pci: set nvmeq->cq_vector after alloc cq/sq by Jianchao Wang · 6 years ago
  11. 68fa9db nvme-pci: fix race between poll and IRQ completions by Jens Axboe · 6 years ago
  12. 1eae349 nvme-pci: drop IRQ disabling on submission queue lock by Jens Axboe · 6 years ago
  13. 1ab0cd6 nvme-pci: split the nvme queue lock into submission and completion locks by Jens Axboe · 6 years ago
  14. 5cb525c nvme-pci: handle completions outside of the queue lock by Jens Axboe · 6 years ago
  15. d1f06f4 nvme-pci: move ->cq_vector == -1 check outside of ->q_lock by Jens Axboe · 6 years ago
  16. f9dde18 nvme-pci: remove cq check after submission by Jens Axboe · 6 years ago
  17. 750dde4 nvme-pci: simplify nvme_cqe_valid by Christoph Hellwig · 6 years ago
  18. cc1d5e7 nvme/pci: Sync controller reset for AER slot_reset by Keith Busch · 6 years ago
  19. 9abd68e nvme: add quirk to force medium priority for SQ creation by Jens Axboe · 6 years ago
  20. 80f513b nvme/pci: Hold controller reference during async probe by Keith Busch · 6 years ago
  21. 1811977 nvme/pci: Use async_schedule for initial reset work by Keith Busch · 6 years ago
  22. ea48e87 nvme: lightnvm: add granby support by Wei Xu · 6 years ago
  23. 0302ae6 NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash Storage by Micah Parrish · 6 years ago
  24. 22b5560 nvme-pci: Separate IO and admin queue IRQ vectors by Keith Busch · 6 years ago
  25. a6ff726 nvme-pci: Remove unused queue parameter by Keith Busch · 6 years ago
  26. 64ee0ac nvme-pci: Skip queue deletion if there are no queues by Keith Busch · 6 years ago
  27. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  28. f23f5bec blk-mq: Allow PCI vector offset for mapping queues by Keith Busch · 7 years ago
  29. 467c77d4 nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A by Jarosław Janik · 7 years ago
  30. 97c1222 nvme-pci: Add .get_address ctrl callback by Keith Busch · 7 years ago
  31. 9a915a5 nvme-pci: quiesce IO queues prior to disabling device HMB accesses by Jianchao Wang · 7 years ago
  32. 16ccfff nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors by Ming Lei · 7 years ago
  33. 651438b nvme-pci: Fix EEH failure on ppc by Wen Xiong · 7 years ago
  34. 468f0987 Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  35. f25a2df nvme-pci: Fix nvme queue cleanup if IRQ setup fails by Jianchao Wang · 7 years ago
  36. 4244140 nvme-pci: Fix timeouts in connecting state by Keith Busch · 7 years ago
  37. 815c670 nvme-pci: Remap CMB SQ entries on every controller reset by Keith Busch · 7 years ago
  38. ad6a0a5 nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING by Max Gurtovoy · 7 years ago
  39. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  40. ad70062 nvme-pci: introduce RECONNECTING state to mark initializing procedure by Jianchao Wang · 7 years ago
  41. ee9aebb nvme-pci: Suspend queues after deleting them by Keith Busch · 7 years ago
  42. 62314e4 nvme-pci: Fix queue double allocations by Keith Busch · 7 years ago
  43. b0f2853 nvme-pci: take sglist coalescing in dma_map_sg into account by Christoph Hellwig · 7 years ago
  44. 20469a3 nvme-pci: check segement valid for SGL use by Keith Busch · 7 years ago
  45. 88de459 nvme-pci: clean up SMBSZ bit definitions by Christoph Hellwig · 7 years ago
  46. f65efd6 nvme-pci: clean up CMB initialization by Christoph Hellwig · 7 years ago
  47. 8adb8c1 nvme: fix comment typos in nvme_create_io_queues by Minwoo Im · 7 years ago
  48. 147b27e nvme-pci: allocate device queues storage space at probe by Sagi Grimberg · 7 years ago
  49. 79c48cc nvme-pci: serialize pci resets by Sagi Grimberg · 7 years ago
  50. 2b1b7e7 nvme-pci: fix NULL pointer reference in nvme_alloc_ns by Jianchao Wang · 7 years ago
  51. 4caff8f nvme-pci: don't open-code nvme_reset_ctrl by Sagi Grimberg · 7 years ago
  52. 6fbcde6 nvme-pci: remove an unnecessary initialization in HMB code by Minwoo Im · 7 years ago
  53. 955b1b5 nvme-pci: move use_sgl initialization to nvme_init_iod() by Minwoo Im · 7 years ago
  54. 7e5dd57 nvme-pci: fix NULL pointer dereference in nvme_free_host_mem() by Minwoo Im · 7 years ago
  55. 8c97eec nvme-pci: add quirk for delay before CHK RDY for WDC SN200 by Jeff Lien · 7 years ago
  56. 244a8fe nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set. by Minwoo Im · 7 years ago
  57. 8427bbc nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A by Kai-Heng Feng · 7 years ago
  58. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  59. 03e0f3a nvme-pci: avoid dereference of symbol from unloaded module by Ming Lei · 7 years ago
  60. ad22c35 nvme: remove handling of multiple AEN requests by Keith Busch · 7 years ago
  61. 38dabe2 nvme: centralize AEN defines by Keith Busch · 7 years ago
  62. 3639efe nvme: Remove unused headers by Keith Busch · 7 years ago
  63. d22524a nvme: switch controller refcounting to use struct device by Christoph Hellwig · 7 years ago
  64. a7a7cbe nvme-pci: add SGL support by Chaitanya Kulkarni · 7 years ago
  65. 16772ae nvme-pci: fix typos in comments by Minwoo Im · 7 years ago
  66. 8969f1f nvme-pci: Use PCI bus address for data/queues in CMB by Christoph Hellwig · 7 years ago
  67. d087747 nvme-pci: Print invalid SGL only once by Keith Busch · 7 years ago
  68. 161b8be nvme-pci: initialize queue memory before interrupts by Keith Busch · 7 years ago
  69. 044a9df nvme-pci: implement the HMB entry number and size limitations by Christoph Hellwig · 7 years ago
  70. 9620cfb nvme-pci: propagate (some) errors from host memory buffer setup by Christoph Hellwig · 7 years ago
  71. 30f92d6 nvme-pci: use appropriate initial chunk size for HMB allocation by Akinobu Mita · 7 years ago
  72. 92dc689 nvme-pci: fix host memory buffer allocation fallback by Christoph Hellwig · 7 years ago
  73. 608cc4b nvme: fix lightnvm check by Christoph Hellwig · 7 years ago
  74. 126e76f Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  75. b5d8af5 nvme/pci: Use req_op to determine DIF remapping by Keith Busch · 7 years ago
  76. 4033f35 nvme-pci: use dma memory for the host memory buffer descriptors by Christoph Hellwig · 7 years ago
  77. 5228b32 nvme: fix uninitialized prp2 value on small transfers by Jan H. Schönherr · 7 years ago
  78. 34b6c23 nvme: Add admin_tagset pointer to nvme_ctrl by Sagi Grimberg · 7 years ago
  79. e9d8a0f nvme-pci: set cqe_seen on polled completions by Keith Busch · 7 years ago
  80. 1c78f77 nvme-pci: fix CMB sysfs file removal in reset path by Max Gurtovoy · 7 years ago
  81. 50cdb7c nvme-pci: fix HMB size calculation by Christoph Hellwig · 7 years ago
  82. b00c9b7 nvme-pci: Fix an error handling path in 'nvme_probe()' by Christophe JAILLET · 7 years ago
  83. 86eea28 nvme-pci: Remove nvme_setup_prps BUG_ON by Keith Busch · 7 years ago
  84. f99cb7af nvme-pci: add another device ID with stripe quirk by David Wayne Fugate · 7 years ago
  85. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  86. 459bd0d Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  87. b27c1e6 nvme-pci: add module parameter for io queue depth by weiping zhang · 7 years ago
  88. 2ee0e4e nvme-pci: compile warnings in nvme_alloc_host_mem() by Dan Carpenter · 7 years ago
  89. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  90. d09f2b4 nvme: split nvme_uninit_ctrl into stop and uninit by Sagi Grimberg · 7 years ago
  91. c81545f nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 7 years ago
  92. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  94. 775755e PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() by Christoph Hellwig · 7 years ago
  95. 01ad099 nvme-pci: rename to nvme_pci_configure_admin_queue by Sagi Grimberg · 7 years ago
  96. 20d0dfe nvme: move ctrl cap to struct nvme_ctrl by Sagi Grimberg · 7 years ago
  97. d858e5f nvme: move queue_count to the nvme_ctrl by Sagi Grimberg · 7 years ago
  98. d554b5e nvme: Quirks for PM1725 controllers by Martin K. Petersen · 7 years ago
  99. 425a17c nvme: Allocate queues for all possible CPUs by Christoph Hellwig · 7 years ago
  100. 7aa1f42 nvme: use a single NVME_AQ_DEPTH and relax it to 32 by Sagi Grimberg · 7 years ago