summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
...
* blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo2012-04-011-6/+6
* blkcg: move statistics update code to policiesTejun Heo2012-04-011-94/+0Star
* blkcg: move conf/stat file handling code to policiesTejun Heo2012-04-011-15/+0Star
* blkcg: implement blkio_policy_type->cftypesTejun Heo2012-04-011-0/+1
* blkcg: export conf/stat helpers to prepare for reorganizationTejun Heo2012-04-011-0/+27
* blkcg: restructure blkio_group configruation settingTejun Heo2012-04-011-13/+0Star
* blkcg: restructure configuration printingTejun Heo2012-04-011-2/+1Star
* blkcg: restructure statistics printingTejun Heo2012-04-011-56/+4Star
* blkcg: introduce blkg_stat and blkg_rwstatTejun Heo2012-04-011-45/+166
* blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcountersTejun Heo2012-04-011-3/+6
* blkcg: remove unused @pol and @plid parametersTejun Heo2012-04-011-6/+2Star
* blkcg: add blkcg->idTejun Heo2012-03-201-0/+3
* blkcg: remove blkio_group->stats_lockTejun Heo2012-03-201-2/+1Star
* blkcg: restructure blkio_get_stat()Tejun Heo2012-03-201-1/+5
* blkcg: simplify stat resetTejun Heo2012-03-201-2/+12
* blkcg: don't use percpu for merged statsTejun Heo2012-03-201-3/+3
* blkcg: alloc per cpu stats from worker thread in a delayed mannerVivek Goyal2012-03-201-0/+2
* block: make block cgroup policies follow bio task associationTejun Heo2012-03-061-2/+2
* blkcg: drop unnecessary RCU lockingTejun Heo2012-03-061-2/+2
* blkcg: use double locking instead of RCU for blkg synchronizationTejun Heo2012-03-061-4/+0Star
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-8/+7Star
* blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-061-10/+5Star
* blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-061-0/+1
* blkcg: don't use blkg->plid in stat related functionsTejun Heo2012-03-061-30/+50
* blkcg: make blkg->pd an array and move configuration and stats into itTejun Heo2012-03-061-9/+9
* blkcg: move refcnt to blkcg coreTejun Heo2012-03-061-0/+35
* blkcg: let blkcg core handle policy private data allocationTejun Heo2012-03-061-3/+50
* blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-0/+7
* blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo2012-03-061-1/+1
* blkcg: kill the mind-bending blkg->devTejun Heo2012-03-061-2/+0Star
* blkcg: kill blkio_policy_nodeTejun Heo2012-03-061-32/+0Star
* blkcg: don't allow or retain configuration of missing devicesTejun Heo2012-03-061-0/+9
* blkcg: factor out blkio_group creationTejun Heo2012-03-061-15/+15
* blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo2012-03-061-0/+2
* blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo2012-03-061-10/+12
* blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-061-1/+4
* blkcg: make CONFIG_BLK_CGROUP boolTejun Heo2012-03-061-8/+2Star
* block: fix a typo in the blk-cgroup.h fileJie Liu2011-10-241-1/+1
* cfq-iosched: Make IO merge related stats per cpuVivek Goyal2011-05-231-2/+2
* blk-cgroup: Make 64bit per cpu stats safe on 32bit archVivek Goyal2011-05-201-0/+2
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-201-6/+21
* blk-cgroup: move some fields of unaccounted_time file under right config optionVivek Goyal2011-05-201-3/+4
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-161-0/+3
* blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest2011-03-121-2/+10
* blk-cgroup: Lower minimum weight from 100 to 10.Justin TerAvest2011-03-081-1/+1
* blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2010-10-011-0/+3
* blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal2010-10-011-10/+11
* blk-cgroup: cgroup changes for IOPS limit supportVivek Goyal2010-09-161-0/+13
* blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal2010-09-161-1/+29
* blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal2010-09-161-2/+34