summaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* block: as/cfq ssd idle check updateJens Axboe2008-10-091-2/+4
* block: add queue flag for SSD/non-rotational devicesJens Axboe2008-10-091-0/+6
* cfq-iosched: fix queue depth detectionAaron Carroll2008-10-091-9/+38
* block: make kblockd_schedule_work() take the queue as parameterJens Axboe2008-10-091-1/+1
* cfq-iosched: get rid of enable_idle being unused warningJens Axboe2008-07-031-1/+1
* cfq-iosched: add message logging through blktraceJens Axboe2008-07-031-10/+55
* cfq-iosched: properly protect ioc_gone and ioc countJens Axboe2008-07-031-3/+15
* cfq-iosched: fix RCU problem in cfq_cic_lookup()Jens Axboe2008-05-281-2/+26
* block: reorder cfq_queue to save space on 64bit buildsRichard Kennedy2008-05-281-4/+4
* cfq-iosched: make io priorities inherit CPU scheduling class as well as niceJens Axboe2008-05-071-2/+2
* cfq-iosched: fix RCU race in the cfq io_context destructor handlingJens Axboe2008-05-071-6/+13
* cfq-iosched: do not leak ioc_data across iosched switchesFabio Checconi2008-04-101-3/+6
* cfq-iosched: fix rcu freeing of cfq io contextsFabio Checconi2008-04-021-30/+27
* cfq-iosched: add hlist for browsing parallel to the radix treeJens Axboe2008-02-191-26/+12
* cfq-iosched: make checkpatch compliantJens Axboe2008-02-011-37/+46
* cfq-iosched: kill some big inlinesJens Axboe2008-01-281-16/+11
* cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe2008-01-281-83/+34
* block: cfq: make the io contect sharing locklessJens Axboe2008-01-281-120/+147
* io_context sharing - cfq changesNikanth Karthikesan2008-01-281-2/+18
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-18/+16
* block: let elv_register() return voidAdrian Bunk2007-12-181-6/+2
* cfq_idle_class_timer: add paranoid checks for jiffies overflowOleg Nesterov2007-11-071-11/+17
* cfq: fix IOPRIO_CLASS_IDLE delaysOleg Nesterov2007-11-071-0/+1
* cfq: fix IOPRIO_CLASS_IDLE accountingOleg Nesterov2007-11-071-2/+3
* cfq_get_queue: fix possible NULL pointer accessOleg Nesterov2007-10-291-1/+4
* cfq_exit_queue() should cancel cfq_data->unplug_workOleg Nesterov2007-10-291-1/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-19/+20
* cfq: Write-only stuff in CFQ data structuresAlexey Dobriyan2007-07-201-11/+0
* cfq: async queue allocation per priorityVasily Tarasov2007-07-201-12/+44
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-9/+9
* cfq-iosched: fix async queue behaviourJens Axboe2007-07-101-3/+36
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-071-4/+2
* cfq-iosched: speedup cic rb lookupJens Axboe2007-04-301-2/+18
* cfq-iosched: get rid of cfqq hashVasily Tarasov2007-04-301-100/+67
* cfq-iosched: tighten queue request overlap conditionJens Axboe2007-04-301-1/+2
* cfq-iosched: improve sync vs async workloadsJens Axboe2007-04-301-13/+18
* cfq-iosched: never allow an async queue idlingJens Axboe2007-04-301-1/+6
* cfq-iosched: get rid of ->dispatch_sliceJens Axboe2007-04-301-5/+1
* cfq-iosched: don't pass unused preemption variable aroundJens Axboe2007-04-301-15/+13
* cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe2007-04-301-55/+32
* cfq-iosched: slice offset should take ioprio into accountJens Axboe2007-04-301-1/+2
* [PATCH] cfq-iosched: style cleanups and commentsJens Axboe2007-04-301-16/+50
* cfq-iosched: sort IDLE queues into the rbtreeJens Axboe2007-04-301-36/+31
* cfq-iosched: sort RT queues into the rbtreeJens Axboe2007-04-301-15/+12
* [PATCH] cfq-iosched: speed up rbtree handlingJens Axboe2007-04-301-14/+48
* cfq-iosched: rework the whole round-robin list conceptJens Axboe2007-04-301-238/+123
* cfq-iosched: minor updatesJens Axboe2007-04-301-63/+18
* cfq-iosched: development updateJens Axboe2007-04-301-120/+261
* cfq-iosched: improve preemption for cooperating tasksJens Axboe2007-04-301-6/+20
* cfq-iosched: fix alias + front merge bugJens Axboe2007-04-251-6/+6