1. 8168d23 nvme: fix memory leak freeing command effects by Keith Busch · 4 years, 2 months ago
  2. f6224b8 nvme: directly cache command effects log by Keith Busch · 4 years, 2 months ago
  3. 0f0d2c8 nvme: free sq/cq dbbuf pointers when dbbuf set fails by Minwoo Im · 4 years, 3 months ago
  4. 65c5a05 nvme: fix incorrect behavior when BLKROSET is called by the user by Sagi Grimberg · 4 years, 2 months ago
  5. 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
  6. 0a8a2c85 nvme-tcp: avoid repeated request completion by Sagi Grimberg · 4 years, 3 months ago
  7. fdf58e0 nvme-rdma: avoid repeated request completion by Sagi Grimberg · 4 years, 3 months ago
  8. d6f6621 nvme-tcp: avoid race between time out and tear down by Chao Leng · 4 years, 3 months ago
  9. 3017013 nvme-rdma: avoid race between time out and tear down by Chao Leng · 4 years, 3 months ago
  10. 04800fb nvme: introduce nvme_sync_io_queues by Chao Leng · 4 years, 3 months ago
  11. 3821080 Revert "nvme-pci: remove last_sq_tail" by Keith Busch · 4 years, 3 months ago
  12. 5fc6b07 Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  13. 071ba4c RDMA: Add rdma_connect_locked() by Jason Gunthorpe · 4 years, 3 months ago
  14. 3c3751f nvmet: fix a NULL pointer dereference when tracing the flush command by Chaitanya Kulkarni · 4 years, 3 months ago
  15. ac9b820 nvme-fc: remove nvme_fc_terminate_io() by James Smart · 4 years, 3 months ago
  16. 95ced8a nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery by James Smart · 4 years, 3 months ago
  17. 9c2bb25 nvme-fc: remove err_work work item by James Smart · 4 years, 3 months ago
  18. caf1cbe nvme-fc: track error_recovery while connecting by James Smart · 4 years, 3 months ago
  19. 25c1ca6 nvme-rdma: handle unexpected nvme completion data length by zhenwei pi · 4 years, 3 months ago
  20. 8685699 nvme: ignore zone validate errors on subsequent scans by Keith Busch · 4 years, 3 months ago
  21. f673714 nvme-fc: shorten reconnect delay if possible for FC by James Smart · 4 years, 3 months ago
  22. 88e837e nvme-fc: wait for queues to freeze before calling update_hr_hw_queues by James Smart · 4 years, 3 months ago
  23. 514a6dc nvme-fc: fix error loop in create_hw_io_queues by James Smart · 4 years, 3 months ago
  24. 52793d6 nvme-fc: fix io timeout to abort I/O by James Smart · 4 years, 3 months ago
  25. 150dfb6 nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru by Chaitanya Kulkarni · 4 years, 3 months ago
  26. 5e06310 nvmet: cleanup nvmet_passthru_map_sg() by Logan Gunthorpe · 4 years, 3 months ago
  27. df06047 nvmet: limit passthru MTDS by BIO_MAX_PAGES by Logan Gunthorpe · 4 years, 3 months ago
  28. 85bd23f nvmet: fix uninitialized work for zero kato by zhenwei pi · 4 years, 3 months ago
  29. 02ca079 nvme-pci: disable Write Zeroes on Sandisk Skyhawk by Kai-Heng Feng · 4 years, 3 months ago
  30. 643c476 nvme: use queuedata for nvme_req_qid by Keith Busch · 4 years, 3 months ago
  31. a87da50 nvme-rdma: fix crash due to incorrect cqe by Chao Leng · 4 years, 3 months ago
  32. 43efdb8 nvme-rdma: fix crash when connect rejected by Chao Leng · 4 years, 3 months ago
  33. afaf5c6 nvme: translate zone resource errors by Keith Busch · 4 years, 4 months ago
  34. 7cd4ecd Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  35. 3ad11d7 Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  36. 583090b Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  37. c448525 nvme-core: remove extra condition for vwc by Chaitanya Kulkarni · 4 years, 4 months ago
  38. af5d6f7 nvme-core: remove extra variable by Chaitanya Kulkarni · 4 years, 4 months ago
  39. 7b15336 nvme: remove nvme_identify_ns_list by Christoph Hellwig · 4 years, 4 months ago
  40. 0a05226 nvme: refactor nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
  41. b2dc748 nvme: move nvme_validate_ns by Christoph Hellwig · 4 years, 4 months ago
  42. 8b7c0ff nvme: query namespace identifiers before adding the namespace by Christoph Hellwig · 4 years, 4 months ago
  43. 3a9967b nvme: revalidate zone bitmaps in nvme_update_ns_info by Christoph Hellwig · 4 years, 4 months ago
  44. af0f446 nvme: remove nvme_update_formats by Christoph Hellwig · 4 years, 4 months ago
  45. 75eb779 nvme: update the known admin effects by Christoph Hellwig · 4 years, 4 months ago
  46. 658d9f7 nvme: set the queue limits in nvme_update_ns_info by Christoph Hellwig · 4 years, 4 months ago
  47. 310b30e nvme: remove the 0 lba_shift check in nvme_update_ns_info by Christoph Hellwig · 4 years, 4 months ago
  48. 13f0b26 nvme: clean up the check for too large logic block sizes by Christoph Hellwig · 4 years, 4 months ago
  49. f9d5f45 nvme: freeze the queue over ->lba_shift updates by Christoph Hellwig · 4 years, 4 months ago
  50. d4609ea nvme: factor out a nvme_configure_metadata helper by Christoph Hellwig · 4 years, 4 months ago
  51. fab72f5 nvme: call nvme_identify_ns as the first thing in nvme_alloc_ns_block by Christoph Hellwig · 4 years, 4 months ago
  52. b8b8cd0 nvme: lift the check for an unallocated namespace into nvme_identify_ns by Christoph Hellwig · 4 years, 4 months ago
  53. 81382f1 nvme: rename __nvme_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
  54. 2124f09 nvme: rename _nvme_revalidate_disk by Christoph Hellwig · 4 years, 4 months ago
  55. eba9bcf nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns by Christoph Hellwig · 4 years, 4 months ago
  56. d525c3c nvme: remove the disk argument to nvme_update_zone_info by Christoph Hellwig · 4 years, 5 months ago
  57. 7fad20d nvme: fix initialization of the zone bitmaps by Christoph Hellwig · 4 years, 5 months ago
  58. 1401fcc nvme-loop: don't put ctrl on nvme_init_ctrl error by Chaitanya Kulkarni · 4 years, 4 months ago
  59. 4bab690 nvme-core: put ctrl ref when module ref get fail by Chaitanya Kulkarni · 4 years, 4 months ago
  60. 165563c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  61. 7d4194a nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage() by Coly Li · 4 years, 4 months ago
  62. 21cc2f3 nvme-pci: allocate separate interrupt for the reserved non-polled I/O queue by Jeffle Xu · 4 years, 4 months ago
  63. 936fab5 nvme: fix error handling in nvme_ns_report_zones by Christoph Hellwig · 4 years, 5 months ago
  64. ddd3d105 nvmet-fc: fix missing check for no hostport struct by James Smart · 4 years, 4 months ago
  65. 5b3356d nvmet: add passthru ZNS support by Chaitanya Kulkarni · 4 years, 4 months ago
  66. 4e683c4 nvmet: handle keep-alive timer when kato is modified by a set features cmd by Amit Engel · 4 years, 4 months ago
  67. f7790e5 nvmet-tcp: have queue io_work context run on sock incoming cpu by Mark Wunderlich · 4 years, 5 months ago
  68. 0b85f59 nvme-pci: Move enumeration by class to be last in the table by Andy Shevchenko · 4 years, 5 months ago
  69. 1cf7a12 nvme: use an xarray to lookup the Commands Supported and Effects log by Chaitanya Kulkarni · 4 years, 4 months ago
  70. b2702aa nvme: lift the file open code from nvme_ctrl_get_by_path by Chaitanya Kulkarni · 4 years, 4 months ago
  71. 9d2fbae Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  72. ac8f7a0 Merge branch 'for-5.10/block' into for-5.10/drivers by Jens Axboe · 4 years, 4 months ago
  73. 1cb039f bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag by Christoph Hellwig · 4 years, 4 months ago
  74. c2e4cd5 block: lift setting the readahead size into the block layer by Christoph Hellwig · 4 years, 4 months ago
  75. 46d2613 nvme-core: don't use NVME_NSID_ALL for command effects and supported log by Chaitanya Kulkarni · 4 years, 4 months ago
  76. c37b718 Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  77. 9e0e8da nvme-fc: fail new connections to a deleted host or remote port by James Smart · 4 years, 4 months ago
  78. 50b7c24 nvme-pci: fix NULL req in completion handler by Xianting Tian · 4 years, 4 months ago
  79. 59e330f nvme: return errors for hwmon init by Keith Busch · 4 years, 4 months ago
  80. 3a6b076 nvmet: get transport reference for passthru ctrl by Christoph Hellwig · 4 years, 4 months ago
  81. 52a3974 nvme-core: get/put ctrl and transport module in nvme_dev_open/release() by Chaitanya Kulkarni · 4 years, 4 months ago
  82. af5ad17 nvme-tcp: fix kconfig dependency warning when !CRYPTO by Necip Fazil Yildiran · 4 years, 4 months ago
  83. ce4cc31 nvme-pci: disable the write zeros command for Intel 600P/P3100 by David Milburn · 4 years, 4 months ago
  84. 7b8731d9 Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  85. 73a5379 nvme-fabrics: allow to queue requests for live queues by Sagi Grimberg · 4 years, 5 months ago
  86. ceb1e08 nvme-tcp: cancel async events before freeing event struct by David Milburn · 4 years, 5 months ago
  87. 925dd04 nvme-rdma: cancel async events before freeing event struct by David Milburn · 4 years, 5 months ago
  88. e126e82 nvme-fc: cancel async events before freeing event struct by David Milburn · 4 years, 5 months ago
  89. b63de84 nvme: Revert: Fix controller creation races with teardown flow by James Smart · 4 years, 5 months ago
  90. 8075fc3 Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  91. b55d3d2 nvme: opencode revalidate_disk in nvme_validate_ns by Christoph Hellwig · 4 years, 5 months ago
  92. c13f0fb nvme: don't call revalidate_disk from nvme_set_queue_dying by Christoph Hellwig · 4 years, 5 months ago
  93. 611bee5 block: replace bd_set_size with bd_set_nr_sectors by Christoph Hellwig · 4 years, 5 months ago
  94. a98278e Merge branch 'block-5.9' into for-5.10/block by Jens Axboe · 4 years, 5 months ago
  95. 7ad92f6 nvme-pci: cancel nvme device request before disabling by Tong Zhang · 4 years, 5 months ago
  96. e83d776 nvme: only use power of two io boundaries by Keith Busch · 4 years, 5 months ago
  97. 192f6c2 nvme: fix controller instance leak by Keith Busch · 4 years, 5 months ago
  98. 70e3798 nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()' by Christophe JAILLET · 4 years, 5 months ago
  99. 7cd49f7 nvme: Fix NULL dereference for pci nvme controllers by Sagi Grimberg · 4 years, 5 months ago
  100. 2362acb nvme-rdma: fix reset hang if controller died in the middle of a reset by Sagi Grimberg · 4 years, 6 months ago