public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add proper memory barrier for IOPOLL mode
@ 2020-06-15 18:06 Xiaoguang Wang
  2020-06-15 18:06 ` [PATCH v2 1/2] io_uring: don't fail links for EAGAIN error in " Xiaoguang Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiaoguang Wang @ 2020-06-15 18:06 UTC (permalink / raw)
  To: io-uring; +Cc: axboe, joseph.qi, Xiaoguang Wang

The first patch makes io_uring do not fail links for io request that
returns EAGAIN error, second patch adds proper memory barrier to
synchronize io_kiocb's result and iopoll_completed.

V2:
  fix uninitialized req reference in the second patch.

Xiaoguang Wang (2):
  io_uring: don't fail links for EAGAIN error in IOPOLL mode
  io_uring: add memory barrier to synchronize io_kiocb's result and
    iopoll_completed

 fs/io_uring.c | 55 +++++++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

-- 
2.17.2


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

end of thread, other threads:[~2020-06-17  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 18:06 [PATCH v2 0/2] add proper memory barrier for IOPOLL mode Xiaoguang Wang
2020-06-15 18:06 ` [PATCH v2 1/2] io_uring: don't fail links for EAGAIN error in " Xiaoguang Wang
2020-06-15 18:06 ` [PATCH v2 2/2] io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed Xiaoguang Wang
2020-06-17  1:22 ` [PATCH v2 0/2] add proper memory barrier for IOPOLL mode Jens Axboe

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