aboutsummaryrefslogtreecommitdiff
path: root/block/blk-throttle.c
AgeCommit message (Expand)Author
2012-12-06block: Rename queue dead flagBart Van Assche
2012-08-21workqueue: use mod_delayed_work() instead of __cancel + queueTejun Heo
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo
2012-06-25block: allocate io_context upfrontTejun Heo
2012-05-23blkcg: tg_stats_alloc_lock is an irq lockTejun Heo
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe
2012-04-20blkcg: collapse blkcg_policy_ops into blkcg_policyTejun Heo
2012-04-20blkcg: embed struct blkg_policy_data in policy specific dataTejun Heo
2012-04-20blkcg: mass rename of blkcg APITejun Heo
2012-04-20blkcg: remove blkio_group->path[]Tejun Heo
2012-04-20blkcg: drop stuff unused after per-queue policy activation updateTejun Heo
2012-04-20blkcg: implement per-queue policy activationTejun Heo
2012-04-20blkcg: add request_queue->root_blkgTejun Heo
2012-04-20blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo
2012-04-20blkcg: remove static policy ID enumsTejun Heo
2012-04-20blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo
2012-04-01blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo
2012-04-01blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo
2012-04-01blkcg: move blkio_group_conf->iops and ->bps to blk-throttleTejun Heo
2012-04-01blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo
2012-04-01blkcg: move statistics update code to policiesTejun Heo
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo
2012-03-30block: use lockdep_assert_held for queue lockingAndi Kleen
2012-03-06block: make blk-throttle preserve the issuing task on delayed biosTejun Heo
2012-03-06block: make block cgroup policies follow bio task associationTejun Heo
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo
2012-03-06blkcg: factor out blkio_group creationTejun Heo
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo
2011-12-14block: add blk_queue_dead()Tejun Heo
2011-10-25blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo