aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAge
* CFQ: add think time check for groupShaohua Li2011-07-12
* CFQ: add think time check for service treeShaohua Li2011-07-12
* CFQ: move think time check variables to a separate structShaohua Li2011-07-12
* fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-12
* cfq: Remove special treatment for metadata rqs.Justin TerAvest2011-07-10
* Merge branch 'for-linus' into for-3.1/coreJens Axboe2011-07-01
|\
| * cfq-iosched: make code consistentShaohua Li2011-06-27
| * cfq-iosched: fix a rcu warningShaohua Li2011-06-27
| * block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-13
| * cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe2011-06-05
| * cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle2011-06-02
| * CFQ: Fix typo and remove unnecessary semicolonKyungmin Park2011-05-31
* | block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-13
* | CFQ: make two functions staticPaul Bolle2011-06-05
* | cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe2011-06-05
* | iosched: prevent aliased requests from starving other I/OJeff Moyer2011-06-02
|/
* cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim2011-05-24
* cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim2011-05-24
* cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim2011-05-24
* cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim2011-05-24
* cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal2011-05-23
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-20
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-20
* cfq-iosched: Fix a possible race with cfq cgroup removal codeVivek Goyal2011-05-20
* cfq-iosched: Get rid of redundant function parameter "create"Vivek Goyal2011-05-20
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-16
* cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe2011-04-19
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-18
* Fix common misspellingsLucas De Marchi2011-03-31
* cfq-iosched: removing unnecessary think time checkingLi, Shaohua2011-03-23
* cfq-iosched: Don't clear queue stats when preempt.Justin TerAvest2011-03-23
* cfq-iosched: Don't set active queue in preemptJustin TerAvest2011-03-22
* cfq-iosched: Don't update group weights when on service treeJustin TerAvest2011-03-17
* blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest2011-03-12
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux...Jens Axboe2011-03-07
|\ \
| * \ Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-04
| |\ \ | | |/ | |/|
| | * block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-02
* | | cfq-iosched: Fix update_vdisktime logicGui Jianfeng2011-03-07
* | | cfq-iosched: give busy sync queue no dispatch limitShaohua Li2011-03-07
* | | cfq-iosched: fix race in cfq_set_request()Jens Axboe2011-03-07
|/ /
* | cfq-iosched: Always provide group isolation.Justin TerAvest2011-03-01
* | Merge commit 'v2.6.38-rc6' into for-2.6.39/coreJens Axboe2011-03-01
|\|
| * cfq-iosched: Don't wait if queue already has requests.Justin TerAvest2011-02-09
| * cfq: rename a function to give it more appropriate nameVivek Goyal2011-01-19
| * block cfq: compensate preempted queue even if it has no slice assignedShaohua Li2011-01-14
| * block cfq: make queue preempt work for queues from different workloadShaohua Li2011-01-14
| * Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-13
| |\
| | * block cfq: don't use atomic_t for cfq_groupShaohua Li2011-01-07