linux/block
Vasily Tarasov c2dea2d1fd cfq: async queue allocation per priority
If we have two processes with different ioprio_class, but the same
ioprio_data, their async requests will fall into the same queue. I guess
such behavior is not expected, because it's not right to put real-time
requests and best-effort requests in the same queue.

The attached patch fixes the problem by introducing additional *cfqq
fields on cfqd, pointing to per-(class,priority) async queues.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-07-20 10:06:38 +02:00
..
as-iosched.c Slab allocators: Replace explicit zeroing with __GFP_ZERO 2007-07-17 10:23:02 -07:00
blktrace.c
bsg.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
cfq-iosched.c cfq: async queue allocation per priority 2007-07-20 10:06:38 +02:00
deadline-iosched.c Slab allocators: Replace explicit zeroing with __GFP_ZERO 2007-07-17 10:23:02 -07:00
elevator.c Slab allocators: Replace explicit zeroing with __GFP_ZERO 2007-07-17 10:23:02 -07:00
genhd.c unregister_blkdev(): return void 2007-07-17 10:23:03 -07:00
ioctl.c
Kconfig bsg: Kconfig updates 2007-07-17 12:22:09 +02:00
Kconfig.iosched
ll_rw_blk.c mm: Remove slab destructors from kmem_cache_create(). 2007-07-20 10:11:58 +09:00
Makefile
noop-iosched.c
scsi_ioctl.c some kmalloc/memset ->kzalloc (tree wide) 2007-07-19 10:04:50 -07:00