summaryrefslogtreecommitdiff
path: root/io_uring/mock_file.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-04io_uring: Add SPDX id lines to remaining source filesTim Bird1-0/+1
2025-11-28io_uring: convert io_create_mock_file() to FD_PREPARE()Christian Brauner1-28/+15
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