1. ba36c21 nvme/host: Add missing blk_integrity tag_size + flags assignments by Nicholas Bellinger · 8 years ago
  2. 99466e7 NVMe: Add device ID's with stripe quirk by Keith Busch · 8 years ago
  3. 0ff9d4e NVMe: Short-cut removal on surprise hot-unplug by Keith Busch · 8 years ago
  4. 9ec3bb2 NVMe: Allow user initiated rescan by Keith Busch · 8 years ago
  5. d011fb3 NVMe: Reduce driver log spamming by Keith Busch · 8 years ago
  6. 921920a NVMe: Unbind driver on failure by Keith Busch · 8 years ago
  7. 014a0d6 NVMe: Delete only created queues by Keith Busch · 8 years ago
  8. 2800b8e NVMe: Allocate queues only for online cpus by Keith Busch · 8 years ago
  9. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  10. 6d5be95 lightnvm: rename nr_pages to nr_ppas on nvm_rq by Javier González · 8 years ago
  11. 45bbd05 lightnvm: pass dma address to hardware rather than pointer by Arnd Bergmann · 8 years ago
  12. b86d8d3 nvme/lightnvm: Log using the ctrl named device by Sagi Grimberg · 8 years ago
  13. 75b8564 lightnvm: rename dma helper functions by Javier González · 8 years ago
  14. 003fad3 lightnvm: enable metadata to be sent to device by Javier González · 8 years ago
  15. 00ee6cc lightnvm: refactor set_bb_tbl for accepting ppa list by Matias Bjørling · 8 years ago
  16. e11903f lightnvm: refactor device ops->get_bb_tbl() by Matias Bjørling · 8 years ago
  17. 22e8c97 lightnvm: move block fold outside of get_bb_tbl() by Matias Bjørling · 8 years ago
  18. 87c3207 NVMe: Fix reset/remove race by Keith Busch · 8 years ago
  19. b7b9c22 nvme: fix nvme_ns_remove() deadlock by Ming Lin · 8 years ago
  20. 0bf77e9 nvme: switch to RCU freeing the namespace by Ming Lin · 8 years ago
  21. 6904242 nvme: add helper nvme_cleanup_cmd() by Ming Lin · 8 years ago
  22. f866fc4 nvme: move AER handling to common code by Christoph Hellwig · 8 years ago
  23. 5955be2 nvme: move namespace scanning to core by Christoph Hellwig · 8 years ago
  24. 92911a5 nvme: tighten up state check for namespace scanning by Christoph Hellwig · 8 years ago
  25. bb8d261 nvme: introduce a controller state machine by Christoph Hellwig · 8 years ago
  26. 04a934d nvme: remove the io_incapable method by Christoph Hellwig · 8 years ago
  27. 23bd63c NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_init does by Wang Sheng-Hui · 8 years ago
  28. 3b24774 NVMe: Fix check_flush_dependency warning by Keith Busch · 8 years ago
  29. b31356d NVMe: small typo in section BLK_DEV_NVME_SCSI of host/Kconfig by Wang Sheng-Hui · 8 years ago
  30. 76e3914 nvme: fix cntlid type by Christoph Hellwig · 8 years ago
  31. a522905 NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  32. c875a70 nvme: Avoid reset work on watchdog timer function during error recovery by Guilherme G. Piccoli · 8 years ago
  33. 7e19793 NVMe: silence warning about unused 'dev' by Jens Axboe · 8 years ago
  34. 7c88cb0 NVMe: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  35. 82b4552 nvme: Use blk-mq helper for IO termination by Sagi Grimberg · 8 years ago
  36. 21f033f NVMe: Skip async events for degraded controllers by Keith Busch · 8 years ago
  37. 8093f7c nvme: add helper nvme_setup_cmd() by Ming Lin · 8 years ago
  38. 03b5929 nvme: rewrite discard support by Ming Lin · 8 years ago
  39. 58b4560 nvme: add helper nvme_map_len() by Ming Lin · 8 years ago
  40. 2e39e0f nvme: add missing lock nesting notation by Ming Lin · 8 years ago
  41. 788e15a NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  42. 9bf2b97 NVMe: Fix reset/remove race by Keith Busch · 8 years ago
  43. d783e0b nvme: avoid cqe corruption when update at the same time as read by Marta Rybczynska · 8 years ago
  44. 9f86726 nvme: lightnvm: return ppa completion status by Matias Bjorling · 8 years ago
  45. 237045f Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  46. 118472a NVMe: Expose ns wwid through single sysfs entry by Keith Busch · 8 years ago
  47. 48c7823 NVMe: Remove unused sq_head read in completion path by Jon Derrick · 8 years ago
  48. 08095e7 NVMe: Create discard zero quirk white list by Keith Busch · 8 years ago
  49. d5bdec8 lightnvm: fold get bb tbl when using dual/quad plane mode by Matias Bjørling · 8 years ago
  50. 45686b6 nvme: fix max_segments integer truncation by Christoph Hellwig · 8 years ago
  51. da35825 nvme: set queue limits for the admin queue by Christoph Hellwig · 8 years ago
  52. e9fc63d NVMe: Fix 0-length integrity payload by Keith Busch · 8 years ago
  53. 63088ec NVMe: Don't allow unsupported flags by Keith Busch · 8 years ago
  54. 69d9a99 NVMe: Move error handling to failed reset handler by Keith Busch · 8 years ago
  55. f58944e NVMe: Simplify device reset failure by Keith Busch · 8 years ago
  56. 646017a NVMe: Fix namespace removal deadlock by Keith Busch · 8 years ago
  57. 075790e NVMe: Use IDA for namespace disk naming by Keith Busch · 8 years ago
  58. b00a726 NVMe: Don't unmap controller registers on reset by Keith Busch · 8 years ago
  59. 931e1c2 nvme: expose cntlid in sysfs by Ming Lin · 8 years ago
  60. 1cb3cce nvme: return the whole CQE through the request passthrough interface by Christoph Hellwig · 8 years ago
  61. 2d55cd5 nvme: replace the kthread with a per-device watchdog timer by Christoph Hellwig · 8 years ago
  62. 79f2b35 nvme: don't poll the CQ from the kthread by Christoph Hellwig · 8 years ago
  63. 9396dec nvme: use a work item to submit async event requests by Christoph Hellwig · 8 years ago
  64. f8e68a7 NVMe: Rate limit nvme IO warnings by Keith Busch · 8 years ago
  65. ff23a2a NVMe: Poll device while still active during remove by Keith Busch · 8 years ago
  66. ae1fba2 NVMe: Requeue requests on suspended queues by Keith Busch · 8 years ago
  67. ef2d461 NVMe: Allow request merges by Keith Busch · 8 years ago
  68. 4f76d0e NVMe: Fix io incapable return values by Keith Busch · 8 years ago
  69. 576d55d nvme: split pci module out of core module by Ming Lin · 8 years ago
  70. 9f2482b nvme: split dev_list_lock by Ming Lin · 8 years ago
  71. ba0ba7d nvme: move timeout variables to core.c by Ming Lin · 8 years ago
  72. e439bb1 nvme/host: reference the fabric module for each bdev open callout by Sagi Grimberg · 8 years ago
  73. 1b3c47c nvme: Log the ctrl device name instead of the underlying pci device name by Sagi Grimberg · 8 years ago
  74. f4f0f63 nvme: fix drvdata setup for the nvme device by Christoph Hellwig · 8 years ago
  75. 949928c NVMe: Fix possible queue use after freed by Keith Busch · 9 years ago
  76. 21d1478 nvme: fix Kconfig description for BLK_DEV_NVME_SCSI by Christoph Hellwig · 8 years ago
  77. 6dde1d6 lightnvm: check overflow and correct mlc pairs by Matias Bjørling · 8 years ago
  78. 3e1e21c Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  79. 0a13dae Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  80. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  81. 779ff756 NVMe: Export NVMe attributes to sysfs group by Keith Busch · 8 years ago
  82. a5cdb68 NVMe: Shutdown controller only for power-off by Keith Busch · 8 years ago
  83. db3cbff NVMe: IO queue deletion re-write by Keith Busch · 8 years ago
  84. 2564626 NVMe: Remove queue freezing on resets by Keith Busch · 8 years ago
  85. 1d49c38 NVMe: Use a retryable error code on reset by Keith Busch · 8 years ago
  86. e3e9d50 NVMe: Fix admin queue ring wrap by Keith Busch · 8 years ago
  87. 4490733 nvme: make SG_IO support optional by Christoph Hellwig · 9 years ago
  88. bfd8947 nvme: fixes for NVME_IOCTL_IO_CMD on the char device by Christoph Hellwig · 9 years ago
  89. 69d3b8a nvme: synchronize access to ctrl->namespaces by Christoph Hellwig · 9 years ago
  90. 363c9aa nvme: Move nvme_freeze/unfreeze_queues to nvme core by Sagi Grimberg · 9 years ago
  91. ca5927e lightnvm: introduce mlc lower page table mappings by Matias Bjørling · 8 years ago
  92. 2251321 lightnvm: return the get_bb_tbl return value by Matias Bjørling · 8 years ago
  93. 91276162 lightnvm: refactor end_io functions for sync by Matias Bjørling · 8 years ago
  94. b587522 NVMe: IO ending fixes on surprise removal by Keith Busch · 9 years ago
  95. 2b9b6e8 NVMe: Export namespace attributes to sysfs by Keith Busch · 9 years ago
  96. a0a3408 NVMe: Add pci error handlers by Keith Busch · 9 years ago
  97. f4800d6 nvme: merge iod and cmd_info by Christoph Hellwig · 9 years ago
  98. bf68405 nvme: meta_sg doesn't have to be an array by Christoph Hellwig · 9 years ago
  99. eee417b nvme: properly free resources for cancelled command by Christoph Hellwig · 9 years ago
  100. aae239e nvme: simplify completion handling by Christoph Hellwig · 9 years ago