aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-3/+3
* cfq-iosched: Don't wait if queue already has requests.Justin TerAvest2011-02-091-0/+4
* cfq: rename a function to give it more appropriate nameVivek Goyal2011-01-191-3/+3
* block cfq: compensate preempted queue even if it has no slice assignedShaohua Li2011-01-141-4/+15
* block cfq: make queue preempt work for queues from different workloadShaohua Li2011-01-141-0/+9
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-54/+58
|\
| * block cfq: don't use atomic_t for cfq_groupShaohua Li2011-01-071-11/+12
| * block cfq: don't use atomic_t for cfq_queueShaohua Li2011-01-071-11/+16
| * cfq-iosched: don't check cfqg in choose_service_tree()Gui Jianfeng2010-12-171-6/+0
| * block cfq: select new workload if priority changedShaohua Li writes2010-12-131-0/+5
| * cfq-iosched: Get rid of on_st flagGui Jianfeng2010-11-301-4/+1
| * cfq-iosched: Get rid of st->activeGui Jianfeng2010-11-301-14/+1
| * Merge branch 'v2.6.37-rc2' into for-2.6.38/coreJens Axboe2010-11-161-19/+20
| |\
| * | cfq-iosched: don't schedule a dispatch for a non-idle queueShaohua Li2010-11-091-18/+1
| * | cfq-iosched: don't idle if a deep seek queue is slowShaohua Li2010-11-081-0/+11
| * | cfq-iosched: schedule dispatch for noidle queueShaohua Li2010-11-081-1/+22
| * | cfq-iosched: do cleanupShaohua Li2010-11-081-8/+8
* | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
| |/ |/|
* | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-19/+20
|\ \ | |/ |/|
| * cfq-iosched: Fix a gcc 4.5 warning and put some commentsVivek Goyal2010-10-221-3/+13
| * blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal2010-10-011-2/+2
| * cfq: improve fsync performance for small filesCorrado Zoccolo2010-09-201-14/+4
| * blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal2010-09-161-0/+1
* | cfq-iosched: fix a kernel OOPs when usb key is insertedVivek Goyal2010-09-211-3/+13
* | cfq-iosched: blktrace print per slice sector statsVivek Goyal2010-08-231-2/+7
* | cfq-iosched: Implement tunable group_idleVivek Goyal2010-08-231-9/+56
* | cfq-iosched: Do group share accounting in IOPS when slice_idle=0Vivek Goyal2010-08-231-6/+24
* | cfq-iosched: Do not idle if slice_idle=0Vivek Goyal2010-08-231-1/+4
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-7/+7
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-8/+11
* cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=nVivek Goyal2010-06-181-27/+27
* cfq: Don't allow queue merges for queues that have no process referencesJeff Moyer2010-06-171-2/+11
* cfq-iosched: fix an oops caused by slab leakShaohua Li2010-05-251-6/+14
* cfq-iosched: compact io_context radix_treeKonstantin Khlebnikov2010-05-241-5/+39
* cfq-iosched: remove dead_key from cfq_io_contextKonstantin Khlebnikov2010-05-241-13/+28
* Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-0/+2
|\
| * blk-cgroup: Fix RCU correctness warning in cfq_init_queue()Vivek Goyal2010-05-061-0/+2
* | block: remove all rcu head initializationsPaul E. McKenney2010-05-211-1/+0
* | cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GRO...Dmitry Monakhov2010-04-281-1/+1
* | blk-cgroup: config options re-arrangementVivek Goyal2010-04-261-1/+1
* | blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal2010-04-261-17/+16
* | blkio: Fix blkio crash during rq stat updateVivek Goyal2010-04-211-10/+26
* | blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah2010-04-161-1/+0
* | blkio: Fix compile errorsDivyesh Shah2010-04-141-1/+1
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-131-2/+11
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-10/+31
| |\
| | * cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatchDivyesh Shah2010-04-091-2/+5
| | * block: expose the statistics in blkio.time and blkio.sectors for the root cgroupRicky Benitez2010-04-051-0/+5
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | block: Update to io-controller statsDivyesh Shah2010-04-131-11/+9