1. 793fcab nvme: report write pointer for a full zone as zone start + zone len by Niklas Cassel · 3 years, 2 months ago
  2. d39ad2a nvme: disable namespace access for unsupported metadata by Keith Busch · 3 years, 2 months ago
  3. 16cc33b nvme: show subsys nqn for duplicate cntlids by Keith Busch · 3 years, 2 months ago
  4. 00b33cf nvme: fix write zeroes pi by Klaus Jensen · 3 years, 2 months ago
  5. 8e8aaf5 nvme-fabrics: ignore invalid fast_io_fail_tmo values by Maurizio Lombardi · 3 years, 2 months ago
  6. 5a6254d nvme-pci: add NO APST quirk for Kioxia device by Enzo Matsumiya · 3 years, 2 months ago
  7. a5053c9 nvme-tcp: fix memory leak when freeing a queue by Maurizio Lombardi · 3 years, 3 months ago
  8. 1d3ef9c3 nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t() by Varun Prakash · 3 years, 2 months ago
  9. 3e28850 Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  10. 26af1cd nvme: wait until quiesce is done by Ming Lei · 3 years, 2 months ago
  11. 643a723 Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  12. 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 3 months ago
  13. d156cfc nvmet: use flex_array_size and struct_size by Len Baker · 3 years, 3 months ago
  14. d89b9f3 nvme-tcp: fix data digest pointer calculation by Varun Prakash · 3 years, 3 months ago
  15. ce7723e nvme-tcp: fix possible req->offset corruption by Varun Prakash · 3 years, 3 months ago
  16. 25e1f67 nvme-tcp: fix H2CData PDU send accounting (again) by Sagi Grimberg · 3 years, 3 months ago
  17. 2b81a5f nvme: drop scan_lock and always kick requeue list when removing namespaces by Hannes Reinecke · 3 years, 3 months ago
  18. 58847f1 nvme-pci: clear shadow doorbell memory on resets by Keith Busch · 3 years, 3 months ago
  19. 0974812 nvme-rdma: fix error code in nvme_rdma_setup_ctrl by Max Gurtovoy · 3 years, 3 months ago
  20. 1138458 nvme-multipath: add error handling support for add_disk() by Luis Chamberlain · 3 years, 3 months ago
  21. e5ea42f nvme: display correct subsystem NQN by Hannes Reinecke · 3 years, 4 months ago
  22. 20e8b68 nvme: Add connect option 'discovery' by Hannes Reinecke · 3 years, 4 months ago
  23. 954ae16 nvme: expose subsystem type in sysfs attribute 'subsystype' by Hannes Reinecke · 3 years, 4 months ago
  24. 44c3c62 nvme-rdma: limit the maximal queue size for RDMA controllers by Max Gurtovoy · 3 years, 4 months ago
  25. 01d8381 nvme-fc: add support for ->map_queues by Saurav Kashyap · 3 years, 5 months ago
  26. f6f09c1 nvme: generate uevent once a multipath namespace is operational again by Hannes Reinecke · 3 years, 3 months ago
  27. 9e6a6b1 nvme: paring quiesce/unquiesce by Ming Lei · 3 years, 3 months ago
  28. ebc9b95 nvme: prepare for pairing quiescing and unquiescing by Ming Lei · 3 years, 3 months ago
  29. 6ca1d90 nvme: apply nvme API to quiesce/unquiesce admin queue by Ming Lei · 3 years, 3 months ago
  30. a277654 nvme: add APIs for stopping/starting admin queue by Ming Lei · 3 years, 3 months ago
  31. a9a7e30 nvme: don't memset() the normal read/write command by Jens Axboe · 3 years, 3 months ago
  32. 9c3d292 nvme: move command clear into the various setup helpers by Jens Axboe · 3 years, 3 months ago
  33. 4f50224 nvme: wire up completion batching for the IRQ path by Jens Axboe · 3 years, 3 months ago
  34. c234a65 nvme: add support for batched completion of polled IO by Jens Axboe · 3 years, 3 months ago
  35. 5a72e89 block: add a struct io_comp_batch argument to fops->iopoll() by Jens Axboe · 3 years, 3 months ago
  36. c712dcc nvme-multipath: enable polled I/O by Christoph Hellwig · 3 years, 3 months ago
  37. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  38. 6ce913f block: rename REQ_HIPRI to REQ_POLLED by Christoph Hellwig · 3 years, 3 months ago
  39. fe45e63 block: move integrity handling out of <linux/blkdev.h> by Christoph Hellwig · 3 years, 4 months ago
  40. baa0ab2 Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15 by Jens Axboe · 3 years, 3 months ago
  41. be5eb933 nvme: fix per-namespace chardev deletion by Adam Manzanares · 3 years, 3 months ago
  42. 85f74ac nvme-pci: Fix abort command id by Keith Busch · 3 years, 3 months ago
  43. a2941f6 nvme: add command id quirk for apple controllers by Keith Busch · 3 years, 4 months ago
  44. 298ba0e nvme: keep ctrl->namespaces ordered by Christoph Hellwig · 3 years, 4 months ago
  45. e371af0 nvme-tcp: fix incorrect h2cdata pdu offset accounting by Sagi Grimberg · 3 years, 4 months ago
  46. bdaa136 nvme-fc: remove freeze/unfreeze around update_nr_hw_queues by James Smart · 3 years, 4 months ago
  47. e5445da nvme-fc: avoid race between time out and tear down by James Smart · 3 years, 4 months ago
  48. 555f66d nvme-fc: update hardware queues before using them by Daniel Wagner · 3 years, 4 months ago
  49. 65ed1e6 Merge tag 'nvme-5.15-2021-09-15' of git://git.infradead.org/nvme into block-5.15 by Jens Axboe · 3 years, 4 months ago
  50. 9da4c72 nvme: remove the call to nvme_update_disk_info in nvme_ns_remove by Christoph Hellwig · 3 years, 4 months ago
  51. 70f437f nvme-tcp: fix io_work priority inversion by Keith Busch · 3 years, 4 months ago
  52. 9817d76 nvme-rdma: destroy cm id before destroy qp to avoid use after free by Ruozhu Li · 3 years, 4 months ago
  53. 79f528a nvme-multipath: fix ANA state updates when a namespace is not present by Anton Eidelman · 3 years, 4 months ago
  54. 9edceaf nvme: avoid race in shutdown namespace removal by Daniel Wagner · 3 years, 5 months ago
  55. ab3994f nvme: add error handling support for add_disk() by Luis Chamberlain · 3 years, 5 months ago
  56. 041bd1a nvme: only call synchronize_srcu when clearing current path by Daniel Wagner · 3 years, 5 months ago
  57. b58da2d nvme: update keep alive interval when kato is modified by Tatsuya Sasaki · 3 years, 5 months ago
  58. 1ba2e50 nvme-tcp: Do not reset transport on data digest errors by Daniel Wagner · 3 years, 5 months ago
  59. 43dc987 nvme: move nvme_multi_css into nvme.h by Adam Manzanares · 3 years, 5 months ago
  60. e7d6580 nvme-multipath: revalidate paths during rescan by Hannes Reinecke · 3 years, 5 months ago
  61. d32d3d0 nvme-multipath: set QUEUE_FLAG_NOWAIT by Christoph Hellwig · 3 years, 7 months ago
  62. 9a1d6c9 Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 5 months ago
  63. 5f432cc nvme: use blk_mq_alloc_disk by Christoph Hellwig · 3 years, 5 months ago
  64. 9891668 nvme: remove the unused NVME_NS_* enum by Christoph Hellwig · 3 years, 5 months ago
  65. 7797905 nvme: remove nvm_ndev from ns by Keith Busch · 3 years, 5 months ago
  66. 0866200 nvme: Have NVME_FABRICS select NVME_CORE instead of transport drivers by Sagi Grimberg · 3 years, 8 months ago
  67. 3973e15 nvme: use bvec_virt by Christoph Hellwig · 3 years, 6 months ago
  68. 8503287 nvme-rdma: don't update queue count when failing to set io queues by Ruozhu Li · 3 years, 6 months ago
  69. 664227f nvme-tcp: don't update queue count when failing to set io queues by Ruozhu Li · 3 years, 5 months ago
  70. d48f92c nvme-tcp: pair send_mutex init with destroy by Keith Busch · 3 years, 5 months ago
  71. a5df5e7 nvme: allow user toggling hmb usage by Keith Busch · 3 years, 6 months ago
  72. e5ad96f nvme-pci: disable hmb on idle suspend by Keith Busch · 3 years, 6 months ago
  73. a7b5e8d nvme: add set feature tracing support by Hou Pu · 3 years, 7 months ago
  74. e23439e nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_options by Hou Pu · 3 years, 6 months ago
  75. 1751e97 nvme-pci: cmb sysfs: one file, one value by Keith Busch · 3 years, 6 months ago
  76. 0521905 nvme-pci: use attribute group for cmb sysfs by Keith Busch · 3 years, 6 months ago
  77. e7006de nvme: code command_id with a genctr for use-after-free validation by Sagi Grimberg · 3 years, 7 months ago
  78. 3b01a9d nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data by Sagi Grimberg · 3 years, 7 months ago
  79. 27453b4 nvme-pci: limit maximum queue depth to 4095 by Sagi Grimberg · 3 years, 7 months ago
  80. 9ea9b9c remove the lightnvm subsystem by Christoph Hellwig · 3 years, 5 months ago
  81. 50b4aec block: remove GENHD_FL_UP by Christoph Hellwig · 3 years, 5 months ago
  82. 916a470 nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk by Christoph Hellwig · 3 years, 5 months ago
  83. 5eba200 nvme: remove the GENHD_FL_UP check in nvme_ns_remove by Christoph Hellwig · 3 years, 5 months ago
  84. 471aa70 block: pass a gendisk to blk_queue_update_readahead by Christoph Hellwig · 3 years, 5 months ago
  85. 4d4a60c Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  86. aaeb7bb nvme: set the PRACT bit when using Write Zeroes with T10 PI by Christoph Hellwig · 3 years, 6 months ago
  87. 234211b nvme: fix nvme_setup_command metadata trace event by Keith Busch · 3 years, 6 months ago
  88. 5396fda nvme: fix refcounting imbalance when all paths are down by Hannes Reinecke · 3 years, 6 months ago
  89. 7764656 nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING by Zhihao Cheng · 3 years, 7 months ago
  90. 0d18c12 Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  91. 251ef6f nvme-pci: do not call nvme_dev_remove_admin from nvme_remove by Casey Chen · 3 years, 6 months ago
  92. e4b9852 nvme-pci: fix multiple races in nvme_setup_io_queues by Casey Chen · 3 years, 6 months ago
  93. 8b43ced nvme-tcp: use __dev_get_by_name instead dev_get_by_name for OPT_HOST_IFACE by Prabhakar Kushwaha · 3 years, 6 months ago
  94. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  95. bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
  96. ae5e688 nvme: use return value from blk_execute_rq() by Keith Busch · 3 years, 7 months ago
  97. be42a33 nvme: use blk_execute_rq() for passthrough commands by Keith Busch · 3 years, 7 months ago
  98. 4404621 Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  99. df668a5 Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  100. cc72c44 nvme: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago