1. d487562 nvme/pci: Don't free queues on error by Keith Busch · 8 years ago
  2. ecd06f2 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  3. 8ef2074 nvme: Add tertiary number to NVME_VS by Gabriel Krisman Bertazi · 8 years ago
  4. 202021c nvme : Add sysfs entry for NVMe CMBs when appropriate by Stephen Bates · 8 years ago
  5. c5f6ce9 nvme: don't schedule multiple resets by Keith Busch · 8 years ago
  6. 7065906 nvme: Delete created IO queues on reset by Keith Busch · 8 years ago
  7. 2b6b535 nvme: use the DMA_ATTR_NO_WARN attribute by Mauricio Faria de Oliveira · 8 years ago
  8. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  9. dca51e7 nvme: switch to use pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
  10. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  11. 015282c nvme/quirk: Add a delay before checking device ready for memblaze device by Wenbo Wang · 8 years ago
  12. 82469c5 nvme: Don't suspend admin queue that wasn't created by Gabriel Krisman Bertazi · 8 years ago
  13. c21377f nvme: Suspend all queues before deletion by Gabriel Krisman Bertazi · 8 years ago
  14. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  15. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  16. 13880f5 nvme/pci: Provide SR-IOV support by Keith Busch · 8 years ago
  17. 2fa8435 nvme: avoid crashes when node 0 is memoryless node. by Masayoshi Mizuma · 8 years ago
  18. f80ec96 nvme: Limit command retries by Keith Busch · 8 years ago
  19. 54adc01 nvme/quirk: Add a delay before checking for adapter readiness by Guilherme G. Piccoli · 8 years ago
  20. eb793e2 nvme.h: add NVMe over Fabrics definitions by Christoph Hellwig · 8 years ago
  21. 1a353d8 nvme: add fabrics sysfs attributes by Ming Lin · 8 years ago
  22. eb71f43 nvme: Modify and export sync command submission for fabrics by Christoph Hellwig · 8 years ago
  23. a1f447b NVMe: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 8 years ago
  24. f5fa90d nvme: move the workaround for I/O queue-less controllers from PCIe to core by Christoph Hellwig · 8 years ago
  25. edb50a5 NVMe: Only release requested regions by Johannes Thumshirn · 8 years ago
  26. c55a2fd nvme: move nvme_cancel_request() to common code by Ming Lin · 8 years ago
  27. e1958e6 nvme: update and rename nvme_cancel_io to nvme_cancel_request by Ming Lin · 8 years ago
  28. 99466e7 NVMe: Add device ID's with stripe quirk by Keith Busch · 8 years ago
  29. 0ff9d4e NVMe: Short-cut removal on surprise hot-unplug by Keith Busch · 8 years ago
  30. d011fb3 NVMe: Reduce driver log spamming by Keith Busch · 8 years ago
  31. 921920a NVMe: Unbind driver on failure by Keith Busch · 8 years ago
  32. 014a0d6 NVMe: Delete only created queues by Keith Busch · 8 years ago
  33. 2800b8e NVMe: Allocate queues only for online cpus by Keith Busch · 8 years ago
  34. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  35. 87c3207 NVMe: Fix reset/remove race by Keith Busch · 8 years ago
  36. 6904242 nvme: add helper nvme_cleanup_cmd() by Ming Lin · 8 years ago
  37. f866fc4 nvme: move AER handling to common code by Christoph Hellwig · 8 years ago
  38. 5955be2 nvme: move namespace scanning to core by Christoph Hellwig · 8 years ago
  39. 92911a5 nvme: tighten up state check for namespace scanning by Christoph Hellwig · 8 years ago
  40. bb8d261 nvme: introduce a controller state machine by Christoph Hellwig · 8 years ago
  41. 04a934d nvme: remove the io_incapable method by Christoph Hellwig · 8 years ago
  42. 3b24774 NVMe: Fix check_flush_dependency warning by Keith Busch · 8 years ago
  43. a522905 NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  44. c875a70 nvme: Avoid reset work on watchdog timer function during error recovery by Guilherme G. Piccoli · 8 years ago
  45. 7e19793 NVMe: silence warning about unused 'dev' by Jens Axboe · 8 years ago
  46. 82b4552 nvme: Use blk-mq helper for IO termination by Sagi Grimberg · 8 years ago
  47. 21f033f NVMe: Skip async events for degraded controllers by Keith Busch · 8 years ago
  48. 8093f7c nvme: add helper nvme_setup_cmd() by Ming Lin · 8 years ago
  49. 03b5929 nvme: rewrite discard support by Ming Lin · 8 years ago
  50. 58b4560 nvme: add helper nvme_map_len() by Ming Lin · 8 years ago
  51. 2e39e0f nvme: add missing lock nesting notation by Ming Lin · 8 years ago
  52. 788e15a NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  53. 9bf2b97 NVMe: Fix reset/remove race by Keith Busch · 8 years ago
  54. d783e0b nvme: avoid cqe corruption when update at the same time as read by Marta Rybczynska · 8 years ago
  55. 237045f Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  56. 48c7823 NVMe: Remove unused sq_head read in completion path by Jon Derrick · 8 years ago
  57. 08095e7 NVMe: Create discard zero quirk white list by Keith Busch · 8 years ago
  58. 69d9a99 NVMe: Move error handling to failed reset handler by Keith Busch · 8 years ago
  59. f58944e NVMe: Simplify device reset failure by Keith Busch · 8 years ago
  60. 646017a NVMe: Fix namespace removal deadlock by Keith Busch · 8 years ago
  61. b00a726 NVMe: Don't unmap controller registers on reset by Keith Busch · 8 years ago
  62. 1cb3cce nvme: return the whole CQE through the request passthrough interface by Christoph Hellwig · 8 years ago
  63. 2d55cd5 nvme: replace the kthread with a per-device watchdog timer by Christoph Hellwig · 8 years ago
  64. 79f2b35 nvme: don't poll the CQ from the kthread by Christoph Hellwig · 8 years ago
  65. 9396dec nvme: use a work item to submit async event requests by Christoph Hellwig · 8 years ago
  66. f8e68a7 NVMe: Rate limit nvme IO warnings by Keith Busch · 9 years ago
  67. ff23a2a NVMe: Poll device while still active during remove by Keith Busch · 9 years ago
  68. ae1fba2 NVMe: Requeue requests on suspended queues by Keith Busch · 9 years ago
  69. 576d55d nvme: split pci module out of core module by Ming Lin · 9 years ago
  70. 9f2482b nvme: split dev_list_lock by Ming Lin · 9 years ago
  71. ba0ba7d nvme: move timeout variables to core.c by Ming Lin · 9 years ago
  72. e439bb1 nvme/host: reference the fabric module for each bdev open callout by Sagi Grimberg · 9 years ago
  73. 1b3c47c nvme: Log the ctrl device name instead of the underlying pci device name by Sagi Grimberg · 9 years ago
  74. 949928c NVMe: Fix possible queue use after freed by Keith Busch · 9 years ago
  75. 3e1e21c Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  76. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  77. a5cdb68 NVMe: Shutdown controller only for power-off by Keith Busch · 9 years ago
  78. db3cbff NVMe: IO queue deletion re-write by Keith Busch · 9 years ago
  79. 2564626 NVMe: Remove queue freezing on resets by Keith Busch · 9 years ago
  80. 1d49c38 NVMe: Use a retryable error code on reset by Keith Busch · 9 years ago
  81. e3e9d50 NVMe: Fix admin queue ring wrap by Keith Busch · 9 years ago
  82. 363c9aa nvme: Move nvme_freeze/unfreeze_queues to nvme core by Sagi Grimberg · 9 years ago
  83. b587522 NVMe: IO ending fixes on surprise removal by Keith Busch · 9 years ago
  84. a0a3408 NVMe: Add pci error handlers by Keith Busch · 9 years ago
  85. f4800d6 nvme: merge iod and cmd_info by Christoph Hellwig · 9 years ago
  86. bf68405 nvme: meta_sg doesn't have to be an array by Christoph Hellwig · 9 years ago
  87. eee417b nvme: properly free resources for cancelled command by Christoph Hellwig · 9 years ago
  88. aae239e nvme: simplify completion handling by Christoph Hellwig · 9 years ago
  89. adf68f2 nvme: special case AEN requests by Christoph Hellwig · 9 years ago
  90. e7a2a87 nvme: switch abort to blk_execute_rq_nowait by Christoph Hellwig · 9 years ago
  91. d8f3216 nvme: switch delete SQ/CQ to blk_execute_rq_nowait by Christoph Hellwig · 9 years ago
  92. 7688faa nvme: factor out a few helpers from req_completion by Christoph Hellwig · 9 years ago
  93. 4680072 nvme: fix admin queue depth by Christoph Hellwig · 9 years ago
  94. 53029b0 NVMe: Remove device management handles on remove by Keith Busch · 9 years ago
  95. 92f7a16 NVMe: Use unbounded work queue for all work by Keith Busch · 9 years ago
  96. 540c801 NVMe: Implement namespace list scanning by Keith Busch · 9 years ago
  97. 6bf25d1 nvme: switch abort_limit to an atomic_t by Christoph Hellwig · 9 years ago
  98. 5c8809e nvme: remove dead controllers from a work item by Christoph Hellwig · 9 years ago
  99. fd634f41 nvme: merge probe_work and reset_work by Christoph Hellwig · 9 years ago
  100. e1569a1 nvme: do not restart the request timeout if we're resetting the controller by Keith Busch · 9 years ago