aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle1-3/+0
2011-05-31CFQ: Fix typo and remove unnecessary semicolonKyungmin Park1-4/+4
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim1-1/+5
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim1-2/+1
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim1-9/+5
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim1-1/+1
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal1-0/+5
2011-05-20blk-throttle: Make dispatch stats per cpuVivek Goyal1-1/+17
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal1-33/+95
2011-05-20cfq-iosched: Fix a possible race with cfq cgroup removal codeVivek Goyal1-12/+36
2011-05-20cfq-iosched: Get rid of redundant function parameter "create"Vivek Goyal1-9/+9
2011-05-16blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal1-6/+5
2011-04-19cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe1-14/+6
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23cfq-iosched: removing unnecessary think time checkingLi, Shaohua1-9/+4
2011-03-23cfq-iosched: Don't clear queue stats when preempt.Justin TerAvest1-22/+17
2011-03-22cfq-iosched: Don't set active queue in preemptJustin TerAvest1-16/+23
2011-03-17cfq-iosched: Don't update group weights when on service treeJustin TerAvest1-12/+41
2011-03-12blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest1-8/+13
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-8/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-8/+0
2011-03-07Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.39/coreJens Axboe1-3/+3
2011-03-07cfq-iosched: Fix update_vdisktime logicGui Jianfeng1-4/+2
2011-03-07cfq-iosched: give busy sync queue no dispatch limitShaohua Li1-2/+24
2011-03-07cfq-iosched: fix race in cfq_set_request()Jens Axboe1-2/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-3/+3
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-3/+3
2011-03-01cfq-iosched: Always provide group isolation.Justin TerAvest1-36/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe1-56/+84
2011-02-11block: share request flush fields with elevator_privateMike Snitzer1-9/+9
2011-02-09cfq-iosched: Don't wait if queue already has requests.Justin TerAvest1-0/+4
2011-01-19cfq: rename a function to give it more appropriate nameVivek Goyal1-3/+3
2011-01-14block cfq: compensate preempted queue even if it has no slice assignedShaohua Li1-4/+15
2011-01-14block cfq: make queue preempt work for queues from different workloadShaohua Li1-0/+9
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-54/+58
2011-01-07block cfq: don't use atomic_t for cfq_groupShaohua Li1-11/+12
2011-01-07block cfq: don't use atomic_t for cfq_queueShaohua Li1-11/+16
2010-12-17cfq-iosched: don't check cfqg in choose_service_tree()Gui Jianfeng1-6/+0
2010-12-13block cfq: select new workload if priority changedShaohua Li writes1-0/+5
2010-11-30cfq-iosched: Get rid of on_st flagGui Jianfeng1-4/+1
2010-11-30cfq-iosched: Get rid of st->activeGui Jianfeng1-14/+1
2010-11-16Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe1-19/+20
2010-11-09cfq-iosched: don't schedule a dispatch for a non-idle queueShaohua Li1-18/+1
2010-11-08cfq-iosched: don't idle if a deep seek queue is slowShaohua Li1-0/+11
2010-11-08cfq-iosched: schedule dispatch for noidle queueShaohua Li1-1/+22
2010-11-08cfq-iosched: do cleanupShaohua Li1-8/+8
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-19/+20
2010-10-22cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal1-3/+13