summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* blkcg: drop stuff unused after per-queue policy activation updateTejun Heo2012-04-201-41/+20
* blkcg: implement per-queue policy activationTejun Heo2012-04-201-74/+154
* blkcg: make sure blkg_lookup() returns %NULL if @q is bypassingTejun Heo2012-04-201-17/+33
* blkcg: make blkg_conf_prep() take @pol and return with queue lock heldTejun Heo2012-04-201-7/+10
* blkcg: remove static policy ID enumsTejun Heo2012-04-201-15/+44
* blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blk...Tejun Heo2012-04-201-10/+11
* blkcg: kill blkio_list and replace blkio_list_lock with a mutexTejun Heo2012-04-201-15/+17
* blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo2012-04-011-28/+20
* blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo2012-04-011-18/+15
* blkcg: move blkio_group_conf->weight to cfqTejun Heo2012-04-011-2/+2
* blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo2012-04-011-97/+1
* blkcg: move blkio_group_stats to cfq-iosched.cTejun Heo2012-04-011-21/+2
* blkcg: add blkio_policy_ops operations for exit and stat resetTejun Heo2012-04-011-4/+12
* blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo2012-04-011-61/+2
* blkcg: move statistics update code to policiesTejun Heo2012-04-011-245/+0
* blkcg: move conf/stat file handling code to policiesTejun Heo2012-04-011-373/+0
* blkcg: implement blkio_policy_type->cftypesTejun Heo2012-04-011-0/+6
* blkcg: export conf/stat helpers to prepare for reorganizationTejun Heo2012-04-011-27/+25
* blkcg: simplify blkg_conf_prep()Tejun Heo2012-04-011-54/+10
* blkcg: restructure blkio_group configruation settingTejun Heo2012-04-011-127/+147
* blkcg: restructure configuration printingTejun Heo2012-04-011-102/+54
* blkcg: drop blkiocg_file_write_u64()Tejun Heo2012-04-011-28/+7
* blkcg: restructure statistics printingTejun Heo2012-04-011-318/+239
* blkcg: introduce blkg_stat and blkg_rwstatTejun Heo2012-04-011-162/+127
* blkcg: remove unused @pol and @plid parametersTejun Heo2012-04-011-2/+1
* Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-011-34/+17
|\
| * cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-7/+2
| * cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-22/+16
| * Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-201-14/+8
| |\
| | * cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-14/+8
* | | blkcg: change a spin_lock() to spin_lock_irq()Dan Carpenter2012-03-291-1/+1
* | | block: remove ioc_*_changed()Tejun Heo2012-03-201-19/+0
* | | blkcg: add blkcg->idTejun Heo2012-03-201-0/+3
* | | blkcg: remove blkio_group->stats_lockTejun Heo2012-03-201-107/+102
* | | blkcg: restructure blkio_get_stat()Tejun Heo2012-03-201-49/+51
* | | blkcg: simplify stat resetTejun Heo2012-03-201-55/+25
* | | blkcg: don't use percpu for merged statsTejun Heo2012-03-201-20/+6
* | | blkcg: alloc per cpu stats from worker thread in a delayed mannerVivek Goyal2012-03-201-40/+89
* | | block: make block cgroup policies follow bio task associationTejun Heo2012-03-061-2/+9
* | | blkcg: drop unnecessary RCU lockingTejun Heo2012-03-061-15/+9
* | | blkcg: use double locking instead of RCU for blkg synchronizationTejun Heo2012-03-061-85/+51
* | | blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-87/+137
* | | blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-061-16/+56
* | | blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-061-0/+2
* | | blkcg: don't use blkg->plid in stat related functionsTejun Heo2012-03-061-65/+85
* | | blkcg: make blkg->pd an array and move configuration and stats into itTejun Heo2012-03-061-57/+93
* | | blkcg: move refcnt to blkcg coreTejun Heo2012-03-061-0/+24
* | | blkcg: let blkcg core handle policy private data allocationTejun Heo2012-03-061-19/+67
* | | blkcg: clear all request_queues on blkcg policy [un]registrationsTejun Heo2012-03-061-1/+47
* | | blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-0/+42