summaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
2008-07-03cfq-iosched: get rid of enable_idle being unused warningJens Axboe
2008-07-03cfq-iosched: add message logging through blktraceJens Axboe
2008-07-03cfq-iosched: properly protect ioc_gone and ioc countJens Axboe
2008-05-28cfq-iosched: fix RCU problem in cfq_cic_lookup()Jens Axboe
2008-05-28block: reorder cfq_queue to save space on 64bit buildsRichard Kennedy
2008-05-07cfq-iosched: make io priorities inherit CPU scheduling class as well as niceJens Axboe
2008-05-07cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe
2008-04-10cfq-iosched: do not leak ioc_data across iosched switchesFabio Checconi
2008-04-02cfq-iosched: fix rcu freeing of cfq io contextsFabio Checconi
2008-02-19cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe
2008-02-01cfq-iosched: make checkpatch compliantJens Axboe
2008-01-28cfq-iosched: kill some big inlinesJens Axboe
2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe
2008-01-28block: cfq: make the io contect sharing locklessJens Axboe
2008-01-28io_context sharing - cfq changesNikanth Karthikesan
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe
2007-12-18block: let elv_register() return voidAdrian Bunk
2007-11-07cfq_idle_class_timer: add paranoid checks for jiffies overflowOleg Nesterov
2007-11-07cfq: fix IOPRIO_CLASS_IDLE delaysOleg Nesterov
2007-11-07cfq: fix IOPRIO_CLASS_IDLE accountingOleg Nesterov
2007-10-29cfq_get_queue: fix possible NULL pointer accessOleg Nesterov
2007-10-29cfq_exit_queue() should cancel cfq_data->unplug_workOleg Nesterov
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-20cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan
2007-07-20cfq: async queue allocation per priorityVasily Tarasov
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe
2007-04-30cfq-iosched: get rid of cfqq hashVasily Tarasov
2007-04-30cfq-iosched: tighten queue request overlap conditionJens Axboe
2007-04-30cfq-iosched: improve sync vs async workloadsJens Axboe
2007-04-30cfq-iosched: never allow an async queue idlingJens Axboe
2007-04-30cfq-iosched: get rid of ->dispatch_sliceJens Axboe
2007-04-30cfq-iosched: don't pass unused preemption variable aroundJens Axboe
2007-04-30cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe
2007-04-30cfq-iosched: slice offset should take ioprio into accountJens Axboe
2007-04-30[PATCH] cfq-iosched: style cleanups and commentsJens Axboe
2007-04-30cfq-iosched: sort IDLE queues into the rbtreeJens Axboe
2007-04-30cfq-iosched: sort RT queues into the rbtreeJens Axboe
2007-04-30[PATCH] cfq-iosched: speed up rbtree handlingJens Axboe
2007-04-30cfq-iosched: rework the whole round-robin list conceptJens Axboe
2007-04-30cfq-iosched: minor updatesJens Axboe
2007-04-30cfq-iosched: development updateJens Axboe
2007-04-30cfq-iosched: improve preemption for cooperating tasksJens Axboe
2007-04-25cfq-iosched: fix alias + front merge bugJens Axboe
2007-04-20cfq-iosched: fix sequential write regressionJens Axboe
2007-02-11cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe
2007-02-11cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe
2007-02-11cfq-iosched: check whether a queue timed out in accountingJens Axboe