1. 613b837 nvme/063: fixup tls_key encryption check by Wilfred Mallawa · 9 months ago master
  2. 4348daa Merge pull request #170 from yizhanglinux/skip-reason-fix by Shin'ichiro Kawasaki · 9 months ago
  3. a69301b nvme/054: update to support all fabrics by Yi Zhang · 9 months ago
  4. 0695a23 nvme/rc: fix the skip reasons in _require_nvme_cli_tls by Yi Zhang · 9 months ago
  5. 26f5445 block: add test for race between set_blocksize and read paths by Shin'ichiro Kawasaki · 10 months ago
  6. 9aa2023 nvme: add testcase for secure concatenation by Hannes Reinecke · 10 months ago
  7. 5d4e204 nvme: add testcase for TLS-encrypted connections by Hannes Reinecke · 10 months ago
  8. 755f984 common/nvme: handle option '--concat' for _nvme_connect_subsys by Hannes Reinecke · 10 months ago
  9. 3fc3554 common/nvme: TLS target support by Hannes Reinecke · 10 months ago
  10. 42a310e common/nvme: add '--tls' argument to _nvme_connect_subsys() by Hannes Reinecke · 10 months ago
  11. 1999835 nvme/rc: introduce _have_libnvme_ver() by Shin'ichiro Kawasaki · 10 months ago
  12. a6cf230 nvme/rc: introduce _have_tlshd_ver() and _have_systemd_tlshd_service() by Shin'ichiro Kawasaki · 10 months ago
  13. bc36cc3 common/rc,fio: factor out _compare_three_version_numbers() by Shin'ichiro Kawasaki · 10 months ago
  14. 968026b common/rc: introduce _systemctl_start() and _systemctl_stop() by Shin'ichiro Kawasaki · 10 months ago
  15. 7c26543 common/rc: introduce _have_systemctl_unit() by Hannes Reinecke · 10 months ago
  16. ec8f147 nvme/061: add test teardown and setup fabrics target during I/O by Daniel Wagner · 10 months ago
  17. 93b766f nvme/060: add test nvme fabrics target resetting during I/O by Daniel Wagner · 10 months ago
  18. 4dcef69 common/nvme: move nvmf_wait_for_state to common code by Daniel Wagner · 10 months ago
  19. 2328940 common/nvme: add debug nvmet path variable by Daniel Wagner · 10 months ago
  20. 9a9a365 nvme/025: use character device for nvme effects-log command by Shin'ichiro Kawasaki · 10 months ago
  21. 236edfd Merge pull request #163 from stsquad/cross-compile-tweaks by Shin'ichiro Kawasaki · 11 months ago
  22. 8e11724 src/Makefile: include CFLAGS in probe macros by Alex Bennée · 11 months ago
  23. 6053ca9 Merge pull request #162 from igaw/fix-rport-cleanup by Shin'ichiro Kawasaki · 11 months ago
  24. 82d5d09 zbd/012: avoid fio stop by I/O scheduler set failure by Shin'ichiro Kawasaki · 11 months ago
  25. 5cb9154 common/nvme: use correct local wwnn/wwpn for rport removal by Daniel Wagner · 11 months ago
  26. 3fd1e8d tests/throtl: add a new test 006 by Ming Lei · 11 months ago
  27. e3e3fe9 common/xfs: verify xfs_io supports statx atomic write attributes by Alan Adamson · 12 months ago
  28. 4ba3471 common/xfs: add _test_dev_suits_xfs() to verify logical block size will work by Luis Chamberlain · 12 months ago
  29. 71f5a5c tests: use test device min io to support bs > ps by Luis Chamberlain · 12 months ago
  30. d2e5411 common/xfs: use min io for fs blocksize by Luis Chamberlain · 12 months ago
  31. 0ed335f common: add and use min io for fio by Luis Chamberlain · 12 months ago
  32. 4ecbd12 block/032: make error messages clearer if mkfs or mount fails by Luis Chamberlain · 12 months ago
  33. 1ccbe97 common/xfs: ignore first umount error on _xfs_mkfs_and_mount() by Luis Chamberlain · 12 months ago
  34. c37ab6f nvme/059: add atomic write tests by Alan Adamson · 12 months ago
  35. 4e29bbe scsi/009: add atomic write tests by Alan Adamson · 12 months ago
  36. 8bec47b Merge pull request #159 from nuclearcat/fix-056-empty-ddp by Shin'ichiro Kawasaki · 12 months ago
  37. 18914ab srp: skip test if scsi_transport_srp module is loaded and in use by Nilay Shroff · 1 year ago
  38. 3379b12 nvme/056: Add check for empty ddp capabilities by Denys Fedoryshchenko · 1 year ago
  39. 67aff55 nvme/058: detach loop device after test finish by Nilay Shroff · 1 year, 1 month ago
  40. d5a0612 nvme/053: do not use awk by Shin'ichiro Kawasaki · 1 year, 1 month ago
  41. 50af4ac tests: Remove unnecessary '&&' in requires() functions by Li Zhijian · 1 year, 1 month ago
  42. 5e517ef throtl: fix the race between submitting IO and setting cgroup.procs by Nilay Shroff · 1 year, 1 month ago
  43. 65ea613 throtl/002: calculate block-size based on device max-sectors setting by Nilay Shroff · 1 year, 1 month ago
  44. 542e523 common/rc: test _have_driver before checking driver parameter by Li Zhijian · 1 year, 1 month ago
  45. f6c0fd9 tests/rnbd: Implement RNBD regression test by Li Zhijian · 1 year, 1 month ago
  46. 881b86d tests/rnbd: Add a basic RNBD test by Li Zhijian · 1 year, 1 month ago
  47. 827924b zbd/012: Test higher queue depths by Bart Van Assche · 1 year, 1 month ago
  48. e7c1732 common/ublk: update io_uring setting during the tests by Yi Zhang · 1 year, 2 months ago
  49. b19924b block/035: use the common functions _io_uring_enable/_io_uring_restore by Yi Zhang · 1 year, 2 months ago
  50. 6f3ad75 common/rc: introduce _io_uring_enable/_io_uring_restore by Yi Zhang · 1 year, 2 months ago
  51. ce767b4 blktests: src/miniublk.c: fix segment fault when io_uring is disabled by Ming Lei · 1 year, 2 months ago
  52. 54d0175 Merge pull request #152 from yizhanglinux/nvme-049-update by Shin'ichiro Kawasaki · 1 year, 2 months ago
  53. 1257464 nvme/049: update fio_output msg check for io_uring_cmd support by Yi Zhang · 1 year, 2 months ago
  54. 9dffc45 Merge pull request #155 from yizhanglinux/blktests-throtl-max-sectors-update by Shin'ichiro Kawasaki · 1 year, 2 months ago
  55. 22f21d6 Merge pull request #154 from bvanassche/master by Shin'ichiro Kawasaki · 1 year, 2 months ago
  56. 60fa2e3 throtl/{002,003}: update max_sectors setting by Yi Zhang · 1 year, 2 months ago
  57. 92bc31c Merge pull request #151 from yizhanglinux/blktests-nvme-029-fix by Shin'ichiro Kawasaki · 1 year, 2 months ago
  58. 2d6c2ae blktests: src/miniublk.c: fix unaligned mmap offset for 64K page size by Ming Lei · 1 year, 2 months ago
  59. bc851ac nvme: add test for rapid namespace remapping by Hannes Reinecke · 1 year, 2 months ago
  60. 4cf8b7a nvme: add test for basic ANA support by Hannes Reinecke · 1 year, 2 months ago
  61. 940d0f9 nvme: delete all ana_groups when removing a port by Hannes Reinecke · 1 year, 2 months ago
  62. f789e9b nvme: add argument '--ports' to _nvmet_target_setup() by Hannes Reinecke · 1 year, 2 months ago
  63. 3ca7079 nvme: add _setup_nvmet_ns_ana() by Hannes Reinecke · 1 year, 2 months ago
  64. 26586ff nvme: add _setup_nvmet_port_ana() by Hannes Reinecke · 1 year, 2 months ago
  65. 3ca2657 zbd/012: Test requeuing of zoned writes and queue freezing by Bart Van Assche · 1 year, 2 months ago
  66. 546ded7 nvme/056: add test for nvme-tcp zero-copy offload by Aurelien Aptel · 1 year, 2 months ago
  67. 8d0eb0c contrib: add remote target setup/cleanup script by Daniel Wagner · 1 year, 2 months ago
  68. b615781 nvme/030: only run against kernel soft target by Daniel Wagner · 1 year, 2 months ago
  69. 97dea65 common/nvme: add digest options to __nvme_connect_subsys() by Aurelien Aptel · 1 year, 2 months ago
  70. 5b6d89c nvme/rc: introduce remote target support by Daniel Wagner · 1 year, 2 months ago
  71. 0a96385 nvme/{041-045,051,055}: double-quote def_* variable references by Shin'ichiro Kawasaki · 1 year, 2 months ago
  72. b7b5f10 nvme: add test for writing to file-ns just after disabling it by Nilay Shroff · 1 year, 2 months ago
  73. 19f74d3 nvme/052: move nvmf_wait_for_ns() to common/nvme by Nilay Shroff · 1 year, 2 months ago
  74. dadbcb0 block/035: enable io_uring if it is disabled by Frank Liang · 1 year, 2 months ago
  75. af873d2 nvme/029: capture all the FULL log from test_user_io by Yi Zhang · 1 year, 3 months ago
  76. e8f3e50 nvme/039: check for logical block size of test device by Bryan Gurney · 1 year, 3 months ago
  77. 83781f2 nvme: delete all namespaces in _remove_nvmet_subsystem() by Hannes Reinecke · 1 year, 3 months ago
  78. 4e22221 throtl: set "io" to subtree_control only if required by Shin'ichiro Kawasaki · 1 year, 3 months ago
  79. 222cd54 nvme: drop arguments from _create_nvmet_port() by Hannes Reinecke · 1 year, 3 months ago
  80. 840bf77 nvme: rework fcloop by Hannes Reinecke · 1 year, 3 months ago
  81. 67e25d7 nvme/052: do not create namespace when setting up the target by Hannes Reinecke · 1 year, 3 months ago
  82. fba5c33 nvme/017: do not create namespace when setting up the target by Hannes Reinecke · 1 year, 3 months ago
  83. 36fc879 nvme/016: do not create namespace when setting up the target by Hannes Reinecke · 1 year, 3 months ago
  84. bd6e81c nvme: move _nvmet_target_setup() to common/nvme by Hannes Reinecke · 1 year, 3 months ago
  85. aac81df nvme/rc: Implement --blkdev none for _nvmet_target_setup() by Hannes Reinecke · 1 year, 3 months ago
  86. 3617edd tests/throtl: add a new test 005 by Yu Kuai · 1 year, 3 months ago
  87. 620f019 tests/throtl: add a new test 004 by Yu Kuai · 1 year, 3 months ago
  88. ce7c0ad tests/throtl: add a new test 003 by Yu Kuai · 1 year, 3 months ago
  89. a983477 tests/throtl: add a new test 002 by Yu Kuai · 1 year, 3 months ago
  90. 6b79e67 tests/throtl: add first test for blk-throttle by Yu Kuai · 1 year, 3 months ago
  91. 87d4c0c common/nvme, nvme/{016,017,051,052}: introduce def_nsid by Guixin Liu · 1 year, 3 months ago
  92. fe6cd13 nvme, md/001: support only long options for _create_nvmet_subsystem() by Hannes Reinecke · 1 year, 3 months ago
  93. 9476b89 common/nvme, nvme/{016,017,052}: improve _create_nvmet_ns() by Hannes Reinecke · 1 year, 3 months ago
  94. 846af70 common/nvme, nvme/003: specify "--port none" to _nvme_connect_subsys() by Shin'ichiro Kawasaki · 1 year, 3 months ago
  95. cb2eecf nvme: pass in port parameter to _nvme_connect_subsys() by Hannes Reinecke · 1 year, 3 months ago
  96. 444f0df nvme: check for controller device in _nvme_connect_subsys() by Hannes Reinecke · 1 year, 3 months ago
  97. 9468b58 nvme: simplify _get_nvmet_ports() by Hannes Reinecke · 1 year, 3 months ago
  98. abafe1d nvme: return error from _find_nvme_ns() by Hannes Reinecke · 1 year, 3 months ago
  99. 7465551 nvme: fix fc port clean up failure by Shin'ichiro Kawasaki · 1 year, 3 months ago
  100. e1703b6 nvme/{rc,002,016,017,030}: pass port ID to genctr helper functions by Shin'ichiro Kawasaki · 1 year, 3 months ago