index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
ioworkload
/
scenarios.go
Age
Commit message (
Expand
)
Author
7 days
test(memory): add coverage for mlock/mlock2/munlock/mlockall/munlockall
Paul Buetow
7 days
test: add deterministic ioctl coverage and quotactl_fd in mountfs
Paul Buetow
7 days
test: add coverage for pidfd_send_signal and fadvise64
Paul Buetow
11 days
test: add coverage for mknodat and ioprio_get/ioprio_set
Paul Buetow
11 days
test: add coverage for setitimer (signal-safe) and statfs/fstatfs
Paul Buetow
11 days
test: add end-to-end coverage for getrandom (READ byte count) and flock (KindFd)
Paul Buetow
11 days
test(aio): add io_getevents and io_cancel enter coverage
Paul Buetow
11 days
test(utime): add end-to-end coverage for futimesat and utimensat
Paul Buetow
11 days
test(xattr): cover get/list/lset/setxattrat/removexattr + fd-based xattr vari...
Paul Buetow
11 days
test(priority): add end-to-end coverage for getpriority/setpriority
Paul Buetow
11 days
test(chown): add end-to-end coverage for chown/fchown/lchown/fchownat family
Paul Buetow
11 days
test(chmod): add end-to-end coverage for chmod/fchmod/fchmodat family
Paul Buetow
14 days
test(integration): add landlock_create_ruleset coverage
Paul Buetow
2026-06-02
test(integration): add cachestat end-to-end coverage
Paul Buetow
2026-06-02
test(integration): add inotify family tracing coverage
Paul Buetow
2026-06-02
test(xattr): add removexattrat end-to-end integration coverage
Paul Buetow
2026-06-01
test(integration): add SysV msg/sem tracing coverage
Paul Buetow
2026-06-01
test(integration): add Sched family tracing coverage
Paul Buetow
2026-06-01
test(integration): add Misc family tracing coverage
Paul Buetow
2026-06-01
test(integration): add Signals family tracing coverage
Paul Buetow
2026-06-01
test(integration): add SysV shm tracing coverage
Paul Buetow
2026-06-01
test(integration): add pwritev/pwritev2 retbytes coverage
Paul Buetow
2026-05-31
test(readahead): add end-to-end integration coverage
Paul Buetow
2026-05-31
listxattrat: READ-classify return for xattr-list family consistency
Paul Buetow
2026-05-31
getxattrat: READ-classify return for xattr-get family consistency
Paul Buetow
2026-05-31
test(timer): add POSIX timer family end-to-end integration coverage
Paul Buetow
2026-05-31
test(retbytes): assert read byte counts for pread64/preadv/preadv2
Paul Buetow
2026-05-31
test(openat2): add end-to-end integration coverage for openat2
Paul Buetow
2026-05-31
test(aio): add io_submit end-to-end integration coverage
Paul Buetow
2026-05-31
test(aio): add io_setup end-to-end integration coverage
Paul Buetow
2026-05-29
utime/utimes: classify as FS family (fix Misc misclassification)
Paul Buetow
2026-05-28
close_range: honor last bound and CLOSE_RANGE_CLOEXEC flag
Paul Buetow
2026-05-21
f7 wire eventfd kind for fd-from-air IPC syscalls
Paul Buetow
2026-05-20
task-47: add KindExec for execve paths
Paul Buetow
2026-05-20
feat: add keyctl ptrace perf_event_open tracing (task 77)
Paul Buetow
2026-05-20
d7: add POSIX mq syscall kind/classification and coverage
Paul Buetow
2026-05-20
feat: add mount/fs management syscall tracing for c7
Paul Buetow
2026-05-20
task 27: add KindSleep and requested sleep metric
Paul Buetow
2026-05-20
task 07: add KindMem and separate address-space byte accounting
Paul Buetow
2026-05-19
y6: add epoll ctl/wait tracing and ready-count coverage
Paul Buetow
2026-05-19
x6: add pipe/eventfd fd-from-air syscall support
Paul Buetow
2026-05-19
w6: extend KindFd socket introspection coverage
Paul Buetow
2026-05-19
v6: cover plain accept integration and filter path
Paul Buetow
2026-05-19
v6: add KindAccept and wire accept/accept4
Paul Buetow
2026-05-19
u6: add socket/socketpair kind scaffolding and wiring
Paul Buetow
2026-05-19
t6 address family recording review
Paul Buetow
2026-05-18
j6: account bytes for ret-classified syscalls
Paul Buetow
2026-04-24
task a8: move all binaries under ./cmd/<name>/main.go
Paul Buetow