aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-14blk-throttle: add backlink pointer from throtl_grp to throtl_dataTejun Heo1-53/+53
2013-05-14blk-throttle: simplify throtl_grp flag handlingTejun Heo1-25/+9
2013-05-14blk-throttle: rename throtl_rb_root to throtl_service_queueTejun Heo1-42/+42
2013-05-14blk-throttle: remove pointless throtl_nr_queued() optimizationsTejun Heo1-22/+7
2013-05-14blk-throttle: relocate throtl_schedule_delayed_work()Tejun Heo1-16/+13
2013-05-14blk-throttle: collapse throtl_dispatch() into the work functionTejun Heo1-17/+9
2013-05-14blk-throttle: remove deferred config application mechanismTejun Heo1-54/+20
2013-05-14blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()Tejun Heo1-3/+1
2012-12-06block: Rename queue dead flagBart Van Assche1-1/+1
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo1-6/+1
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-4/+3
2012-06-25block: allocate io_context upfrontTejun Heo1-3/+0
2012-05-23blkcg: tg_stats_alloc_lock is an irq lockTejun Heo1-4/+6
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-1/+1
2012-04-20blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo1-7/+6
2012-04-20blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo1-12/+25
2012-04-20blkcg: mass rename of blkcg APITejun Heo1-36/+36
2012-04-20blkcg: remove blkio_group->path[]Tejun Heo1-3/+6
2012-04-20blkcg: drop stuff unused after per-queue policy activation updateTejun Heo1-1/+1
2012-04-20blkcg: implement per-queue policy activationTejun Heo1-33/+19
2012-04-20blkcg: add request_queue->root_blkgTejun Heo1-6/+10
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-3/+1
2012-04-20blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()Tejun Heo1-3/+3
2012-04-01blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo1-8/+4
2012-04-01blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo1-12/+9
2012-04-01blkcg: move blkio_group_conf->iops and ->bps to blk-throttleTejun Heo1-95/+58
2012-04-01blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo1-15/+113
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo1-1/+30
2012-04-01blkcg: move statistics update code to policiesTejun Heo1-7/+30
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo1-29/+134
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo1-4/+3
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen1-1/+1
2012-03-06block: make blk-throttle preserve the issuing task on delayed biosTejun Heo1-0/+4
2012-03-06block: make block cgroup policies follow bio task associationTejun Heo1-1/+1
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo1-32/+1
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-6/+3
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo1-97/+2
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-26/+23
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo1-1/+3
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo1-54/+4
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo1-39/+40
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo1-3/+0
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo1-0/+3
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo1-49/+2
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo1-4/+4
2012-03-06blkcg: factor out blkio_group creationTejun Heo1-103/+52
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo1-9/+9
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo1-27/+23
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo1-9/+7