public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] simplify overflow CQE handling
@ 2025-05-17 12:27 Pavel Begunkov
  2025-05-17 12:27 ` [PATCH v2 1/7] io_uring: fix overflow resched cqe reordering Pavel Begunkov
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Pavel Begunkov @ 2025-05-17 12:27 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence

Some improvements for overflow posting like replacing GFP_ATOMIC
with GFP_KERNEL in few cases and debug assertions for invariant
violations.

v2: nest another lock to get rid of conditional locking

Pavel Begunkov (7):
  io_uring: fix overflow resched cqe reordering
  io_uring: init overflow entry before passing to tracing
  io_uring: open code io_req_cqe_overflow()
  io_uring: split __io_cqring_overflow_flush()
  io_uring: separate lock for protecting overflow list
  io_uring: avoid GFP_ATOMIC for overflows if possible
  io_uring: add lockdep warning for overflow posting

 include/linux/io_uring_types.h |   1 +
 io_uring/io_uring.c            | 122 ++++++++++++++++++---------------
 2 files changed, 67 insertions(+), 56 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-05-21 13:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 12:27 [PATCH v2 0/7] simplify overflow CQE handling Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 1/7] io_uring: fix overflow resched cqe reordering Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 2/7] io_uring: init overflow entry before passing to tracing Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 3/7] io_uring: open code io_req_cqe_overflow() Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 4/7] io_uring: split __io_cqring_overflow_flush() Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 5/7] io_uring: separate lock for protecting overflow list Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 6/7] io_uring: avoid GFP_ATOMIC for overflows if possible Pavel Begunkov
2025-05-17 12:27 ` [PATCH v2 7/7] io_uring: add lockdep warning for overflow posting Pavel Begunkov
2025-05-21 13:02 ` (subset) [PATCH v2 0/7] simplify overflow CQE handling Jens Axboe

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