[PATCH 0/2] verify: fix issues of verify state handling improvement
Shin'ichiro Kawasaki <[email protected]> Sat, 9 Aug 2025 10:15:53 +0900
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
Recently, verify state handling was improved through GitHub PR 1951 [1]. My thank goes to Riley Thomasson. The work provided the fundamental fix for the out-of-order write completion issue :) However, I observed the work introduced two issues. The first issue is unbalanced calls of log_inflight() and invalidate_inflight() during write failures, which leads to fio run stops by aborts. The second issue is verify state file data structure change without file version increment. This patch series addresses these two issues by two patches respectively. [1] https://github.com/axboe/fio/pull/1951 Shin'ichiro Kawasaki (2): verify: fix write tracking in error cases verify: bump up verify state file version backend.c | 2 ++ io_u.c | 11 +++++++++-- verify-state.h | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) -- 2.49.0