All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ctx fields reshuffling pt1
@ 2021-04-30 13:10 Pavel Begunkov
  2021-04-30 13:10 ` [PATCH 1/2] io_uring: shuffle rarely used ctx fields to end Pavel Begunkov
  2021-04-30 13:10 ` [PATCH 2/2] io_uring: localise fixed resources fields Pavel Begunkov
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Begunkov @ 2021-04-30 13:10 UTC (permalink / raw)
  To: Jens Axboe, io-uring

First round of cleaning up struct io_ring_ctx fields. Just moving
around, and only in a way that shouldn't hurt perfomance.

Pavel Begunkov (2):
  io_uring: shuffle rarely used ctx fields to end
  io_uring: localise fixed resources fields

 fs/io_uring.c | 67 +++++++++++++++++++++++++--------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-04-30 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-30 13:10 [PATCH 0/2] ctx fields reshuffling pt1 Pavel Begunkov
2021-04-30 13:10 ` [PATCH 1/2] io_uring: shuffle rarely used ctx fields to end Pavel Begunkov
2021-04-30 13:10 ` [PATCH 2/2] io_uring: localise fixed resources fields Pavel Begunkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.