aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAge
* cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe2008-02-19
* cfq-iosched: make checkpatch compliantJens Axboe2008-02-01
* cfq-iosched: kill some big inlinesJens Axboe2008-01-28
* cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe2008-01-28
* block: cfq: make the io contect sharing locklessJens Axboe2008-01-28
* io_context sharing - cfq changesNikanth Karthikesan2008-01-28
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-28
* block: let elv_register() return voidAdrian Bunk2007-12-18
* cfq_idle_class_timer: add paranoid checks for jiffies overflowOleg Nesterov2007-11-07
* cfq: fix IOPRIO_CLASS_IDLE delaysOleg Nesterov2007-11-07
* cfq: fix IOPRIO_CLASS_IDLE accountingOleg Nesterov2007-11-07
* cfq_get_queue: fix possible NULL pointer accessOleg Nesterov2007-10-29
* cfq_exit_queue() should cancel cfq_data->unplug_workOleg Nesterov2007-10-29
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan2007-07-20
* cfq: async queue allocation per priorityVasily Tarasov2007-07-20
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-17
* cfq-iosched: fix async queue behaviourJens Axboe2007-07-10
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07
* cfq-iosched: speedup cic rb lookupJens Axboe2007-04-30
* cfq-iosched: get rid of cfqq hashVasily Tarasov2007-04-30
* cfq-iosched: tighten queue request overlap conditionJens Axboe2007-04-30
* cfq-iosched: improve sync vs async workloadsJens Axboe2007-04-30
* cfq-iosched: never allow an async queue idlingJens Axboe2007-04-30
* cfq-iosched: get rid of ->dispatch_sliceJens Axboe2007-04-30
* cfq-iosched: don't pass unused preemption variable aroundJens Axboe2007-04-30
* cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe2007-04-30
* cfq-iosched: slice offset should take ioprio into accountJens Axboe2007-04-30
* [PATCH] cfq-iosched: style cleanups and commentsJens Axboe2007-04-30
* cfq-iosched: sort IDLE queues into the rbtreeJens Axboe2007-04-30
* cfq-iosched: sort RT queues into the rbtreeJens Axboe2007-04-30
* [PATCH] cfq-iosched: speed up rbtree handlingJens Axboe2007-04-30
* cfq-iosched: rework the whole round-robin list conceptJens Axboe2007-04-30
* cfq-iosched: minor updatesJens Axboe2007-04-30
* cfq-iosched: development updateJens Axboe2007-04-30
* cfq-iosched: improve preemption for cooperating tasksJens Axboe2007-04-30
* cfq-iosched: fix alias + front merge bugJens Axboe2007-04-25
* cfq-iosched: fix sequential write regressionJens Axboe2007-04-21
* cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe2007-02-11
* cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe2007-02-11
* cfq-iosched: check whether a queue timed out in accountingJens Axboe2007-02-11
* cfq-iosched: tweak the FIFO checkingJens Axboe2007-02-11
* cfq-iosched: don't pass in queue for cfq_arm_slice_timer()Jens Axboe2007-02-11
* cfq-iosched: account for slice over/under timeJens Axboe2007-02-11
* cfq-iosched: defer slice activation to first request being activeJens Axboe2007-02-11
* [PATCH] cfq-iosched: use last service point as the fairness criteriaJens Axboe2007-02-11
* cfq-iosched: document the cfqq flagsJens Axboe2007-02-11
* [PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()Jens Axboe2007-02-11
* cfq-iosched: remove cfq_io_context last_queueJens Axboe2007-02-11
* [PATCH] cfq-iosched: merging problemJens Axboe2007-01-02