aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-15block: replace icq->changed with icq->flagsTejun Heo1-6/+6
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo1-11/+4
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-01-19block,cfq: change code orderShaohua Li1-3/+4
2012-01-17cfq-iosched: fix use-after-free of cfqqJens Axboe1-4/+3
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li1-0/+12
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo1-124/+11
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo1-53/+41
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo1-45/+2
2011-12-14block, cfq: move icq cache management to block coreTejun Heo1-33/+15
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo1-40/+8
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo1-17/+11
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo1-115/+133
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo1-1/+1
2011-12-14block, cfq: kill cic->keyTejun Heo1-21/+5
2011-12-14block, cfq: kill ioc_goneTejun Heo1-38/+5
2011-12-14block, cfq: remove delayed unlinkTejun Heo1-82/+10
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-36/+8
2011-12-14block, cfq: fix cic lookup lockingTejun Heo1-32/+35
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo1-59/+76
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo1-19/+9
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo1-26/+32
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-9/+9
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo1-47/+5
2011-08-23block: separate priority boosting from REQ_METAChristoph Hellwig1-10/+10
2011-08-19Revert "cfq: Remove special treatment for metadata rqs."Jens Axboe1-0/+18
2011-08-02cfq-iosched: Reduce linked group count upon group destructionVivek Goyal1-0/+3
2011-07-12CFQ: add think time check for groupShaohua Li1-2/+17
2011-07-12CFQ: add think time check for service treeShaohua Li1-4/+30
2011-07-12CFQ: move think time check variables to a separate structShaohua Li1-16/+24
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-27/+1
2011-07-10cfq: Remove special treatment for metadata rqs.Justin TerAvest1-18/+0
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe1-9/+10
2011-06-27cfq-iosched: make code consistentShaohua Li1-1/+2
2011-06-27cfq-iosched: fix a rcu warningShaohua Li1-1/+4
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches1-5/+6
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches1-5/+6
2011-06-06CFQ: make two functions staticPaul Bolle1-3/+3
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe1-1/+4
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentJens Axboe1-1/+4
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer1-7/+2
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathPaul Bolle1-3/+0
2011-05-31CFQ: Fix typo and remove unnecessary semicolonKyungmin Park1-4/+4
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsNamhyung Kim1-1/+5
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Namhyung Kim1-2/+1
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Namhyung Kim1-9/+5
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Namhyung Kim1-1/+1
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupVivek Goyal1-0/+5
2011-05-20blk-throttle: Make dispatch stats per cpuVivek Goyal1-1/+17
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal1-33/+95