aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal1-2/+2
2010-09-21cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal1-3/+13
2010-09-20cfq: improve fsync performance for small filesCorrado Zoccolo1-14/+4
2010-09-16blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal1-0/+1
2010-08-23cfq-iosched: blktrace print per slice sector statsVivek Goyal1-2/+7
2010-08-23cfq-iosched: Implement tunable group_idleVivek Goyal1-9/+56
2010-08-23cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal1-6/+24
2010-08-23cfq-iosched: Do not idle if slice_idle=0Vivek Goyal1-1/+4
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-7/+7
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-8/+11
2010-06-18cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal1-27/+27
2010-06-17cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer1-2/+11
2010-05-25cfq-iosched: fix an oops caused by slab leakShaohua Li1-6/+14
2010-05-24cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov1-5/+39
2010-05-24cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov1-13/+28
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-0/+2
2010-05-21block: remove all rcu head initializationsPaul E. McKenney1-1/+0
2010-05-06blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal1-0/+2
2010-04-28cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=nDmitry Monakhov1-1/+1
2010-04-26blk-cgroup: config options re-arrangementVivek Goyal1-1/+1
2010-04-26blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal1-17/+16
2010-04-21blkio: Fix blkio crash during rq stat updateVivek Goyal1-10/+26
2010-04-16blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah1-1/+0
2010-04-14blkio: Fix compile errorsDivyesh Shah1-1/+1
2010-04-13Merge branch 'master' into for-2.6.35Jens Axboe1-2/+11
2010-04-13block: Update to io-controller statsDivyesh Shah1-11/+9
2010-04-13io-controller: Add a new interface "weight_device" for IO-ControllerGui Jianfeng1-1/+1
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+31
2010-04-09cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatchDivyesh Shah1-2/+5
2010-04-09blkio: Add more debug-only per-cgroup statsDivyesh Shah1-18/+32
2010-04-09blkio: Add io_queued and avg_queue_size statsDivyesh Shah1-0/+11