Hi, I have a series of patches for the CFQ IO scheduler that I'd like to get some more testing on. The patch series is also scheduled to enter the next -mm, but if I'd like people to consciously give it a spin on its own as well. The patches are also available from the 'cfq' branch of the block layer tree: git://git.kernel.dk/data/git/linux-2.6-block.git and I've uploaded a rolled up version here as well: http://brick.kernel.dk/snaps/cfq-update-20070424 The patch series is essentially a series of cleanups and smaller optimizations, but there's also a larger change in there (patches 4 to 7) that completely rework how CFQ selects which queue to process. It's an experimental approach similar to the CFS CPU scheduler, in which management lists are converted to a single rbtree instead. So give it a spin if you have the time, and let me know how it performs and/or feels for you workload and hardware. cfq-iosched.c | 676 ++++++++++++++++++++++++++------------------------ 1 file changed, 357 insertions(+), 319 deletions(-) -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 0/15] CFQ IO scheduler patch series
- From: "Alan D. Brunelle" <[email protected]>
- [PATCH 15/15] cfq-iosched: tighten queue request overlap condition
- From: Jens Axboe <[email protected]>
- [PATCH 11/15] cfq-iosched: don't pass unused preemption variable around
- From: Jens Axboe <[email protected]>
- [PATCH 13/15] cfq-iosched: never allow an async queue idling
- From: Jens Axboe <[email protected]>
- [PATCH 9/15] cfq-iosched: slice offset should take ioprio into account
- From: Jens Axboe <[email protected]>
- [PATCH 7/15] cfq-iosched: sort IDLE queues into the rbtree
- From: Jens Axboe <[email protected]>
- [PATCH 6/15] cfq-iosched: sort RT queues into the rbtree
- From: Jens Axboe <[email protected]>
- [PATCH 10/15] cfq-iosched: get rid of ->cur_rr and ->cfq_list
- From: Jens Axboe <[email protected]>
- [PATCH 4/15] cfq-iosched: rework the whole round-robin list concept
- From: Jens Axboe <[email protected]>
- [PATCH 14/15] cfq-iosched: improve sync vs async workloads
- From: Jens Axboe <[email protected]>
- [PATCH 8/15] cfq-iosched: style cleanups and comments
- From: Jens Axboe <[email protected]>
- [PATCH 5/15] cfq-iosched: speed up rbtree handling
- From: Jens Axboe <[email protected]>
- [PATCH 12/15] cfq-iosched: get rid of ->dispatch_slice
- From: Jens Axboe <[email protected]>
- [PATCH 3/15] cfq-iosched: minor updates
- From: Jens Axboe <[email protected]>
- [PATCH 2/15] cfq-iosched: development update
- From: Jens Axboe <[email protected]>
- [PATCH 1/15] cfq-iosched: improve preemption for cooperating tasks
- From: Jens Axboe <[email protected]>
- Re: [PATCH 0/15] CFQ IO scheduler patch series
- Prev by Date: Re: [RFC][PATCH -mm take4 2/6] support multiple logging
- Next by Date: [PATCH 1/15] cfq-iosched: improve preemption for cooperating tasks
- Previous by thread: cpufreq default governor
- Next by thread: [PATCH 1/15] cfq-iosched: improve preemption for cooperating tasks
- Index(es):