aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk-cgroup.h
AgeCommit message (Expand)Author
2016-06-24blkcg: fix incorrect read/write sync/async stat accountingTejun Heo
2016-06-08blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo
2016-06-08blkcg: implement interface for the unified hierarchyTejun Heo
2016-06-08blkcg: misc preparations for unified hierarchy interfaceTejun Heo
2016-06-08blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo
2016-06-08blkcg: mark existing cftypes as legacyTejun Heo
2016-06-08blkcg: rename subsystem name from blkio to ioTejun Heo
2016-06-08blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo
2016-06-08blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo
2016-06-08blkcg: make blkcg_[rw]stat per-cpuTejun Heo
2016-06-08blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo
2016-06-08blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo
2016-06-08blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo
2016-06-08blkcg: inline [__]blkg_lookup()Tejun Heo
2016-06-08blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo
2016-06-08blkcg: minor updates around blkcg_policy_dataTejun Heo
2016-06-08blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo
2016-06-08blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo
2016-06-08blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo
2016-06-08blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo
2016-06-08blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo
2016-06-06blkcg: fix blkcg_policy_data allocation bugTejun Heo
2016-06-06blkcg: implement all_blkcgs listTejun Heo
2016-06-06block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini
2016-06-03blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar
2016-03-01writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Tejun Heo
2016-03-01writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2016-03-01blkcg: implement task_get_blkcg_css()Tejun Heo
2016-03-01blkcg: add blkcg_root_cssTejun Heo
2016-03-01update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.hTejun Heo
2016-03-01blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo