aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-24cfq-iosched: cache prio_tree root in cfqq->p_rootGravatar Jens Axboe 1-14/+20
2009-04-24cfq-iosched: fix bug with aliased request and cooperation detectionGravatar Jens Axboe 1-5/+6
2009-04-24cfq-iosched: clear ->prio_trees[] on cfqd allocGravatar Jens Axboe 1-0/+10
2009-04-22cfq-iosched: use the default seek distance when there aren't enough seek samplesGravatar Jeff Moyer 1-5/+6
2009-04-22cfq-iosched: make seek_mean converge more quicklyGravatar Jeff Moyer 1-1/+3
2009-04-15cfq-iosched: add close cooperator codeGravatar Jens Axboe 1-25/+198
2009-04-15cfq-iosched: log responsible 'cfqq' in idle timer armGravatar Jens Axboe 1-1/+1
2009-04-15cfq-iosched: tweak kick logic a bit moreGravatar Jens Axboe 1-2/+5
2009-04-15cfq-iosched: no need to save interrupts in cfq_kick_queue()Gravatar Jens Axboe 1-3/+2
2009-04-15cfq-iosched: don't delay queue kick for a merged requestGravatar Jens Axboe 1-2/+9
2009-04-15cfq-iosched: get rid of private SYNC/ASYNC definesGravatar Jens Axboe 1-13/+11
2009-04-15cfq-iosched: use rw_is_sync() to see if rw flags are sync or notGravatar Jens Axboe 1-1/+1
2009-04-07cfq-iosched: don't let idling interfere with pluggingGravatar Jens Axboe 1-8/+17
2009-04-07cfq-iosched: kill two unused cfqq flagsGravatar Jens Axboe 1-14/+1
2009-04-07cfq-iosched: change dispatch logic to deal with single requests at the timeGravatar Jens Axboe 1-76/+90
2009-04-06block: Add flag for telling the IO schedulers NOT to anticipate more IOGravatar Jens Axboe 1-1/+3
2009-01-30cfq-iosched: Allow RT requests to pre-empt ongoing BE timesliceGravatar Divyesh Shah 1-1/+38
2008-12-29cfq-iosched: fix race between exiting queue and exiting taskGravatar Jens Axboe 1-1/+9
2008-12-29cfq-iosched: remove limit of dispatch depth of max 4 times quantumGravatar Jens Axboe 1-6/+2
2008-12-29block: get rid of elevator_t typedefGravatar Jens Axboe 1-3/+3
2008-12-29block: use cancel_work_sync() instead of kblockd_flush_work()Gravatar Cheng Renquan 1-1/+1
2008-10-09block: as/cfq ssd idle check updateGravatar Jens Axboe 1-2/+4
2008-10-09block: add queue flag for SSD/non-rotational devicesGravatar Jens Axboe 1-0/+6
2008-10-09cfq-iosched: fix queue depth detectionGravatar Aaron Carroll 1-9/+38
2008-10-09block: make kblockd_schedule_work() take the queue as parameterGravatar Jens Axboe 1-1/+1
2008-07-03cfq-iosched: get rid of enable_idle being unused warningGravatar Jens Axboe 1-1/+1
2008-07-03cfq-iosched: add message logging through blktraceGravatar Jens Axboe 1-10/+55
2008-07-03cfq-iosched: properly protect ioc_gone and ioc countGravatar Jens Axboe 1-3/+15
2008-05-28cfq-iosched: fix RCU problem in cfq_cic_lookup()Gravatar Jens Axboe 1-2/+26
2008-05-28block: reorder cfq_queue to save space on 64bit buildsGravatar Richard Kennedy 1-4/+4
2008-05-07cfq-iosched: make io priorities inherit CPU scheduling class as well as niceGravatar Jens Axboe 1-2/+2
2008-05-07cfq-iosched: fix RCU race in the cfq io_context destructor handlingGravatar Jens Axboe 1-6/+13
2008-04-10cfq-iosched: do not leak ioc_data across iosched switchesGravatar Fabio Checconi 1-3/+6
2008-04-02cfq-iosched: fix rcu freeing of cfq io contextsGravatar Fabio Checconi 1-30/+27
2008-02-19cfq-iosched: add hlist for browsing parallel to the radix treeGravatar Jens Axboe 1-26/+12
2008-02-01cfq-iosched: make checkpatch compliantGravatar Jens Axboe 1-37/+46
2008-01-28cfq-iosched: kill some big inlinesGravatar Jens Axboe 1-16/+11
2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsGravatar Jens Axboe 1-83/+34
2008-01-28block: cfq: make the io contect sharing locklessGravatar Jens Axboe 1-120/+147
2008-01-28io_context sharing - cfq changesGravatar Nikanth Karthikesan 1-2/+18
2008-01-28ioprio: move io priority from task_struct to io_contextGravatar Jens Axboe 1-18/+16
2007-12-18block: let elv_register() return voidGravatar Adrian Bunk 1-6/+2
2007-11-07cfq_idle_class_timer: add paranoid checks for jiffies overflowGravatar Oleg Nesterov 1-11/+17
2007-11-07cfq: fix IOPRIO_CLASS_IDLE delaysGravatar Oleg Nesterov 1-0/+1
2007-11-07cfq: fix IOPRIO_CLASS_IDLE accountingGravatar Oleg Nesterov 1-2/+3
2007-10-29cfq_get_queue: fix possible NULL pointer accessGravatar Oleg Nesterov 1-1/+4
2007-10-29cfq_exit_queue() should cancel cfq_data->unplug_workGravatar Oleg Nesterov 1-1/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-19/+20
2007-07-20cfq: Write-only stuff in CFQ data structuresGravatar Alexey Dobriyan 1-11/+0
2007-07-20cfq: async queue allocation per priorityGravatar Vasily Tarasov 1-12/+44