summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-08block: fix q->blkg_list corruption during disk rebindMing Lei1-0/+2
2024-02-05block: move cgroup time handling code into blk.hJens Axboe1-0/+1
2024-01-05blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei1-1/+2
2023-11-17blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei1-2/+0
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-6/+6
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig1-1/+2
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-12/+0
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo1-4/+6
2023-04-07blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou1-1/+0
2023-04-07blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou1-1/+0
2023-02-15Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-5/+6
2023-02-15Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig1-10/+10
2023-02-15Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig1-2/+2
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig1-2/+2
2023-02-03blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig1-10/+10
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig1-2/+2
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig1-5/+4
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig1-6/+5
2023-01-30blk-cgroup: support to track if policy is onlineYu Kuai1-0/+1
2022-11-17blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long1-0/+10
2022-09-27blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig1-4/+4
2022-09-27blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig1-27/+12
2022-09-27blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig1-4/+4
2022-09-27blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig1-13/+0
2022-07-13blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak1-8/+4
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller1-1/+1
2022-05-02blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig1-17/+0
2022-05-02blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig1-0/+2
2022-05-02blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig1-3/+0
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-3/+64
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig1-0/+28
2022-05-02blk-cgroup: remove __bio_blkcgChristoph Hellwig1-23/+0
2022-03-15block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo1-0/+17
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-0/+477
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-603/+0
2014-09-08blkcg: remove blkcg->idTejun Heo1-3/+0
2014-06-23Revert "block: add __init to blkcg_policy_register"Jens Axboe1-2/+2
2014-06-23blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo1-10/+7
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-06-10block: add __init to blkcg_policy_registerFabian Frederick1-2/+2
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-04-04Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-5/+9
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-02-12cgroup: remove cgroup->nameTejun Heo1-4/+8
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-1/+1
2013-11-21Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo1-4/+4
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra1-0/+10
2013-08-09cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo1-1/+3
2013-08-09cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-16/+9
2013-08-09cgroup: add css_parent()Tejun Heo1-3/+1