summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-15block: skip blkcg walk in blk_cgroup_congested() when nothing throttledUsama Arif1-4/+21
2026-06-24blk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()Yu Kuai1-3/+3
2026-06-24blk-cgroup: delay freeing policy data after rcu grace periodYu Kuai1-0/+2
2026-06-05block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()Bart Van Assche1-4/+0
2026-06-05block/cgroup: Improve lock context annotationsBart Van Assche1-5/+10
2026-06-05block/cgroup: Split blkg_conf_exit()Bart Van Assche1-2/+4
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai1-6/+0
2025-09-10block: cleanup bio_issueYu Kuai1-1/+1
2025-09-08blk-throttle: fix access race during throttle policy activationHan Guangjiang1-0/+6
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff1-0/+2
2025-01-13blk-cgroup: fix kernel-doc warnings in header fileRandy Dunlap1-4/+6
2024-08-16blk-cgroup: Remove unused declaration blkg_path()Yue Haibing1-1/+0
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng1-4/+6
2024-06-18block, bfq: remove blkg_path()Yu Kuai1-13/+0
2024-04-07block: 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-04blk-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-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou1-1/+0
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou1-1/+0
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-5/+6
2023-02-14Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig1-10/+10
2023-02-14Revert "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-29blk-cgroup: support to track if policy is onlineYu Kuai1-0/+1
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long1-0/+10
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig1-4/+4
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig1-27/+12
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig1-4/+4
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig1-13/+0
2022-07-12blk-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-14block: 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