aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
2012-04-01block: Make cfq_target_latency tunable through sysfs.Tao Ma
2012-02-15block: replace icq->changed with icq->flagsTejun Heo
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-01-19block,cfq: change code orderShaohua Li
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move icq cache management to block coreTejun Heo
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo
2011-12-14block, cfq: kill cic->keyTejun Heo
2011-12-14block, cfq: kill ioc_goneTejun Heo
2011-12-14block, cfq: remove delayed unlinkTejun Heo
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo
2011-12-14block, cfq: fix cic lookup lockingTejun Heo
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig
2011-08-19Revert "cfq: Remove special treatment for metadata rqs."Jens Axboe
2011-08-02cfq-iosched: Reduce linked group count upon group destructionVivek Goyal
2011-07-12CFQ: add think time check for groupShaohua Li
2011-07-12CFQ: add think time check for service treeShaohua Li
2011-07-12CFQ: move think time check variables to a separate structShaohua Li
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-07-10cfq: Remove special treatment for metadata rqs.Justin TerAvest
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe
2011-06-27cfq-iosched: make code consistentShaohua Li
2011-06-27cfq-iosched: fix a rcu warningShaohua Li
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches
2011-06-06CFQ: make two functions staticPaul Bolle
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle
2011-05-31CFQ: Fix typo and remove unnecessary semicolonKyungmin Park
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal
2011-05-20blk-throttle: Make dispatch stats per cpuVivek Goyal