summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.h
AgeCommit message (Expand)Author
2024-01-04blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei
2023-11-17blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig
2023-02-14Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig
2023-01-29blk-cgroup: support to track if policy is onlineYu Kuai
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller
2022-05-02blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig
2022-05-02blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig
2022-05-02blk-cgroup: remove __bio_blkcgChristoph Hellwig
2022-03-14block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo
2014-09-08blkcg: remove blkcg->idTejun Heo
2014-06-22Revert "block: add __init to blkcg_policy_register"Jens Axboe
2014-06-22blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-06-10block: add __init to blkcg_policy_registerFabian Frederick
2014-05-16cgroup: remove css_parent()Tejun Heo
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo
2013-11-20Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo