aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2023-09-13blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-25blk-throttle: Fix io statistics for cgroup v1Jinke Han
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei
2023-06-11blk-cgroup: Flush stats before releasing blkcg_gqMing Lei
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su
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-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig
2023-04-13blk-iolatency: Make initialization lazyTejun Heo
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo
2023-04-13blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun 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-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
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-09Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"Christoph Hellwig
2023-02-07block, bfq: cleanup 'bfqg->online'Yu Kuai
2023-02-06blk-cgroup: fix freeing NULL blkg in blkg_createChristoph 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: store a gendisk to throttle in struct task_structChristoph Hellwig
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig
2023-02-03blk-cgroup: remove the !bdi->dev check in blkg_dev_nameChristoph Hellwig
2023-02-03blk-cgroup: simplify blkg freeing from initialization failure pathsChristoph Hellwig
2023-02-03blk-cgroup: improve error unwinding in blkg_allocChristoph Hellwig
2023-02-01blk-cgroup: don't update io stat for root cgroupMing Lei
2023-01-29blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai
2023-01-29blk-cgroup: support to track if policy is onlineYu Kuai
2023-01-29blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai
2023-01-16blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai
2022-12-14blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-08blk-cgroup: Fix typo in commentKemeng Shi
2022-12-01blk-cgroup: Fix some kernel-doc commentsYang Li
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long
2022-11-16blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error pathWaiman Long
2022-11-14blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason