limbo/core/io
2025-07-28 11:33:57 +02:00
..
clock.rs clippy 2025-07-17 12:24:43 -03:00
common.rs O_DIRECT disable on WAL 2024-11-13 13:45:42 +00:00
generic.rs refactor to require Arc<Completion> in file traits so that we can delay IO calls correctly 2025-07-17 12:24:43 -03:00
io_uring.rs Use Arc pointer for user data and save indirection when processing sqe/cqes 2025-07-26 16:35:40 -04:00
memory.rs refactor to require Arc<Completion> in file traits so that we can delay IO calls correctly 2025-07-17 12:24:43 -03:00
mod.rs Merge 'Replace verbose IO Completion methods with helpers' from Preston Thorpe 2025-07-18 10:52:17 +03:00
unix.rs io/unix: wrap file with Mutex 2025-07-28 11:33:57 +02:00
vfs.rs refactor to require Arc<Completion> in file traits so that we can delay IO calls correctly 2025-07-17 12:24:43 -03:00
windows.rs feat: instrument WindowsIO functions 2025-07-27 20:39:49 -03:00