aboutsummaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-01block: Make cfq_target_latency tunable through sysfs.Gravatar Tao Ma 1-2/+8
2012-02-15block: replace icq->changed with icq->flagsGravatar Tejun Heo 1-6/+6
2012-02-08block: don't call elevator callbacks for plug mergesGravatar Tejun Heo 1-11/+4
2012-02-07block: strip out locking optimization in put_io_context()Gravatar Tejun Heo 1-1/+1
2012-01-19block,cfq: change code orderGravatar Shaohua Li 1-3/+4
2012-01-17cfq-iosched: fix use-after-free of cfqqGravatar Jens Axboe 1-4/+3
2011-12-16block, cfq: fix empty queue crash caused by request mergeGravatar Shaohua Li 1-0/+12
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreGravatar Tejun Heo 1-124/+11
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupGravatar Tejun Heo 1-53/+41
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cGravatar Tejun Heo 1-45/+2
2011-12-14block, cfq: move icq cache management to block coreGravatar Tejun Heo 1-33/+15
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cGravatar Tejun Heo 1-40/+8
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqGravatar Tejun Heo 1-17/+11
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsGravatar Tejun Heo 1-115/+133
2011-12-14block, cfq: replace current_io_context() with create_io_context()Gravatar Tejun Heo 1-1/+1
2011-12-14block, cfq: kill cic->keyGravatar Tejun Heo 1-21/+5
2011-12-14block, cfq: kill ioc_goneGravatar Tejun Heo 1-38/+5
2011-12-14block, cfq: remove delayed unlinkGravatar Tejun Heo 1-82/+10
2011-12-14block, cfq: unlink cfq_io_context's immediatelyGravatar Tejun Heo 1-36/+8
2011-12-14block, cfq: fix cic lookup lockingGravatar Tejun Heo 1-32/+35
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingGravatar Tejun Heo 1-59/+76
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicGravatar Tejun Heo 1-19/+9
2011-12-14block, cfq: misc updates to cfq_io_contextGravatar Tejun Heo 1-26/+32
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionGravatar Tejun Heo 1-9/+9
2011-12-14block, cfq: move cfqd->cic_index to q->idGravatar Tejun Heo 1-47/+5
2011-08-23block: separate priority boosting from REQ_METAGravatar Christoph Hellwig 1-10/+10
2011-08-19Revert "cfq: Remove special treatment for metadata rqs."Gravatar Jens Axboe 1-0/+18
2011-08-02cfq-iosched: Reduce linked group count upon group destructionGravatar Vivek Goyal 1-0/+3
2011-07-12CFQ: add think time check for groupGravatar Shaohua Li 1-2/+17
2011-07-12CFQ: add think time check for service treeGravatar Shaohua Li 1-4/+30
2011-07-12CFQ: move think time check variables to a separate structGravatar Shaohua Li 1-16/+24
2011-07-12fixlet: Remove fs_excl from struct task.Gravatar Justin TerAvest 1-27/+1
2011-07-10cfq: Remove special treatment for metadata rqs.Gravatar Justin TerAvest 1-18/+0
2011-07-01Merge branch 'for-linus' into for-3.1/coreGravatar Jens Axboe 1-9/+10
2011-06-27cfq-iosched: make code consistentGravatar Shaohua Li 1-1/+2
2011-06-27cfq-iosched: fix a rcu warningGravatar Shaohua Li 1-1/+4
2011-06-13block: Add __attribute__((format(printf...) and fix falloutGravatar Joe Perches 1-5/+6
2011-06-13block: Add __attribute__((format(printf...) and fix falloutGravatar Joe Perches 1-5/+6
2011-06-06CFQ: make two functions staticGravatar Paul Bolle 1-3/+3
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentGravatar Jens Axboe 1-1/+4
2011-06-06cfq-iosched: fix locking around ioc->ioc_data assignmentGravatar Jens Axboe 1-1/+4
2011-06-02iosched: prevent aliased requests from starving other I/OGravatar Jeff Moyer 1-7/+2
2011-06-02cfq-iosched: Remove bogus check in queue_fail pathGravatar Paul Bolle 1-3/+0
2011-05-31CFQ: Fix typo and remove unnecessary semicolonGravatar Kyungmin Park 1-4/+4
2011-05-24cfq-iosched: free cic_index if cfqd allocation failsGravatar Namhyung Kim 1-1/+5
2011-05-24cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add()Gravatar Namhyung Kim 1-2/+1
2011-05-24cfq-iosched: reduce bit operations in cfq_choose_req()Gravatar Namhyung Kim 1-9/+5
2011-05-24cfq-iosched: algebraic simplification in cfq_prio_to_maxrq()Gravatar Namhyung Kim 1-1/+1
2011-05-23cfq-iosched: Fix a memory leak of per cpu stats for root groupGravatar Vivek Goyal 1-0/+5
2011-05-20blk-throttle: Make dispatch stats per cpuGravatar Vivek Goyal 1-1/+17