On 6/30/22 8:10 AM, Pavel Begunkov wrote: > 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(-) Looks fine to me, but also needs a man page addition... Trying to do better here going forward so I don't have to spend days before a release checking what hasn't been documented, and then also write everything myself. I can apply this one as-is, but please do send a man page patch as well. -- Jens Axboe