aboutsummaryrefslogtreecommitdiffstats
path: root/block/cfq-iosched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-06block CFQ: avoid moving request to different queueShaohua Li1-1/+2
2012-06-04block: blkcg_policy_cfq shouldn't be used if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo1-12/+17
2012-06-04block: fix return value on cfq_init() failureTejun Heo1-0/+1
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-2/+8
2012-04-20blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo1-6/+5
2012-04-20blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo1-19/+27
2012-04-20blkcg: mass rename of blkcg APITejun Heo1-39/+39
2012-04-20blkcg: remove blkio_group->path[]Tejun Heo1-7/+14
2012-04-20blkcg: drop stuff unused after per-queue policy activation updateTejun Heo1-1/+1
2012-04-20blkcg: implement per-queue policy activationTejun Heo1-21/+16
2012-04-20blkcg: add request_queue->root_blkgTejun Heo1-1/+3
2012-04-20blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo1-1/+1
2012-04-20blkcg: remove static policy ID enumsTejun Heo1-11/+14
2012-04-20blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()Tejun Heo1-5/+5
2012-04-20cfq: fix build breakage & warningsTejun Heo1-9/+8
2012-04-01blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo1-39/+46
2012-04-01blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo1-8/+6
2012-04-01blkcg: move blkio_group_conf->weight to cfqTejun Heo1-42/+35
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-04-01block: Make cfq_target_latency tunable through sysfs.Tao Ma1-2/+8
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