All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] blk_mq_rq_ctx_init() optimisations
@ 2021-10-18 20:37 Pavel Begunkov
  2021-10-18 20:37 ` [PATCH 1/3] block: skip elevator fields init for non-elv queue Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Pavel Begunkov @ 2021-10-18 20:37 UTC (permalink / raw)
  To: linux-block; +Cc: Jens Axboe, Christoph Hellwig, Pavel Begunkov

Restore the original version of the patches. Mostly the same as was
sent out by Jens, but those were squashed and a couple of details
is missing.

Pavel Begunkov (3):
  block: skip elevator fields init for non-elv queue
  block: blk_mq_rq_ctx_init cache ctx/q/hctx
  block: cache rq_flags inside blk_mq_rq_ctx_init()

 block/blk-mq.c | 54 ++++++++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 24 deletions(-)

-- 
2.33.1


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

end of thread, other threads:[~2021-10-19 10:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 20:37 [PATCH 0/3] blk_mq_rq_ctx_init() optimisations Pavel Begunkov
2021-10-18 20:37 ` [PATCH 1/3] block: skip elevator fields init for non-elv queue Pavel Begunkov
2021-10-18 20:37 ` [PATCH 2/3] block: blk_mq_rq_ctx_init cache ctx/q/hctx Pavel Begunkov
2021-10-19  6:00   ` Christoph Hellwig
2021-10-19 10:38     ` Pavel Begunkov
2021-10-18 20:37 ` [PATCH 3/3] block: cache rq_flags inside blk_mq_rq_ctx_init() Pavel Begunkov
2021-10-18 21:42 ` [PATCH 0/3] blk_mq_rq_ctx_init() optimisations Jens Axboe

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.