public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH 0/2] IOSQE_ASYNC patches
@ 2020-01-22 20:09 Pavel Begunkov
  2020-01-22 20:09 ` [PATCH 1/2] io_uring: prep req when do IOSQE_ASYNC Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2020-01-22 20:09 UTC (permalink / raw)
  To: Jens Axboe, io-uring, linux-kernel

There are 2 problems addressed:
1. it never calls *_prep() when going through IOSQE_ASYNC path.
2. non-head linked reqs ignore IOSQE_ASYNC.

Also, there could be yet another problem, when we bypass io_issue_req()
and going straight to async.

Pavel Begunkov (2):
  io_uring: prep req when do IOSQE_ASYNC
  io_uring: honor IOSQE_ASYNC for linked reqs

 fs/io_uring.c | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.24.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-22 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 20:09 [PATCH 0/2] IOSQE_ASYNC patches Pavel Begunkov
2020-01-22 20:09 ` [PATCH 1/2] io_uring: prep req when do IOSQE_ASYNC Pavel Begunkov
2020-01-22 20:09 ` [PATCH 2/2] io_uring: honor IOSQE_ASYNC for linked reqs Pavel Begunkov
2020-01-22 20:14 ` [PATCH 0/2] IOSQE_ASYNC patches Pavel Begunkov
2020-01-22 20:58 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox