aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAge
* block: Make cfq_target_latency tunable through sysfs.Tao Ma2012-04-01
* block: replace icq->changed with icq->flagsTejun Heo2012-02-15
* block: don't call elevator callbacks for plug mergesTejun Heo2012-02-08
* block: strip out locking optimization in put_io_context()Tejun Heo2012-02-07
* block,cfq: change code orderShaohua Li2012-01-19
* cfq-iosched: fix use-after-free of cfqqJens Axboe2012-01-17
* block, cfq: fix empty queue crash caused by request mergeShaohua Li2011-12-16
* block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo2011-12-13
* block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo2011-12-13
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-13
* block, cfq: move icq cache management to block coreTejun Heo2011-12-13
* block, cfq: move io_cq lookup to blk-ioc.cTejun Heo2011-12-13
* block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo2011-12-13
* block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo2011-12-13
* block, cfq: replace current_io_context() with create_io_context()Tejun Heo2011-12-13
* block, cfq: kill cic->keyTejun Heo2011-12-13
* block, cfq: kill ioc_goneTejun Heo2011-12-13
* block, cfq: remove delayed unlinkTejun Heo2011-12-13
* block, cfq: unlink cfq_io_context's immediatelyTejun Heo2011-12-13
* block, cfq: fix cic lookup lockingTejun Heo2011-12-13
* block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo2011-12-13
* block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo2011-12-13
* block, cfq: misc updates to cfq_io_contextTejun Heo2011-12-13
* block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-13
* block, cfq: move cfqd->cic_index to q->idTejun Heo2011-12-13
* block: separate priority boosting from REQ_METAChristoph Hellwig2011-08-23
* Revert "cfq: Remove special treatment for metadata rqs."Jens Axboe2011-08-19
* cfq-iosched: Reduce linked group count upon group destructionVivek Goyal2011-08-02
* 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