/linux/block/ |
H A D | blk-mq-sched.h | bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-mq-sysfs.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | Makefile | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-mq-sched.c | bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-flush.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-merge.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | elevator.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-cgroup.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-mq.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blk-core.c | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
/linux/include/linux/ |
H A D | blk-mq.h | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|
H A D | blkdev.h | diff bd166ef183c263c5ced656d49ef19c7da4adc774 Tue Jan 17 14:03:22 CET 2017 Jens Axboe <axboe@fb.com> 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>
|