Add helpers and test ranged file slot allocation feature Pavel Begunkov (3): update io_uring.h with file slot alloc ranges alloc range helpers test range file alloc src/include/liburing.h | 3 + src/include/liburing/io_uring.h | 10 ++ src/register.c | 14 +++ test/file-register.c | 171 ++++++++++++++++++++++++++++++++ 4 files changed, 198 insertions(+) -- 2.36.1