Commit Graph

175 Commits (38b4fe5fcc8690719339fb44afb330a75af08021)

Author SHA1 Message Date
Tejun Heo 36c38fb714 blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats() 11 years ago
Paul E. McKenney ec6c676a08 block: Substitute rcu_access_pointer() for rcu_dereference_raw() 11 years ago
Tejun Heo 924f0d9a20 cgroup: drop @skip_css from cgroup_taskset_for_each() 11 years ago
Tejun Heo 073219e995 cgroup: clean up cgroup_subsys names and initialization 11 years ago
Tejun Heo 3ed80a62bf cgroup: drop module support 11 years ago
Tejun Heo 577cee1e8d blkcg: relocate root_blkg setting and clearing 12 years ago
Tejun Heo bd8815a6d8 cgroup: make css_for_each_descendant() and friends include the origin css in the iteration 12 years ago
Tejun Heo d99c8727e7 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo 492eb21b98 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo 182446d087 cgroup: pass around cgroup_subsys_state instead of cgroup in file methods 12 years ago
Tejun Heo 2bb566cb68 cgroup: add subsys backlink pointer to cftype 12 years ago
Tejun Heo eb95419b02 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods 12 years ago
Tejun Heo 9138125bea blk-throttle: implement proper hierarchy support 12 years ago
Tejun Heo 2a4fd070ee blkcg: move bulk of blkcg_gq release operations to the RCU callback 12 years ago
Tejun Heo db61367038 blkcg: invoke blkcg_policy->pd_init() after parent is linked 12 years ago
Tejun Heo dd4a4ffc0a blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.h 12 years ago
Tejun Heo 2423c9c3f0 blkcg: fix error return path in blkg_create() 12 years ago
Jun'ichi Nomura e5072664f8 blkcg: fix "scheduling while atomic" in blk_queue_bypass_start 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Tejun Heo 810ecfa765 blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lock 12 years ago
Tejun Heo 16b3de6652 blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge() 12 years ago
Tejun Heo b50da39f51 blkcg: export __blkg_prfill_rwstat() 12 years ago
Tejun Heo f427d90964 blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online 12 years ago
Tejun Heo b276a876a0 blkcg: add blkg_policy_data->plid 12 years ago
Tejun Heo e71357e118 cfq-iosched: add leaf_weight 12 years ago
Tejun Heo 3c54786590 blkcg: make blkcg_gq's hierarchical 12 years ago
Tejun Heo 93e6d5d8f5 blkcg: cosmetic updates to blkg_create() 12 years ago
Tejun Heo 86cde6b623 blkcg: reorganize blkg_lookup_create() and friends 12 years ago
Tejun Heo 356d2e5810 blkcg: fix minor bug in blkg_alloc() 12 years ago
Bart Van Assche 3f3299d5c0 block: Rename queue dead flag 12 years ago
Tejun Heo 92fb97487a cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() 12 years ago
Tejun Heo bcf6de1b91 cgroup: make ->pre_destroy() return void 12 years ago
Jun'ichi Nomura 65c77fd9e8 blkcg: stop iteration early if root_rl is the only request list 12 years ago
Jun'ichi Nomura 65635cbc37 blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkg 12 years ago
Tejun Heo 8c7f6edbda cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them 13 years ago
Tejun Heo a051661ca6 blkcg: implement per-blkg request allocation 13 years ago
Tejun Heo b1208b56f3 blkcg: inline bio_blkcg() and friends 13 years ago
Tejun Heo 159749937a blkcg: make root blkcg allocation use %GFP_KERNEL 13 years ago
Tejun Heo 13589864be blkcg: __blkg_lookup_create() doesn't need radix preload 13 years ago
Tejun Heo 27e1f9d1cc blkcg: drop local variable @q from blkg_destroy() 13 years ago
Tejun Heo 9b2ea86bc9 blkcg: fix blkg_alloc() failure path 13 years ago
Tejun Heo a637120e49 blkcg: use radix tree to index blkgs from blkcg 13 years ago
Tejun Heo 496fb7806d blkcg: fix blkcg->css ref leak in __blkg_lookup_create() 13 years ago
Tejun Heo f9fcc2d391 blkcg: collapse blkcg_policy_ops into blkcg_policy 13 years ago
Tejun Heo f95a04afa8 blkcg: embed struct blkg_policy_data in policy specific data 13 years ago
Tejun Heo 3c798398e3 blkcg: mass rename of blkcg API 13 years ago
Tejun Heo 54e7ed12ba blkcg: remove blkio_group->path[] 13 years ago
Tejun Heo 6d18b008da blkcg: shoot down blkgs if all policies are deactivated 13 years ago
Tejun Heo 3c96cb32d3 blkcg: drop stuff unused after per-queue policy activation update 13 years ago
Tejun Heo a2b1693bac blkcg: implement per-queue policy activation 13 years ago