1. 538e4a8 nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDs by Thorsten Leemhuis · 4 years ago
  2. 772ea32 nvme-core: use list_add_tail_rcu instead of list_add_tail for nvme_init_ns_head by Chao Leng · 4 years ago
  3. d1bcf00 nvme-multipath: Early exit if no path is available by Daniel Wagner · 4 years ago
  4. 8991992 nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC device by Chaitanya Kulkarni · 4 years ago
  5. fa07321 nvme-pci: fix error unwind in nvme_map_data by Christoph Hellwig · 4 years ago
  6. 9275c20 nvme-pci: refactor nvme_unmap_data by Christoph Hellwig · 4 years ago
  7. bffcd50 nvmet: set right status on error in id-ns handler by Chaitanya Kulkarni · 4 years ago
  8. 20d3bb9 nvme-pci: allow use of cmb on v1.4 controllers by Klaus Jensen · 4 years ago
  9. 9ebbfe4 nvme-tcp: avoid request double completion for concurrent nvme_tcp_timeout by Chao Leng · 4 years ago
  10. 7674073 nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout by Chao Leng · 4 years ago
  11. 4d6b1c9 nvme: check the PRINFO bit before deciding the host buffer length by Revanth Rajashekar · 4 years ago
  12. 5ab25a3 nvme: don't intialize hwmon for discovery controllers by Sagi Grimberg · 4 years ago
  13. ca1ff67 nvme-tcp: fix possible data corruption with bio merges by Sagi Grimberg · 4 years ago
  14. ada83177 nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT by Sagi Grimberg · 4 years ago
  15. 7a84665 nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY by Israel Rukshin · 4 years ago
  16. 2b59787 nvme: remove the unused status argument from nvme_trace_bio_complete by Max Gurtovoy · 4 years, 1 month ago
  17. 9ceb786 nvmet-rdma: Fix list_del corruption on queue establishment failure by Israel Rukshin · 4 years, 1 month ago
  18. 9b66fc0 nvme: unexport functions with no external caller by Minwoo Im · 4 years, 1 month ago
  19. 62df801 nvme: avoid possible double fetch in handling CQE by Lalithambika Krishnakumar · 4 years, 1 month ago
  20. 5c11f7d nvme-tcp: Fix possible race of io_work and direct send by Sagi Grimberg · 4 years, 1 month ago
  21. 7ee5c78 nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN by Gopal Tiwari · 4 years, 2 months ago
  22. 2b54996b7 nvme-fcloop: Fix sscanf type and list_first_entry_or_null warnings by James Smart · 4 years, 1 month ago
  23. 19fce04 nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt context by James Smart · 4 years, 2 months ago
  24. 009bd55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 1 month ago
  25. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  26. ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  27. 88c9979 nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock class by Ming Lei · 4 years, 2 months ago
  28. 1c02fca block: remove the request_queue argument to the block_bio_remap tracepoint by Christoph Hellwig · 4 years, 2 months ago
  29. 8446fe9 block: switch partition lookup to use struct block_device by Christoph Hellwig · 4 years, 2 months ago
  30. 2f4c9ba nvme: export zoned namespaces without Zone Append support read-only by Javier González · 4 years, 2 months ago
  31. ba4fb32 nvme: rename bdev operations by Javier González · 4 years, 2 months ago
  32. f68abd9 nvme: rename controller base dev_t char device by Javier González · 4 years, 2 months ago
  33. e1aaf5c nvme: remove unnecessary return values by Javier González · 4 years, 2 months ago
  34. f781f3d nvme: print a warning for when listing active namespaces fails by Minwoo Im · 4 years, 2 months ago
  35. aa9d729 nvme: improve an error message on Identify failure by Minwoo Im · 4 years, 2 months ago
  36. 8c4dfea nvme-fabrics: reject I/O to offline device by Victor Gladkov · 4 years, 2 months ago
  37. 9f20599 nvmet: fix a spelling mistake "incuding" -> "including" in Kconfig by Colin Ian King · 4 years, 2 months ago
  38. 0068a7b nvmet: make sure discovery change log event is protected by Max Gurtovoy · 4 years, 2 months ago
  39. 6d65aea nvmet: remove unused ctrl->cqs by Amit · 4 years, 2 months ago
  40. e3aef09 nvme-pci: don't allocate unused I/O queues by Niklas Schnelle · 4 years, 2 months ago
  41. ff4e5fb nvme-pci: drop min() from nr_io_queues assignment by Niklas Schnelle · 4 years, 2 months ago
  42. dab3902 nvmet: use inline bio for passthru fast path by Chaitanya Kulkarni · 4 years, 2 months ago
  43. a4fe2d3 nvmet: use blk_rq_bio_prep instead of blk_rq_append_bio by Chaitanya Kulkarni · 4 years, 2 months ago
  44. 06b3bec nvmet: remove op_flags for passthru commands by Chaitanya Kulkarni · 4 years, 2 months ago
  45. 39dfe84 nvme: split nvme_alloc_request() by Chaitanya Kulkarni · 4 years, 2 months ago
  46. 47e9730 nvmet: add passthru io timeout value attr by Chaitanya Kulkarni · 4 years, 2 months ago
  47. a2f6a2b nvmet: add passthru admin timeout value attr by Chaitanya Kulkarni · 4 years, 2 months ago
  48. dc96f93 nvme: use consistent macro name for timeout by Chaitanya Kulkarni · 4 years, 2 months ago
  49. 0d2e7c8 nvme: centralize setting the timeout in nvme_alloc_request by Chaitanya Kulkarni · 4 years, 2 months ago
  50. 84115d6 nvme: simplify nvme_req_qid() by Baolin Wang · 4 years, 3 months ago
  51. 03d99e5 nvme-fcloop: add sysfs attribute to inject command drop by James Smart · 4 years, 3 months ago
  52. ed92f6a Merge tag 'v5.10-rc5' into rdma.git for-next by Jason Gunthorpe · 4 years, 2 months ago
  53. 5a7a9e0 RDMA/core: remove use of dma_virt_ops by Christoph Hellwig · 4 years, 3 months ago
  54. bf3b7b7 Merge branch 'for-rc' into rdma.git by Jason Gunthorpe · 4 years, 2 months ago
  55. d17e66a nvme: use set_capacity_and_notify in nvme_set_queue_dying by Christoph Hellwig · 4 years, 2 months ago
  56. 449f4ec block: remove the update_bdev parameter to set_capacity_revalidate_and_notify by Christoph Hellwig · 4 years, 2 months ago
  57. 5dd5574 nvme: let set_capacity_revalidate_and_notify update the bdev size by Christoph Hellwig · 4 years, 2 months ago
  58. 8168d23 nvme: fix memory leak freeing command effects by Keith Busch · 4 years, 2 months ago
  59. f6224b8 nvme: directly cache command effects log by Keith Busch · 4 years, 2 months ago
  60. 0f0d2c8 nvme: free sq/cq dbbuf pointers when dbbuf set fails by Minwoo Im · 4 years, 3 months ago
  61. 22dd4c7 nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device by Christoph Hellwig · 4 years, 3 months ago
  62. 65c5a05 nvme: fix incorrect behavior when BLKROSET is called by the user by Sagi Grimberg · 4 years, 2 months ago
  63. 7ae7a8d Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10 by Jens Axboe · 4 years, 3 months ago
  64. 0a8a2c85 nvme-tcp: avoid repeated request completion by Sagi Grimberg · 4 years, 3 months ago
  65. fdf58e0 nvme-rdma: avoid repeated request completion by Sagi Grimberg · 4 years, 3 months ago
  66. d6f6621 nvme-tcp: avoid race between time out and tear down by Chao Leng · 4 years, 3 months ago
  67. 3017013 nvme-rdma: avoid race between time out and tear down by Chao Leng · 4 years, 3 months ago
  68. 04800fb nvme: introduce nvme_sync_io_queues by Chao Leng · 4 years, 3 months ago
  69. 3821080 Revert "nvme-pci: remove last_sq_tail" by Keith Busch · 4 years, 3 months ago
  70. 5fc6b07 Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  71. 071ba4c RDMA: Add rdma_connect_locked() by Jason Gunthorpe · 4 years, 3 months ago
  72. 3c3751f nvmet: fix a NULL pointer dereference when tracing the flush command by Chaitanya Kulkarni · 4 years, 3 months ago
  73. ac9b820 nvme-fc: remove nvme_fc_terminate_io() by James Smart · 4 years, 3 months ago
  74. 95ced8a nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery by James Smart · 4 years, 3 months ago
  75. 9c2bb25 nvme-fc: remove err_work work item by James Smart · 4 years, 3 months ago
  76. caf1cbe nvme-fc: track error_recovery while connecting by James Smart · 4 years, 3 months ago
  77. 25c1ca6 nvme-rdma: handle unexpected nvme completion data length by zhenwei pi · 4 years, 3 months ago
  78. 8685699 nvme: ignore zone validate errors on subsequent scans by Keith Busch · 4 years, 3 months ago
  79. f673714 nvme-fc: shorten reconnect delay if possible for FC by James Smart · 4 years, 3 months ago
  80. 88e837e nvme-fc: wait for queues to freeze before calling update_hr_hw_queues by James Smart · 4 years, 3 months ago
  81. 514a6dc nvme-fc: fix error loop in create_hw_io_queues by James Smart · 4 years, 3 months ago
  82. 52793d6 nvme-fc: fix io timeout to abort I/O by James Smart · 4 years, 3 months ago
  83. 150dfb6 nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru by Chaitanya Kulkarni · 4 years, 3 months ago
  84. 5e06310 nvmet: cleanup nvmet_passthru_map_sg() by Logan Gunthorpe · 4 years, 3 months ago
  85. df06047 nvmet: limit passthru MTDS by BIO_MAX_PAGES by Logan Gunthorpe · 4 years, 3 months ago
  86. 85bd23f nvmet: fix uninitialized work for zero kato by zhenwei pi · 4 years, 3 months ago
  87. 02ca079 nvme-pci: disable Write Zeroes on Sandisk Skyhawk by Kai-Heng Feng · 4 years, 3 months ago
  88. 643c476 nvme: use queuedata for nvme_req_qid by Keith Busch · 4 years, 3 months ago
  89. a87da50 nvme-rdma: fix crash due to incorrect cqe by Chao Leng · 4 years, 3 months ago
  90. 43efdb8 nvme-rdma: fix crash when connect rejected by Chao Leng · 4 years, 3 months ago
  91. afaf5c6 nvme: translate zone resource errors by Keith Busch · 4 years, 4 months ago
  92. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  93. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  94. 583090b Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  95. c448525 nvme-core: remove extra condition for vwc by Chaitanya Kulkarni · 4 years, 4 months ago
  96. af5d6f7 nvme-core: remove extra variable by Chaitanya Kulkarni · 4 years, 4 months ago
  97. 7b15336 nvme: remove nvme_identify_ns_list by Christoph Hellwig · 4 years, 4 months ago
  98. 0a05226 nvme: refactor nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
  99. b2dc748 nvme: move nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
  100. 8b7c0ff nvme: query namespace identifiers before adding the namespace by Christoph Hellwig · 4 years, 4 months ago