public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* blk-mq: allow to defer ->queue_rq invocations to workqueue
@ 2014-11-03  8:23 Christoph Hellwig
  2014-11-03  8:23 ` [PATCH 1/2] blk-mq: handle single queue case in blk_mq_hctx_next_cpu Christoph Hellwig
  2014-11-03  8:23 ` [PATCH 2/2] blk-mq: allow direct dispatch to a driver specific workqueue Christoph Hellwig
  0 siblings, 2 replies; 6+ messages in thread
From: Christoph Hellwig @ 2014-11-03  8:23 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Richard Weinberger, Ming Lei, ceph-devel, linux-kernel

Drivers that need to do synchronous, blocking operations to do I/O generally
want to defer all I/O to a drіver-private workqueue.  Examples for that are
the loop driver, rbd, or ubi block driver, and probably lots more that haven't
been evaluated yet.


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

end of thread, other threads:[~2014-11-03 11:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03  8:23 blk-mq: allow to defer ->queue_rq invocations to workqueue Christoph Hellwig
2014-11-03  8:23 ` [PATCH 1/2] blk-mq: handle single queue case in blk_mq_hctx_next_cpu Christoph Hellwig
2014-11-03  8:23 ` [PATCH 2/2] blk-mq: allow direct dispatch to a driver specific workqueue Christoph Hellwig
2014-11-03  8:40   ` Ming Lei
2014-11-03 10:10     ` Christoph Hellwig
2014-11-03 11:54       ` Ming Lei

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