1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-18 20:40:22 +00:00
Jens Axboe bd166ef183 blk-mq-sched: add framework for MQ capable IO schedulers
This adds a set of hooks that intercepts the blk-mq path of
allocating/inserting/issuing/completing requests, allowing
us to develop a scheduler within that framework.

We reuse the existing elevator scheduler API on the registration
side, but augment that with the scheduler flagging support for
the blk-mq interfce, and with a separate set of ops hooks for MQ
devices.

We split driver and scheduler tags, so we can run the scheduling
independently of device queue depth.

Signed-off-by: Jens Axboe <axboe@fb.com>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
2017-01-17 10:04:20 -07:00
..
2016-12-14 20:42:45 -08:00
2016-12-16 11:23:34 -08:00
2016-12-19 08:16:26 -08:00
2016-12-14 10:49:33 -08:00
2016-12-15 16:03:25 -08:00
2016-12-13 11:10:36 -08:00
2016-12-15 12:46:48 -08:00
2016-12-22 22:58:37 -05:00
2016-12-17 21:27:44 -05:00
2016-12-13 11:18:24 -08:00
2016-12-13 11:42:18 -08:00
2016-12-13 11:42:18 -08:00
2016-12-15 13:49:34 -08:00
2016-12-25 17:21:22 +01:00
2016-12-25 17:21:22 +01:00
2016-12-14 20:12:43 -08:00
2016-12-16 09:26:42 -08:00
2016-12-12 18:55:06 -08:00
2016-12-25 17:21:23 +01:00
2016-12-16 00:13:41 +02:00
2016-12-19 17:29:44 -05:00
2016-12-12 18:55:07 -08:00
2016-12-15 12:46:48 -08:00
2016-12-15 12:46:48 -08:00
2016-12-13 11:42:18 -08:00
2016-12-13 11:42:18 -08:00
2016-12-13 16:07:55 -08:00
2016-12-25 17:21:22 +01:00
2016-12-25 17:21:22 +01:00
2016-12-12 18:55:08 -08:00
2016-12-25 17:21:22 +01:00