index
:
ior
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
eventloop_test.go
Age
Commit message (
Expand
)
Author
2026-03-18
refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...
Paul Buetow
2026-03-08
tests: replace eventloop sleep synchronization with deterministic signaling
Paul Buetow
2026-03-08
eventloop: remove gosched by snapshotting emitted fd state
Paul Buetow
2026-03-08
task(ior): remove eventloop busy-wait polling (task 2b8f8f83)
Paul Buetow
2026-03-06
refactor: use pointer receivers for FdFile consistently (task 382)
Paul Buetow
2026-03-06
refactor: make wrappers the only eventloop state maps (task 383)
Paul Buetow
2026-03-06
fix: return errors for invalid event filters (task 382)
Paul Buetow
2026-03-03
Invalidate proc-fd cache on close_range
Paul Buetow
2026-03-01
eventloop: inject runtime config instead of flags singleton (task 315)
Paul Buetow
2026-02-23
Track pidfd_getfd returned fds in eventloop
Paul Buetow
2026-02-23
Add getcwd tracing support and stabilize comm propagation test
Paul Buetow
2026-02-23
Fix integration trace expectations and fd/open event handling
Paul Buetow
2026-02-22
Add copy_file_range support and tracepoint attach tests
Paul Buetow
2026-02-22
Implement mmap/msync syscall support with unit and integration coverage
Paul Buetow
2026-02-22
Implement sync_file_range coverage and document mage world bootstrap
Paul Buetow
2026-02-21
fix: close_range path resolution - lookup fd before deleting from map
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
Track io_uring setup fds in event loop
Paul Buetow
2026-02-21
Handle close_range cleanup
Paul Buetow
2025-10-09
fix unit tests, initial hard exclude of not working yet syscalls
Paul Buetow
2025-10-08
clarify, that some tests are there already for FCNTL
Paul Buetow
2025-07-11
fix the fctnl F_SET bug
Paul Buetow
2025-07-11
Add comprehensive unit tests for FcntlEvent handling
Paul Buetow
2025-07-10
Remove outdated dup3 TODO and add comprehensive tests
Paul Buetow
2025-07-10
fix: Add delay to EnterOnlyTest to prevent race condition
Paul Buetow
2025-07-10
feat: Add comprehensive filtering and comm tracking tests
Paul Buetow
2025-07-10
fix: Update EnterOnlyTest to only verify OpenEvent pending
Paul Buetow
2025-07-10
test: add file descriptor lifecycle tests
Paul Buetow
2025-07-10
test: add io_uring_setup syscall test case
Paul Buetow
2025-07-10
Add comprehensive test cases for all syscall event types
Paul Buetow
2025-07-10
Add remaining helper functions for eventloop tests
Paul Buetow
2025-07-10
Add comprehensive eventloop tests for multiple syscall types
Paul Buetow
2025-04-17
more about this
Paul Buetow
2025-04-16
ore
Paul Buetow
2025-04-16
add Equals
Paul Buetow
2025-04-16
more on testing
Paul Buetow
2025-04-16
fix comm
Paul Buetow
2025-04-16
fix
Paul Buetow
2025-04-16
eventloop initial test plus fix
Paul Buetow
2025-04-15
more on testing
Paul Buetow
2025-04-11
initial du test
Paul Buetow
2025-04-01
add benchmark
Paul Buetow