aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/mock_file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-02io_uring/mock: add trivial poll handlerPavel Begunkov1-2/+35
2025-07-02io_uring/mock: support for async read/writePavel Begunkov1-4/+55
2025-07-02io_uring/mock: allow to choose FMODE_NOWAITPavel Begunkov1-1/+7
2025-07-02io_uring/mock: add sync read/writePavel Begunkov1-5/+62
2025-07-02io_uring/mock: add cmd using vectored regbufsPavel Begunkov1-1/+69
2025-07-02io_uring/mock: add basic infra for test mock filesPavel Begunkov1-0/+148