summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.h
Commit message (Expand)AuthorAgeFilesLines
* block: fix q->blkg_list corruption during disk rebindMing Lei2024-04-071-0/+2
* block: move cgroup time handling code into blk.hJens Axboe2024-02-051-0/+1
* blk-cgroup: fix rcu lockdep warning in blkg_lookup()Ming Lei2024-01-041-1/+2
* blk-cgroup: avoid to warn !rcu_read_lock_held() in blkg_lookup()Ming Lei2023-11-171-2/+0
* Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-6/+6
|\
| * blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-131-4/+6
| * blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou2023-04-061-1/+0
| * blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou2023-04-061-1/+0
* | block: make blkcg_punt_bio_submit optionalChristoph Hellwig2023-04-171-1/+2
* | btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-171-12/+0
|/
* Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-141-5/+6
* Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig2023-02-141-10/+10
* Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-141-2/+2
* blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig2023-02-031-2/+2
* blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig2023-02-031-10/+10
* blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig2023-02-031-2/+2
* blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig2023-02-031-5/+4
* blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig2023-02-031-6/+5
* blk-cgroup: support to track if policy is onlineYu Kuai2023-01-291-0/+1
* blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long2022-11-161-0/+10
* blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig2022-09-261-4/+4
* blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig2022-09-261-27/+12
* blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig2022-09-261-4/+4
* blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig2022-09-261-13/+0
* blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak2022-07-121-8/+4
* blk-cgroup: always terminate io.stat linesWolfgang Bumiller2022-05-171-1/+1
* blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig2022-05-021-17/+0
* blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h>Christoph Hellwig2022-05-021-0/+2
* blk-cgroup: remove pointless CONFIG_BLOCK ifdefsChristoph Hellwig2022-05-021-3/+0
* blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig2022-05-021-3/+64
* blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig2022-05-021-0/+28
* blk-cgroup: remove __bio_blkcgChristoph Hellwig2022-05-021-23/+0
* block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo2022-03-141-0/+17
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-0/+477
* blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-021-603/+0
* blkcg: remove blkcg->idTejun Heo2014-09-081-3/+0
* Revert "block: add __init to blkcg_policy_register"Jens Axboe2014-06-221-2/+2
* blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2014-06-221-10/+7
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-111-2/+2
|\
| * block: add __init to blkcg_policy_registerFabian Frederick2014-06-101-2/+2
* | cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-5/+9
|\
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-4/+8
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-1/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-4/+4
|/
* Update of blkg_stat and blkg_rwstat may happen in bh context.Hong Zhiguo2013-11-201-4/+4
* block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra2013-11-131-0/+10
* cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-1/+3
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-16/+9
* cgroup: add css_parent()Tejun Heo2013-08-081-3/+1