public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] simple cleanups
@ 2022-06-18 12:27 Pavel Begunkov
  2022-06-18 12:27 ` [PATCH for-next 1/4] io_uring: opcode independent fixed buf import Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2022-06-18 12:27 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

First two patches moves fixed buffer iter init into rsrs.c and decouples
it from rw requests, 3 and 4 are just small unrelated cleanups.

Pavel Begunkov (4):
  io_uring: opcode independent fixed buf import
  io_uring: move io_import_fixed()
  io_uring: consistent naming for inline completion
  io_uring: add an warn_once for poll_find

 io_uring/io_uring.c |  4 +--
 io_uring/io_uring.h | 10 ++++++-
 io_uring/poll.c     |  5 ++++
 io_uring/rsrc.c     | 60 +++++++++++++++++++++++++++++++++++++++
 io_uring/rsrc.h     |  3 ++
 io_uring/rw.c       | 69 +--------------------------------------------
 6 files changed, 80 insertions(+), 71 deletions(-)

-- 
2.36.1



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

end of thread, other threads:[~2022-06-18 12:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-18 12:27 [PATCH for-next 0/4] simple cleanups Pavel Begunkov
2022-06-18 12:27 ` [PATCH for-next 1/4] io_uring: opcode independent fixed buf import Pavel Begunkov
2022-06-18 12:27 ` [PATCH for-next 2/4] io_uring: move io_import_fixed() Pavel Begunkov
2022-06-18 12:27 ` [PATCH for-next 3/4] io_uring: consistent naming for inline completion Pavel Begunkov
2022-06-18 12:27 ` [PATCH for-next 4/4] io_uring: add an warn_once for poll_find Pavel Begunkov

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