1. 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
  2. 3fc9d69 Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  3. d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  4. 13880f5 nvme/pci: Provide SR-IOV support by Keith Busch · 8 years ago
  5. fa9a89f nvme: initialize variable before logical OR'ing it by Jay Freyensee · 8 years ago
  6. 0c4de0f block: ensure bios return from blk_get_request are properly initialized by Christoph Hellwig · 8 years ago
  7. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  8. b09dcf5 NVMe: don't allocate unused nvme_major by NeilBrown · 8 years ago
  9. 32f0c4a nvme: Remove RCU namespace protection by Keith Busch · 8 years ago
  10. 2fa8435 nvme: avoid crashes when node 0 is memoryless node. by Masayoshi Mizuma · 8 years ago
  11. f80ec96 nvme: Limit command retries by Keith Busch · 8 years ago
  12. 6eae8c4 nvme-loop: fix nvme-loop Kconfig dependencies by Arnd Bergmann · 8 years ago
  13. 69555af nvmet: fix return value check in nvmet_subsys_alloc() by Wei Yongjun · 8 years ago
  14. e76debd nvme-fabrics: add-remove ctrl repeat fix by Ming Lin · 8 years ago
  15. 6a92967 nvme-fabrics: Remove tl_retry_count by Sagi Grimberg · 8 years ago
  16. 2ac17c2 nvme-rdma: Don't use tl_retry_count by Sagi Grimberg · 8 years ago
  17. 458a963 nvme-rdma: fix the return value of nvme_rdma_reinit_request() by Wei Yongjun · 8 years ago
  18. 54adc01 nvme/quirk: Add a delay before checking for adapter readiness by Guilherme G. Piccoli · 8 years ago
  19. 41d512e Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm into for-4.8/drivers by Jens Axboe · 8 years ago
  20. 7110230 nvme-rdma: add a NVMe over Fabrics RDMA host driver by Christoph Hellwig · 8 years ago
  21. 8f000ca nvmet-rdma: add a NVMe over Fabrics RDMA target driver by Christoph Hellwig · 8 years ago
  22. def61ec nvme: add new reconnecting controller state by Christoph Hellwig · 8 years ago
  23. 6f92970 nvme: lightnvm: make MLC num_pairs little endian by Johannes Thumshirn · 8 years ago
  24. f98d9ca nvmet: fix an error code by Dan Carpenter · 8 years ago
  25. 1fb4704 nvme-loop: add configfs dependency by Arnd Bergmann · 8 years ago
  26. 3a85a5d nvme-loop: add a NVMe loopback host driver by Christoph Hellwig · 8 years ago
  27. a07b497 nvmet: add a generic NVMe target by Christoph Hellwig · 8 years ago
  28. 038bd4c nvme: add keep-alive support by Sagi Grimberg · 8 years ago
  29. 07bfcd0 nvme-fabrics: add a generic NVMe over Fabrics library by Christoph Hellwig · 8 years ago
  30. eb793e2 nvme.h: add NVMe over Fabrics definitions by Christoph Hellwig · 8 years ago
  31. 1a353d8 nvme: add fabrics sysfs attributes by Ming Lin · 8 years ago
  32. eb71f43 nvme: Modify and export sync command submission for fabrics by Christoph Hellwig · 8 years ago
  33. 7d2e800 nvme: allow transitioning from NEW to LIVE state by Christoph Hellwig · 8 years ago
  34. 0d52c756 block: convert to device_add_disk() by Dan Williams · 8 years ago
  35. a1f447b NVMe: Use pci_(request|release)_mem_regions by Johannes Thumshirn · 8 years ago
  36. f5fa90d nvme: move the workaround for I/O queue-less controllers from PCIe to core by Christoph Hellwig · 8 years ago
  37. 7a5abb4 nvme: factor out a add nvme_is_write helper by Christoph Hellwig · 8 years ago
  38. a229dbf nvme: allow for size limitations from transport drivers by Christoph Hellwig · 8 years ago
  39. edb50a5 NVMe: Only release requested regions by Johannes Thumshirn · 8 years ago
  40. 47b0e50 NVMe: Fix removal in case of active namespace list scanning method by Sunad Bhandary · 8 years ago
  41. bd0fc28 nvme: use UINT_MAX for max discard sectors by Minfei Huang · 8 years ago
  42. c55a2fd nvme: move nvme_cancel_request() to common code by Ming Lin · 8 years ago
  43. e1958e6 nvme: update and rename nvme_cancel_io to nvme_cancel_request by Ming Lin · 8 years ago
  44. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  45. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  46. ba36c21 nvme/host: Add missing blk_integrity tag_size + flags assignments by Nicholas Bellinger · 8 years ago
  47. 99466e7 NVMe: Add device ID's with stripe quirk by Keith Busch · 8 years ago
  48. 0ff9d4e NVMe: Short-cut removal on surprise hot-unplug by Keith Busch · 8 years ago
  49. 9ec3bb2 NVMe: Allow user initiated rescan by Keith Busch · 8 years ago
  50. d011fb3 NVMe: Reduce driver log spamming by Keith Busch · 8 years ago
  51. 921920a NVMe: Unbind driver on failure by Keith Busch · 8 years ago
  52. 014a0d6 NVMe: Delete only created queues by Keith Busch · 8 years ago
  53. 2800b8e NVMe: Allocate queues only for online cpus by Keith Busch · 8 years ago
  54. 24b9f0c Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  55. 6d5be95 lightnvm: rename nr_pages to nr_ppas on nvm_rq by Javier González · 8 years ago
  56. 45bbd05 lightnvm: pass dma address to hardware rather than pointer by Arnd Bergmann · 8 years ago
  57. b86d8d3 nvme/lightnvm: Log using the ctrl named device by Sagi Grimberg · 8 years ago
  58. 75b8564 lightnvm: rename dma helper functions by Javier González · 8 years ago
  59. 003fad3 lightnvm: enable metadata to be sent to device by Javier González · 8 years ago
  60. 00ee6cc lightnvm: refactor set_bb_tbl for accepting ppa list by Matias Bjørling · 8 years ago
  61. e11903f lightnvm: refactor device ops->get_bb_tbl() by Matias Bjørling · 8 years ago
  62. 22e8c97 lightnvm: move block fold outside of get_bb_tbl() by Matias Bjørling · 8 years ago
  63. 87c3207 NVMe: Fix reset/remove race by Keith Busch · 8 years ago
  64. b7b9c22 nvme: fix nvme_ns_remove() deadlock by Ming Lin · 8 years ago
  65. 0bf77e9 nvme: switch to RCU freeing the namespace by Ming Lin · 8 years ago
  66. 6904242 nvme: add helper nvme_cleanup_cmd() by Ming Lin · 8 years ago
  67. f866fc4 nvme: move AER handling to common code by Christoph Hellwig · 8 years ago
  68. 5955be2 nvme: move namespace scanning to core by Christoph Hellwig · 8 years ago
  69. 92911a5 nvme: tighten up state check for namespace scanning by Christoph Hellwig · 8 years ago
  70. bb8d261 nvme: introduce a controller state machine by Christoph Hellwig · 8 years ago
  71. 04a934d nvme: remove the io_incapable method by Christoph Hellwig · 8 years ago
  72. 23bd63c NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_init does by Wang Sheng-Hui · 8 years ago
  73. 3b24774 NVMe: Fix check_flush_dependency warning by Keith Busch · 8 years ago
  74. b31356d NVMe: small typo in section BLK_DEV_NVME_SCSI of host/Kconfig by Wang Sheng-Hui · 8 years ago
  75. 76e3914 nvme: fix cntlid type by Christoph Hellwig · 8 years ago
  76. a522905 NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  77. c875a70 nvme: Avoid reset work on watchdog timer function during error recovery by Guilherme G. Piccoli · 8 years ago
  78. 7e19793 NVMe: silence warning about unused 'dev' by Jens Axboe · 8 years ago
  79. 7c88cb0 NVMe: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  80. 82b4552 nvme: Use blk-mq helper for IO termination by Sagi Grimberg · 8 years ago
  81. 21f033f NVMe: Skip async events for degraded controllers by Keith Busch · 8 years ago
  82. 8093f7c nvme: add helper nvme_setup_cmd() by Ming Lin · 8 years ago
  83. 03b5929 nvme: rewrite discard support by Ming Lin · 8 years ago
  84. 58b4560 nvme: add helper nvme_map_len() by Ming Lin · 8 years ago
  85. 2e39e0f nvme: add missing lock nesting notation by Ming Lin · 8 years ago
  86. 788e15a NVMe: Always use MSI/MSI-x interrupts by Keith Busch · 8 years ago
  87. 9bf2b97 NVMe: Fix reset/remove race by Keith Busch · 8 years ago
  88. d783e0b nvme: avoid cqe corruption when update at the same time as read by Marta Rybczynska · 8 years ago
  89. 9f86726 nvme: lightnvm: return ppa completion status by Matias Bjorling · 8 years ago
  90. 237045f Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  91. 118472a NVMe: Expose ns wwid through single sysfs entry by Keith Busch · 8 years ago
  92. 48c7823 NVMe: Remove unused sq_head read in completion path by Jon Derrick · 8 years ago
  93. 08095e7 NVMe: Create discard zero quirk white list by Keith Busch · 8 years ago
  94. d5bdec8 lightnvm: fold get bb tbl when using dual/quad plane mode by Matias Bjørling · 8 years ago
  95. 45686b6 nvme: fix max_segments integer truncation by Christoph Hellwig · 8 years ago
  96. da35825 nvme: set queue limits for the admin queue by Christoph Hellwig · 8 years ago
  97. e9fc63d NVMe: Fix 0-length integrity payload by Keith Busch · 8 years ago
  98. 63088ec NVMe: Don't allow unsupported flags by Keith Busch · 8 years ago
  99. 69d9a99 NVMe: Move error handling to failed reset handler by Keith Busch · 8 years ago
  100. f58944e NVMe: Simplify device reset failure by Keith Busch · 8 years ago