1. d783e0b nvme: avoid cqe corruption when update at the same time as read by Marta Rybczynska · 8 years ago
  2. 9f86726 nvme: lightnvm: return ppa completion status by Matias Bjorling · 8 years ago
  3. 237045f Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  4. 118472a NVMe: Expose ns wwid through single sysfs entry by Keith Busch · 8 years ago
  5. 48c7823 NVMe: Remove unused sq_head read in completion path by Jon Derrick · 8 years ago
  6. 08095e7 NVMe: Create discard zero quirk white list by Keith Busch · 8 years ago
  7. d5bdec8 lightnvm: fold get bb tbl when using dual/quad plane mode by Matias Bjørling · 8 years ago
  8. 45686b6 nvme: fix max_segments integer truncation by Christoph Hellwig · 8 years ago
  9. da35825 nvme: set queue limits for the admin queue by Christoph Hellwig · 8 years ago
  10. e9fc63d NVMe: Fix 0-length integrity payload by Keith Busch · 8 years ago
  11. 63088ec NVMe: Don't allow unsupported flags by Keith Busch · 8 years ago
  12. 69d9a99 NVMe: Move error handling to failed reset handler by Keith Busch · 8 years ago
  13. f58944e NVMe: Simplify device reset failure by Keith Busch · 8 years ago
  14. 646017a NVMe: Fix namespace removal deadlock by Keith Busch · 8 years ago
  15. 075790e NVMe: Use IDA for namespace disk naming by Keith Busch · 8 years ago
  16. b00a726 NVMe: Don't unmap controller registers on reset by Keith Busch · 8 years ago
  17. 931e1c2 nvme: expose cntlid in sysfs by Ming Lin · 8 years ago
  18. 1cb3cce nvme: return the whole CQE through the request passthrough interface by Christoph Hellwig · 8 years ago
  19. 2d55cd5 nvme: replace the kthread with a per-device watchdog timer by Christoph Hellwig · 8 years ago
  20. 79f2b35 nvme: don't poll the CQ from the kthread by Christoph Hellwig · 8 years ago
  21. 9396dec nvme: use a work item to submit async event requests by Christoph Hellwig · 8 years ago
  22. f8e68a7 NVMe: Rate limit nvme IO warnings by Keith Busch · 8 years ago
  23. ff23a2a NVMe: Poll device while still active during remove by Keith Busch · 8 years ago
  24. ae1fba2 NVMe: Requeue requests on suspended queues by Keith Busch · 8 years ago
  25. ef2d461 NVMe: Allow request merges by Keith Busch · 8 years ago
  26. 4f76d0e NVMe: Fix io incapable return values by Keith Busch · 8 years ago
  27. 576d55d nvme: split pci module out of core module by Ming Lin · 8 years ago
  28. 9f2482b nvme: split dev_list_lock by Ming Lin · 8 years ago
  29. ba0ba7d nvme: move timeout variables to core.c by Ming Lin · 8 years ago
  30. e439bb1 nvme/host: reference the fabric module for each bdev open callout by Sagi Grimberg · 8 years ago
  31. 1b3c47c nvme: Log the ctrl device name instead of the underlying pci device name by Sagi Grimberg · 8 years ago
  32. f4f0f63 nvme: fix drvdata setup for the nvme device by Christoph Hellwig · 8 years ago
  33. 949928c NVMe: Fix possible queue use after freed by Keith Busch · 9 years ago
  34. 21d1478 nvme: fix Kconfig description for BLK_DEV_NVME_SCSI by Christoph Hellwig · 8 years ago
  35. 6dde1d6 lightnvm: check overflow and correct mlc pairs by Matias Bjørling · 8 years ago
  36. 3e1e21c Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  37. 0a13dae Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  38. 7c24d9f Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  39. 779ff756 NVMe: Export NVMe attributes to sysfs group by Keith Busch · 9 years ago
  40. a5cdb68 NVMe: Shutdown controller only for power-off by Keith Busch · 9 years ago
  41. db3cbff NVMe: IO queue deletion re-write by Keith Busch · 9 years ago
  42. 2564626 NVMe: Remove queue freezing on resets by Keith Busch · 9 years ago
  43. 1d49c38 NVMe: Use a retryable error code on reset by Keith Busch · 9 years ago
  44. e3e9d50 NVMe: Fix admin queue ring wrap by Keith Busch · 9 years ago
  45. 4490733 nvme: make SG_IO support optional by Christoph Hellwig · 9 years ago
  46. bfd8947 nvme: fixes for NVME_IOCTL_IO_CMD on the char device by Christoph Hellwig · 9 years ago
  47. 69d3b8a nvme: synchronize access to ctrl->namespaces by Christoph Hellwig · 9 years ago
  48. 363c9aa nvme: Move nvme_freeze/unfreeze_queues to nvme core by Sagi Grimberg · 9 years ago
  49. ca5927e lightnvm: introduce mlc lower page table mappings by Matias Bjørling · 9 years ago
  50. 2251321 lightnvm: return the get_bb_tbl return value by Matias Bjørling · 9 years ago
  51. 91276162 lightnvm: refactor end_io functions for sync by Matias Bjørling · 9 years ago
  52. b587522 NVMe: IO ending fixes on surprise removal by Keith Busch · 9 years ago
  53. 2b9b6e8 NVMe: Export namespace attributes to sysfs by Keith Busch · 9 years ago
  54. a0a3408 NVMe: Add pci error handlers by Keith Busch · 9 years ago
  55. f4800d6 nvme: merge iod and cmd_info by Christoph Hellwig · 9 years ago
  56. bf68405 nvme: meta_sg doesn't have to be an array by Christoph Hellwig · 9 years ago
  57. eee417b nvme: properly free resources for cancelled command by Christoph Hellwig · 9 years ago
  58. aae239e nvme: simplify completion handling by Christoph Hellwig · 9 years ago
  59. adf68f2 nvme: special case AEN requests by Christoph Hellwig · 9 years ago
  60. e7a2a87 nvme: switch abort to blk_execute_rq_nowait by Christoph Hellwig · 9 years ago
  61. d8f3216 nvme: switch delete SQ/CQ to blk_execute_rq_nowait by Christoph Hellwig · 9 years ago
  62. 7688faa nvme: factor out a few helpers from req_completion by Christoph Hellwig · 9 years ago
  63. 4680072 nvme: fix admin queue depth by Christoph Hellwig · 9 years ago
  64. 4b9d5b1 NVMe: Simplify metadata setup by Keith Busch · 9 years ago
  65. 53029b0 NVMe: Remove device management handles on remove by Keith Busch · 9 years ago
  66. 92f7a16 NVMe: Use unbounded work queue for all work by Keith Busch · 9 years ago
  67. 540c801 NVMe: Implement namespace list scanning by Keith Busch · 9 years ago
  68. 6bf25d1 nvme: switch abort_limit to an atomic_t by Christoph Hellwig · 9 years ago
  69. 5c8809e nvme: remove dead controllers from a work item by Christoph Hellwig · 9 years ago
  70. fd634f41 nvme: merge probe_work and reset_work by Christoph Hellwig · 9 years ago
  71. e1569a1 nvme: do not restart the request timeout if we're resetting the controller by Keith Busch · 9 years ago
  72. 846cc05 nvme: simplify resets by Christoph Hellwig · 9 years ago
  73. 297465c nvme: add NVME_SC_CANCELLED by Christoph Hellwig · 9 years ago
  74. 31c7c7d nvme: merge nvme_abort_req and nvme_timeout by Christoph Hellwig · 9 years ago
  75. 4c9f748 nvme: don't take the I/O queue q_lock in nvme_timeout by Christoph Hellwig · 9 years ago
  76. 77bf25e nvme: protect against simultaneous shutdown invocations by Keith Busch · 9 years ago
  77. 7385014 nvme: only add a controller to dev_list after it's been fully initialized by Christoph Hellwig · 9 years ago
  78. 749941f nvme: only ignore hardware errors in nvme_create_io_queues by Christoph Hellwig · 9 years ago
  79. 8c0b391 nvme: precedence bug in nvme_pr_clear() by Dan Carpenter · 9 years ago
  80. d1ea7be nvme: fix another 32-bit build warning by Arnd Bergmann · 9 years ago
  81. 16f26c3 lightnvm: replace req queue with nvmdev for lld by Matias Bjørling · 9 years ago
  82. 437f8f9 lightnvm: check mm before use by Matias Bjørling · 9 years ago
  83. ac02ddd NVMe: fix build with CONFIG_NVM enabled by Christoph Hellwig · 9 years ago
  84. 06c1e39 blk-integrity: empty implementation when disabled by Keith Busch · 9 years ago
  85. 1f390c1 nvme: temporary fix for Apple controller reset by Stephan Günther · 9 years ago
  86. 9a0be7a nvme: refactor set_queue_count by Christoph Hellwig · 9 years ago
  87. f3ca80f nvme: move chardev and sysfs interface to common code by Christoph Hellwig · 9 years ago
  88. 5bae7f7 nvme: move namespace scanning to common code by Christoph Hellwig · 9 years ago
  89. ce4541f nvme: move the call to nvme_init_identify earlier by Christoph Hellwig · 9 years ago
  90. 7fd8930 nvme: add a common helper to read Identify Controller data by Christoph Hellwig · 9 years ago
  91. 5fd4ce1 nvme: move nvme_{enable,disable,shutdown}_ctrl to common code by Christoph Hellwig · 9 years ago
  92. 1b2eb37 nvme: move remaining CC setup into nvme_enable_ctrl by Christoph Hellwig · 9 years ago
  93. 106198e nvme: add explicit quirk handling by Christoph Hellwig · 9 years ago
  94. 1673f1f nvme: move block_device_operations and ns/ctrl freeing to common code by Christoph Hellwig · 9 years ago
  95. 0b7f1f2 nvme: use the block layer for userspace passthrough metadata by Keith Busch · 9 years ago
  96. 4160982 nvme: split __nvme_submit_sync_cmd by Christoph Hellwig · 9 years ago
  97. 22944e9 nvme: move nvme_setup_flush and nvme_setup_rw to common code by Christoph Hellwig · 9 years ago
  98. 15a190f7 nvme: move nvme_error_status to common code by Christoph Hellwig · 9 years ago
  99. d4f6c3a nvme: factor out a nvme_unmap_data helper by Christoph Hellwig · 9 years ago
  100. ba1ca37 nvme: refactor nvme_queue_rq by Christoph Hellwig · 9 years ago