1. ab3994f nvme: add error handling support for add_disk() by Luis Chamberlain · 3 years, 5 months ago
  2. 041bd1a nvme: only call synchronize_srcu when clearing current path by Daniel Wagner · 3 years, 5 months ago
  3. b58da2d nvme: update keep alive interval when kato is modified by Tatsuya Sasaki · 3 years, 5 months ago
  4. 1ba2e50 nvme-tcp: Do not reset transport on data digest errors by Daniel Wagner · 3 years, 5 months ago
  5. f040648 nvmet: fixup buffer overrun in nvmet_subsys_attr_serial() by Hannes Reinecke · 3 years, 4 months ago
  6. ab7a273 nvmet: return bool from nvmet_passthru_ctrl and nvmet_is_passthru_req by Christoph Hellwig · 3 years, 5 months ago
  7. 77d651a nvmet: looks at the passthrough controller when initializing CAP by Adam Manzanares · 3 years, 5 months ago
  8. 43dc987 nvme: move nvme_multi_css into nvme.h by Adam Manzanares · 3 years, 5 months ago
  9. e7d6580 nvme-multipath: revalidate paths during rescan by Hannes Reinecke · 3 years, 5 months ago
  10. d32d3d0 nvme-multipath: set QUEUE_FLAG_NOWAIT by Christoph Hellwig · 3 years, 7 months ago
  11. 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
  12. 5f432cc nvme: use blk_mq_alloc_disk by Christoph Hellwig · 3 years, 5 months ago
  13. 9891668 nvme: remove the unused NVME_NS_* enum by Christoph Hellwig · 3 years, 5 months ago
  14. 7797905 nvme: remove nvm_ndev from ns by Keith Busch · 3 years, 5 months ago
  15. 0866200 nvme: Have NVME_FABRICS select NVME_CORE instead of transport drivers by Sagi Grimberg · 3 years, 8 months ago
  16. 3973e15 nvme: use bvec_virt by Christoph Hellwig · 3 years, 5 months ago
  17. e19e9f4 nvmet: check that host sqsize does not exceed ctrl MQES by Amit Engel · 3 years, 5 months ago
  18. b71df12 nvmet: avoid duplicate qid in connect cmd by Amit Engel · 3 years, 5 months ago
  19. e804d5a nvmet: pass back cntlid on successful completion by Amit Engel · 3 years, 5 months ago
  20. 8503287 nvme-rdma: don't update queue count when failing to set io queues by Ruozhu Li · 3 years, 6 months ago
  21. 664227f nvme-tcp: don't update queue count when failing to set io queues by Ruozhu Li · 3 years, 5 months ago
  22. d48f92c nvme-tcp: pair send_mutex init with destroy by Keith Busch · 3 years, 5 months ago
  23. a5df5e7 nvme: allow user toggling hmb usage by Keith Busch · 3 years, 6 months ago
  24. e5ad96f nvme-pci: disable hmb on idle suspend by Keith Busch · 3 years, 6 months ago
  25. ad0e9a8 nvmet: remove redundant assignments of variable status by Colin Ian King · 3 years, 6 months ago
  26. 8d84f9d nvmet: add set feature tracing support by Hou Pu · 3 years, 7 months ago
  27. a7b5e8d nvme: add set feature tracing support by Hou Pu · 3 years, 7 months ago
  28. e23439e nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_options by Hou Pu · 3 years, 6 months ago
  29. 1751e97 nvme-pci: cmb sysfs: one file, one value by Keith Busch · 3 years, 6 months ago
  30. 0521905 nvme-pci: use attribute group for cmb sysfs by Keith Busch · 3 years, 6 months ago
  31. e7006de nvme: code command_id with a genctr for use-after-free validation by Sagi Grimberg · 3 years, 7 months ago
  32. 3b01a9d nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data by Sagi Grimberg · 3 years, 7 months ago
  33. 27453b4 nvme-pci: limit maximum queue depth to 4095 by Sagi Grimberg · 3 years, 7 months ago
  34. 9ea9b9c remove the lightnvm subsystem by Christoph Hellwig · 3 years, 5 months ago
  35. 50b4aec block: remove GENHD_FL_UP by Christoph Hellwig · 3 years, 5 months ago
  36. 916a470 nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk by Christoph Hellwig · 3 years, 5 months ago
  37. 5eba200 nvme: remove the GENHD_FL_UP check in nvme_ns_remove by Christoph Hellwig · 3 years, 5 months ago
  38. 471aa70 block: pass a gendisk to blk_queue_update_readahead by Christoph Hellwig · 3 years, 5 months ago
  39. 4d4a60c Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  40. aaeb7bb nvme: set the PRACT bit when using Write Zeroes with T10 PI by Christoph Hellwig · 3 years, 6 months ago
  41. 234211b nvme: fix nvme_setup_command metadata trace event by Keith Busch · 3 years, 6 months ago
  42. 5396fda nvme: fix refcounting imbalance when all paths are down by Hannes Reinecke · 3 years, 6 months ago
  43. 7764656 nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTING by Zhihao Cheng · 3 years, 6 months ago
  44. 0d18c12 Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  45. 251ef6f nvme-pci: do not call nvme_dev_remove_admin from nvme_remove by Casey Chen · 3 years, 6 months ago
  46. e4b9852 nvme-pci: fix multiple races in nvme_setup_io_queues by Casey Chen · 3 years, 6 months ago
  47. 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
  48. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  49. 0755d3b nvme-tcp: can't set sk_user_data without write_lock by Maurizio Lombardi · 3 years, 7 months ago
  50. 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
  51. ae5e688 nvme: use return value from blk_execute_rq() by Keith Busch · 3 years, 7 months ago
  52. be42a33 nvme: use blk_execute_rq() for passthrough commands by Keith Busch · 3 years, 7 months ago
  53. 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
  54. 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
  55. 3c3ee16 nvmet: use NVMET_MAX_NAMESPACES to set nn value by Chaitanya Kulkarni · 3 years, 7 months ago
  56. cc72c44 nvme: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
  57. f66e280 nvme-pci: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
  58. 8abd7e2 nvmet: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
  59. aaf2e04 nvmet: add ZBD over ZNS backend support by Chaitanya Kulkarni · 3 years, 7 months ago
  60. ab5d0b3 nvmet: add Command Set Identifier support by Chaitanya Kulkarni · 3 years, 7 months ago
  61. 9a01b58 nvmet: add nvmet_req_bio put helper for backends by Chaitanya Kulkarni · 3 years, 7 months ago
  62. 6e59726 nvmet: add req cns error complete helper by Chaitanya Kulkarni · 3 years, 7 months ago
  63. 7860569 nvmet: remove local variable by Chaitanya Kulkarni · 3 years, 7 months ago
  64. 8bb6cb9 nvmet: use nvme status value directly by Chaitanya Kulkarni · 3 years, 7 months ago
  65. 245067e nvmet: use u32 type for the local variable nsid by Chaitanya Kulkarni · 3 years, 7 months ago
  66. 86693c4 nvmet: use u32 for nvmet_subsys max_nsid by Chaitanya Kulkarni · 3 years, 7 months ago
  67. f3dce2a nvmet: use req->cmd directly in file-ns fast path by Chaitanya Kulkarni · 3 years, 7 months ago
  68. 46eca47 nvmet: use req->cmd directly in bdev-ns fast path by Chaitanya Kulkarni · 3 years, 7 months ago
  69. 87fd4cc nvmet: make ver stable once connection established by Noam Gottlieb · 3 years, 7 months ago
  70. 0d148ef nvmet: allow mn change if subsys not discovered by Noam Gottlieb · 3 years, 7 months ago
  71. 7ae023c nvmet: make sn stable once connection was established by Noam Gottlieb · 3 years, 7 months ago
  72. e13b061 nvmet: change sn size and check validity by Noam Gottlieb · 3 years, 7 months ago
  73. 2a4a910 nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst() by Hannes Reinecke · 3 years, 8 months ago
  74. eff4423 nvme-fabrics: remove memset in connect io q by Chaitanya Kulkarni · 3 years, 7 months ago
  75. bfa9d12 nvme-fabrics: remove memset in connect admin q by Chaitanya Kulkarni · 3 years, 7 months ago
  76. c22c272 nvme-fabrics: remove memset in nvmf_reg_write32() by Chaitanya Kulkarni · 3 years, 7 months ago
  77. 2796a8e nvme-fabrics: remove memset in nvmf_reg_read64() by Chaitanya Kulkarni · 3 years, 7 months ago
  78. 3b54064 nvme-tcp: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 7 months ago
  79. 253a0b7 nvme-pci: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 7 months ago
  80. b61678b nvme-fc: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 7 months ago
  81. 73eefc2 nvme: add a helper to check ctrl sgl support by Chaitanya Kulkarni · 3 years, 7 months ago
  82. cb1b10e nvme-pci: remove trailing lines for helpers by Chaitanya Kulkarni · 3 years, 7 months ago
  83. a0aac97 nvme-pci: fix var. type for increasing cq_head by JK Kim · 3 years, 7 months ago
  84. 522af60 nvme-tcp: fix error codes in nvme_tcp_setup_ctrl() by Dan Carpenter · 3 years, 7 months ago
  85. e7d4b54 nvme: factor out a nvme_validate_passthru_nsid helper by Chaitanya Kulkarni · 3 years, 7 months ago
  86. d399742 nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text by Geert Uytterhoeven · 3 years, 7 months ago
  87. 2411424 nvme: remove superfluous bio_set_dev in nvme_requeue_work by Daniel Wagner · 3 years, 7 months ago
  88. 120bb36 nvme: verify MNAN value if ANA is enabled by Daniel Wagner · 3 years, 7 months ago
  89. 2744d7a ACPI: Check StorageD3Enable _DSD property in ACPI code by Mario Limonciello · 3 years, 7 months ago
  90. 3dbbca7 scsi: nvme: Added a new sysfs attribute appid_store by Muneendra Kumar · 3 years, 7 months ago
  91. 346ac78 nvmet: remove a superfluous variable by Chaitanya Kulkarni · 3 years, 8 months ago
  92. f6e8bd5 nvmet: move ka_work initialization to nvmet_alloc_ctrl by Amit Engel · 3 years, 9 months ago
  93. f1cf35e nvme: remove nvme_{get,put}_ns_from_disk by Christoph Hellwig · 3 years, 8 months ago
  94. 8b4fb0f nvme: split nvme_report_zones by Christoph Hellwig · 3 years, 8 months ago
  95. d8ca66e nvme: move the CSI sanity check into nvme_ns_report_zones by Christoph Hellwig · 3 years, 8 months ago
  96. 85b790a nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl by Christoph Hellwig · 3 years, 8 months ago
  97. 3e7d1a5 nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl by Christoph Hellwig · 3 years, 8 months ago
  98. 86b4284 nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl by Christoph Hellwig · 3 years, 8 months ago
  99. f423c85 nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl by Christoph Hellwig · 3 years, 8 months ago
  100. 97ba693 nvme-fabrics: remove extra braces by Chaitanya Kulkarni · 3 years, 8 months ago