aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-01blkcg: move blkio_group_stats to cfq-iosched.cTejun Heo1-216/+191
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo1-27/+10
2012-04-01blkcg: move statistics update code to policiesTejun Heo1-51/+229
2012-04-01cfq: collapse cfq.h into cfq-iosched.cTejun Heo1-1/+113
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo1-3/+199
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo1-4/+3
2012-03-23cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHEDTejun Heo1-17/+35
2012-03-20cfq: don't use icq_get_changed()Tejun Heo1-23/+40
2012-03-20cfq: pass around cfq_io_cq instead of io_contextTejun Heo1-22/+17
2012-03-06block: make block cgroup policies follow bio task associationTejun Heo1-10/+11
2012-03-06block: implement bio_associate_current()Tejun Heo1-1/+2
2012-03-06block: add io_context->active_refTejun Heo1-2/+2
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo1-24/+0
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-3/+2
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo1-94/+6
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-28/+19
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo1-16/+28
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo1-48/+10
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo1-50/+52
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo1-0/+4
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo1-21/+0
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo1-1/+1
2012-03-06blkcg: factor out blkio_group creationTejun Heo1-91/+40
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo1-52/+53
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo1-14/+16
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo1-8/+12
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo1-6/+5
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo1-1/+19
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo1-4/+5
2012-03-06cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo1-3/+4
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