mbox series

[liburing,v2,0/5] ranged file slot alloc

Message ID cover.1656597976.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series ranged file slot alloc | expand

Message

Pavel Begunkov June 30, 2022, 2:10 p.m. UTC
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(-)

Comments

Jens Axboe June 30, 2022, 2:59 p.m. UTC | #1
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 June 30, 2022, 4:47 p.m. UTC | #2
On Thu, 30 Jun 2022 15:10:12 +0100, 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
> 
> [...]

Applied, thanks!

[1/5] update io_uring.h with file slot alloc ranges
      commit: 98626db560568fc6f572f829930798f48d226f63
[2/5] alloc range helpers
      commit: 161c6a65bd079872fb938665d15802d0e62a9cc9
[3/5] file-register: fix return codes
      commit: 52c3bea1ce9926e656b84fb050b61a57f0c3cac8
[4/5] tests: print file-register errors to stderr
      commit: c60c80b99f2f425423a7e57a97e359d295b8851c
[5/5] test range file alloc
      commit: 5829a98f5f5338502572392de4ac60e0865a44ac

Best regards,