1. 0d18c12 Merge tag 'block-5.14-2021-07-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 6 months ago
  2. 251ef6f nvme-pci: do not call nvme_dev_remove_admin from nvme_remove by Casey Chen · 3 years, 7 months ago
  3. e4b9852 nvme-pci: fix multiple races in nvme_setup_io_queues by Casey Chen · 3 years, 7 months ago
  4. 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
  5. a022f7d Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  6. 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
  7. ae5e688 nvme: use return value from blk_execute_rq() by Keith Busch · 3 years, 7 months ago
  8. be42a33 nvme: use blk_execute_rq() for passthrough commands by Keith Busch · 3 years, 7 months ago
  9. 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
  10. 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
  11. cc72c44 nvme: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
  12. f66e280 nvme-pci: remove zeroout memset call for struct by Chaitanya Kulkarni · 3 years, 7 months ago
  13. eff4423 nvme-fabrics: remove memset in connect io q by Chaitanya Kulkarni · 3 years, 7 months ago
  14. bfa9d12 nvme-fabrics: remove memset in connect admin q by Chaitanya Kulkarni · 3 years, 7 months ago
  15. c22c272 nvme-fabrics: remove memset in nvmf_reg_write32() by Chaitanya Kulkarni · 3 years, 7 months ago
  16. 2796a8e nvme-fabrics: remove memset in nvmf_reg_read64() by Chaitanya Kulkarni · 3 years, 7 months ago
  17. 3b54064 nvme-tcp: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 8 months ago
  18. 253a0b7 nvme-pci: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 8 months ago
  19. b61678b nvme-fc: use ctrl sgl check helper by Chaitanya Kulkarni · 3 years, 8 months ago
  20. 73eefc2 nvme: add a helper to check ctrl sgl support by Chaitanya Kulkarni · 3 years, 8 months ago
  21. cb1b10e nvme-pci: remove trailing lines for helpers by Chaitanya Kulkarni · 3 years, 8 months ago
  22. a0aac97 nvme-pci: fix var. type for increasing cq_head by JK Kim · 3 years, 7 months ago
  23. 522af60 nvme-tcp: fix error codes in nvme_tcp_setup_ctrl() by Dan Carpenter · 3 years, 8 months ago
  24. e7d4b54 nvme: factor out a nvme_validate_passthru_nsid helper by Chaitanya Kulkarni · 3 years, 8 months ago
  25. d399742 nvme: fix grammar in the CONFIG_NVME_MULTIPATH kconfig help text by Geert Uytterhoeven · 3 years, 7 months ago
  26. 2411424 nvme: remove superfluous bio_set_dev in nvme_requeue_work by Daniel Wagner · 3 years, 8 months ago
  27. 120bb36 nvme: verify MNAN value if ANA is enabled by Daniel Wagner · 3 years, 8 months ago
  28. 2744d7a ACPI: Check StorageD3Enable _DSD property in ACPI code by Mario Limonciello · 3 years, 8 months ago
  29. 3dbbca7 scsi: nvme: Added a new sysfs attribute appid_store by Muneendra Kumar · 3 years, 8 months ago
  30. f1cf35e nvme: remove nvme_{get,put}_ns_from_disk by Christoph Hellwig · 3 years, 8 months ago
  31. 8b4fb0f nvme: split nvme_report_zones by Christoph Hellwig · 3 years, 8 months ago
  32. d8ca66e nvme: move the CSI sanity check into nvme_ns_report_zones by Christoph Hellwig · 3 years, 8 months ago
  33. 85b790a nvme: add a sparse annotation to nvme_ns_head_ctrl_ioctl by Christoph Hellwig · 3 years, 8 months ago
  34. 3e7d1a5 nvme: open code nvme_put_ns_from_disk in nvme_ns_head_ctrl_ioctl by Christoph Hellwig · 3 years, 8 months ago
  35. 86b4284 nvme: open code nvme_{get,put}_ns_from_disk in nvme_ns_head_ioctl by Christoph Hellwig · 3 years, 8 months ago
  36. f423c85 nvme: open code nvme_put_ns_from_disk in nvme_ns_head_chr_ioctl by Christoph Hellwig · 3 years, 8 months ago
  37. 97ba693 nvme-fabrics: remove extra braces by Chaitanya Kulkarni · 3 years, 8 months ago
  38. 6f860c9 nvme-fabrics: remove an extra comment by Chaitanya Kulkarni · 3 years, 8 months ago
  39. 63d20f5 nvme-fabrics: remove extra new lines in the switch by Chaitanya Kulkarni · 3 years, 8 months ago
  40. 25e1de8 nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error() by Chaitanya Kulkarni · 3 years, 8 months ago
  41. 3ede8f7 nvme-tcp: allow selecting the network interface for connections by Martin Belanger · 3 years, 8 months ago
  42. e21e024 nvme-pci: look for StorageD3Enable on companion ACPI device instead by Mario Limonciello · 3 years, 8 months ago
  43. ebd8a93 nvme: extend and modify the APST configuration algorithm by Alexey Bogoslavsky · 3 years, 9 months ago
  44. 13ce7e625 nvme: remove redundant initialization of variable ret by Colin Ian King · 3 years, 8 months ago
  45. f165fb8 nvme-multipath: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 8 months ago
  46. 0d1feb7 block: automatically enable GENHD_FL_EXT_DEVT by Christoph Hellwig · 3 years, 8 months ago
  47. 12b2aaa nvme-rdma: fix in-casule data send for chained sgls by Sagi Grimberg · 3 years, 8 months ago
  48. 042a3ea nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME by Sagi Grimberg · 3 years, 8 months ago
  49. 4d9442b nvme-fabrics: decode host pathing error for connect by Hannes Reinecke · 3 years, 8 months ago
  50. f25f8ef nvme-fc: short-circuit reconnect retries by Hannes Reinecke · 3 years, 8 months ago
  51. 3596a06 nvme: fix potential memory leaks in nvme_cdev_add by Guoqing Jiang · 3 years, 8 months ago
  52. a7d1391 nvme-fc: clear q_live at beginning of association teardown by James Smart · 3 years, 9 months ago
  53. a0fdd14 nvme-tcp: rerun io_work if req_list is not empty by Keith Busch · 3 years, 8 months ago
  54. 825619b nvme-tcp: fix possible use-after-completion by Sagi Grimberg · 3 years, 8 months ago
  55. e181811 nvmet: use new ana_log_size instead the old one by Hou Pu · 3 years, 8 months ago
  56. 5e1f689 nvme-multipath: fix double initialization of ANA state by Christoph Hellwig · 3 years, 9 months ago
  57. ce86dad nvme-multipath: reset bdev to ns head when failover by Daniel Wagner · 3 years, 9 months ago
  58. d4060d2 nvme-pci: fix controller reset hang when racing with nvme_timeout by Tao Chiu · 3 years, 9 months ago
  59. a971574 nvme: move the fabrics queue ready check routines to core by Tao Chiu · 3 years, 9 months ago
  60. 51ad06c nvme: avoid memset for passthrough requests by Kanchan Joshi · 3 years, 9 months ago
  61. 4c74d1f8 nvme: add nvme_get_ns helper by Kanchan Joshi · 3 years, 9 months ago
  62. 48145b6 nvme: fix controller ioctl through ns_head by Minwoo Im · 3 years, 9 months ago
  63. fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  64. 6c00292 Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  65. 2637bae nvme: introduce generic per-namespace chardev by Minwoo Im · 3 years, 9 months ago
  66. 60df5de9 nvme: cleanup nvme_configure_apst by Christoph Hellwig · 3 years, 10 months ago
  67. 53fe2a3 nvme: do not try to reconfigure APST when the controller is not live by Christoph Hellwig · 3 years, 10 months ago
  68. 74c2299 nvme: add 'kato' sysfs attribute by Hannes Reinecke · 3 years, 9 months ago
  69. a70b81b nvme: sanitize KATO setting by Hannes Reinecke · 3 years, 9 months ago
  70. d660908 nvme: fix NULL derefence in nvme_ctrl_fast_io_fail_tmo_show/store by Gopal Tiwari · 3 years, 9 months ago
  71. a9e0e6b nvme: let namespace probing continue for unsupported features by Christoph Hellwig · 3 years, 10 months ago
  72. f5b9a51 nvme: factor out nvme_ns_open and nvme_ns_release helpers by Christoph Hellwig · 3 years, 10 months ago
  73. 1496bd4 nvme: move nvme_ns_head_ops to multipath.c by Christoph Hellwig · 3 years, 10 months ago
  74. 871ca3e nvme: factor out a nvme_tryget_ns_head helper by Christoph Hellwig · 3 years, 10 months ago
  75. 2405252 nvme: move the ioctl code to a separate file by Christoph Hellwig · 3 years, 10 months ago
  76. 3557a44 nvme: don't bother to look up a namespace for controller ioctls by Christoph Hellwig · 4 years, 5 months ago
  77. 2f907f7 nvme: simplify block device ioctl handling for the !multipath case by Christoph Hellwig · 4 years, 5 months ago
  78. 89b3d6e nvme: simplify the compat ioctl handling by Christoph Hellwig · 3 years, 10 months ago
  79. a5d737f nvme: factor out a nvme_ns_ioctl helper by Christoph Hellwig · 4 years, 5 months ago
  80. d7790d3 nvme: pass a user pointer to nvme_nvm_ioctl by Christoph Hellwig · 4 years, 5 months ago
  81. 9953ab0 nvme: cleanup setting the disk name by Christoph Hellwig · 3 years, 10 months ago
  82. 3089738 nvme: add a nvme_ns_head_multipath helper by Minwoo Im · 3 years, 10 months ago
  83. 95d54bd nvme: remove single trailing whitespace by Niklas Cassel · 3 years, 10 months ago
  84. e234f1f nvme-multipath: remove single trailing whitespace by Niklas Cassel · 3 years, 10 months ago
  85. 53dc180 nvme-pci: remove single trailing whitespace by Niklas Cassel · 3 years, 10 months ago
  86. e51183b nvme-pci: don't simple map sgl when sgls are disabled by Niklas Cassel · 3 years, 10 months ago
  87. 327e1d2 lightnvm: use kobj_to_dev() by Chaitanya Kulkarni · 3 years, 9 months ago
  88. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 10 months ago
  89. 393bb12 block: stop calling blk_queue_bounce for passthrough requests by Christoph Hellwig · 3 years, 10 months ago
  90. 8609c63 nvme: fix handling of large MDTS values by Bart Van Assche · 3 years, 10 months ago
  91. 5befc7c nvme: implement non-mdts command limits by Keith Busch · 3 years, 10 months ago
  92. c881a23 nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev by Niklas Cassel · 3 years, 10 months ago
  93. dd8f7fa nvme: retrigger ANA log update if group descriptor isn't found by Hannes Reinecke · 4 years, 2 months ago
  94. 09fbed6 nvme: export fast_io_fail_tmo to sysfs by Daniel Wagner · 3 years, 10 months ago
  95. 25a64e4 nvme: remove superfluous else in nvme_ctrl_loss_tmo_store by Daniel Wagner · 3 years, 10 months ago
  96. bff4bcf nvme: use sysfs_emit instead of sprintf by Daniel Wagner · 3 years, 10 months ago
  97. 8df1bff nvme-fc: check sgl supported by target by Max Gurtovoy · 3 years, 10 months ago
  98. 73ffcef nvme-tcp: check sgl supported by target by Max Gurtovoy · 3 years, 10 months ago
  99. 8b73b45 nvme-tcp: block BH in sk state_change sk callback by Sagi Grimberg · 3 years, 10 months ago
  100. ed4a854 nvme: warn of unhandled effects only once by Keith Busch · 3 years, 10 months ago