aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-221-0/+5
* cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu2012-01-061-2/+9
* cfq-iosched: free cic_index if blkio_alloc_blkg_stats failsmajianpeng2012-01-061-0/+5
* cfq-iosched: make code consistentShaohua Li2011-06-271-1/+2
* cfq-iosched: fix a rcu warningShaohua Li2011-06-271-1/+4
* block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-131-5/+6
* cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe2011-06-061-1/+4
* cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle2011-06-021-3/+0
* CFQ: Fix typo and remove unnecessary semicolonKyungmin Park2011-05-311-4/+4
* cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim2011-05-241-1/+5
* cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim2011-05-241-2/+1
* cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim2011-05-241-9/+5
* cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim2011-05-241-1/+1
* cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal2011-05-231-0/+5
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-201-1/+17
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-201-33/+95
* cfq-iosched: Fix a possible race with cfq cgroup removal codeVivek Goyal2011-05-201-12/+36
* cfq-iosched: Get rid of redundant function parameter "create"Vivek Goyal2011-05-201-9/+9
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-161-6/+5
* cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe2011-04-191-14/+6
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cfq-iosched: removing unnecessary think time checkingLi, Shaohua2011-03-231-9/+4
* cfq-iosched: Don't clear queue stats when preempt.Justin TerAvest2011-03-231-22/+17
* cfq-iosched: Don't set active queue in preemptJustin TerAvest2011-03-221-16/+23
* cfq-iosched: Don't update group weights when on service treeJustin TerAvest2011-03-171-12/+41
* blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest2011-03-121-8/+13
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-8/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-8/+0
* | Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux...Jens Axboe2011-03-071-3/+3
|\ \
| * \ Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-3/+3
| |\ \ | | |/ | |/|
| | * block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-3/+3
* | | cfq-iosched: Fix update_vdisktime logicGui Jianfeng2011-03-071-4/+2
* | | cfq-iosched: give busy sync queue no dispatch limitShaohua Li2011-03-071-2/+24
* | | cfq-iosched: fix race in cfq_set_request()Jens Axboe2011-03-071-2/+1
|/ /
* | cfq-iosched: Always provide group isolation.Justin TerAvest2011-03-011-36/+1
* | Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-011-56/+84
|\ \ | |/
| * 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