Add helpers and test ranged file slot allocation feature Pavel Begunkov (5): update io_uring.h with file slot alloc ranges alloc range helpers file-register: fix return codes tests: print file-register errors to stderr test range file alloc src/include/liburing.h | 3 + src/include/liburing/io_uring.h | 10 ++ src/liburing.map | 1 + src/register.c | 14 ++ test/file-register.c | 235 +++++++++++++++++++++++++++----- 5 files changed, 231 insertions(+), 32 deletions(-) -- 2.36.1