linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* avoid a few q_usage_counter roundtrips
@ 2020-05-13 11:04 Christoph Hellwig
  2020-05-13 11:04 ` [PATCH 1/4] block: move the call to blk_queue_enter_live out of blk_mq_get_request Christoph Hellwig
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Christoph Hellwig @ 2020-05-13 11:04 UTC (permalink / raw)
  To: axboe; +Cc: linux-block

Hi Jens,

the way we track reference on q_usage_counter is a little weird at the
moment, in that we often have to grab another reference in addition to
the current one.  This small series reshuffles that to avoid the extra
references in the normal I/O path.

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

end of thread, other threads:[~2020-05-13 12:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 11:04 avoid a few q_usage_counter roundtrips Christoph Hellwig
2020-05-13 11:04 ` [PATCH 1/4] block: move the call to blk_queue_enter_live out of blk_mq_get_request Christoph Hellwig
2020-05-13 11:04 ` [PATCH 2/4] block: remove a pointless queue enter pair in blk_mq_alloc_request Christoph Hellwig
2020-05-13 11:04 ` [PATCH 3/4] block: remove a pointless queue enter pair in blk_mq_alloc_request_hctx Christoph Hellwig
2020-05-13 12:02   ` Johannes Thumshirn
2020-05-13 12:23     ` Christoph Hellwig
2020-05-13 11:04 ` [PATCH 4/4] block: allow blk_mq_make_request to consume the q_usage_counter reference Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).