| Age | Commit message (Expand) | Author |
| 2026-02-22 | Implement sync_file_range coverage and document mage world bootstrap | Paul Buetow |
| 2026-02-21 | Split ioworkload scenarios.go into per-category files | Paul Buetow |
| 2026-02-21 | Add negative tests for all internal unit tests (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for io_uring syscalls (EBADF) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for truncate syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for sync syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for stat syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for dir syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for unlink syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for link syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for rename syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for fcntl syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for dup syscalls | Paul Buetow |
| 2026-02-21 | Add negative integration tests for close syscalls | Paul Buetow |
| 2026-02-21 | Add negative integration tests for readwrite syscalls (task 348) | Paul Buetow |
| 2026-02-21 | Add negative integration tests for open syscalls | Paul Buetow |
| 2026-02-21 | fix: close_range path resolution - lookup fd before deleting from map | Paul Buetow |
| 2026-02-21 | Fix integration test expectations to test actual syscall outcomes (task 349) | Paul Buetow |
| 2026-02-21 | integrationtests: address review comments on cleanup tests | Paul Buetow |
| 2026-02-21 | integrationtests: verify no temp files or artifacts leak after tests | Paul Buetow |
| 2026-02-21 | Address review: strengthen multi-record assertions, add corrupt-zstd test | Paul Buetow |
| 2026-02-21 | Add parse.go unit tests verifying .ior.zst deserialization and TestResult fields | Paul Buetow |
| 2026-02-21 | Add ior crash/timeout harness tests (task 343) | Paul Buetow |
| 2026-02-21 | Verify harness handles workload crash/nonzero exit (task 343) | Paul Buetow |
| 2026-02-21 | Fix integration test harness: symlink BPF object, increase grace period, impr... | Paul Buetow |
| 2026-02-21 | Add io_uring integration tests and workload scenarios | Paul Buetow |
| 2026-02-21 | Implement truncate_test.go + workload scenarios for truncate, ftruncate | Paul Buetow |
| 2026-02-21 | Implement sync_test.go + workload scenarios for fsync, fdatasync, sync, sync_... | Paul Buetow |
| 2026-02-21 | more on integration tests | Paul Buetow |
| 2026-02-21 | Add integration test framework: plan, workload binary, harness scaffolding | Paul Buetow |
| 2026-02-21 | Move TODO list to taskwarrior | Paul Buetow |
| 2026-02-21 | Add byte count tracking to event pairs | Paul Buetow |
| 2026-02-21 | Enable name_to_handle_at and io_uring fd attribution | Paul Buetow |
| 2026-02-21 | review comments added to gitignroes | Paul Buetow |
| 2026-02-21 | Fix outdated line references and test command in documentation | Paul Buetow |
| 2026-02-21 | Document optional open_by_handle_at exclude | Paul Buetow |
| 2026-02-21 | Enable open_by_handle_at tracepoint | Paul Buetow |
| 2026-02-21 | Track io_uring setup fds in event loop | Paul Buetow |
| 2026-02-21 | Handle close_range cleanup | Paul Buetow |
| 2026-02-21 | Handle open_by_handle_at without pathname | Paul Buetow |
| 2026-02-21 | Handle unknown flags for openat2 | Paul Buetow |
| 2026-02-21 | Ignore flamegraph artifacts | Paul Buetow |
| 2026-02-21 | Add flamegraph artifacts for e2e run | Paul Buetow |
| 2026-02-21 | Add docs and ignore cursor config | Paul Buetow |
| 2026-02-21 | Ignore ior binary | Paul Buetow |
| 2026-02-21 | Migrate make targets to mage | Paul Buetow |
| 2026-02-21 | Align Go project structure and add Mage targets | Paul Buetow |
| 2026-02-21 | rewrite from Raku to Golang initial | Paul Buetow |
| 2025-10-09 | fix unit tests, initial hard exclude of not working yet syscalls | Paul Buetow |
| 2025-10-09 | initial handle by open_at syscalls | Paul Buetow |