summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix q->blkg_list corruption during disk rebindMing Lei2024-04-071-3/+6
* block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-1/+1
* block: Correct a documentation comment in blk-cgroup.cNicky Chorley2024-01-151-1/+1
* blk-cgroup: don't use removal safe list iteratorsDaniel Vacek2024-01-041-2/+2
* block: skip cgroups for passthrough ioKundan Kumar2023-12-181-0/+3
* blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei2023-11-171-0/+13
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-14/+18
|\
| * blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo2023-08-171-14/+18
* | blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei2023-08-181-0/+2
|/
* Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe2023-06-281-2/+4
|\
| * blk-throttle: Fix io statistics for cgroup v1Jinke Han2023-06-251-2/+4
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-0/+14
|\|
| * blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long2023-06-071-0/+5
| * block/rq_qos: protect rq_qos apis with a new lockYu Kuai2023-05-231-0/+9
* | block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei2023-06-221-2/+3
* | blk-cgroup: Flush stats before releasing blkcg_gqMing Lei2023-06-111-9/+31
|/
* Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-0/+3
|\
| * block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su2023-04-281-0/+3
* | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-261-78/+69
|\|
| * blk-iolatency: Make initialization lazyTejun Heo2023-04-131-8/+0
| * blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-131-38/+67
| * blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo2023-04-131-9/+4
| * blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou2023-04-061-4/+0
| * blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou2023-04-061-21/+0
* | block: make blkcg_punt_bio_submit optionalChristoph Hellwig2023-04-171-35/+42
* | block: async_bio_lock does not need to be bh-safeChristoph Hellwig2023-04-171-4/+4
* | btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig2023-04-171-14/+17
|/
* Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-59/+91
|\
| * Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-141-17/+18
| * Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig2023-02-141-8/+8
| * Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-141-33/+33
| * Revert "blk-cgroup: simplify blkg freeing from initialization failure paths"Christoph Hellwig2023-02-091-7/+20
| * block, bfq: cleanup 'bfqg->online'Yu Kuai2023-02-071-1/+1
| * blk-cgroup: fix freeing NULL blkg in blkg_createChristoph Hellwig2023-02-061-1/+2
| * blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig2023-02-031-33/+33
| * blk-cgroup: pass a gendisk to blkg_lookupChristoph Hellwig2023-02-031-8/+8
| * blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig2023-02-031-5/+5
| * blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig2023-02-031-10/+11
| * blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig2023-02-031-17/+15
| * blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig2023-02-031-18/+17
| * blk-cgroup: remove the !bdi->dev check in blkg_dev_nameChristoph Hellwig2023-02-031-1/+1
| * blk-cgroup: simplify blkg freeing from initialization failure pathsChristoph Hellwig2023-02-031-20/+7
| * blk-cgroup: improve error unwinding in blkg_allocChristoph Hellwig2023-02-031-20/+19
| * blk-cgroup: synchronize pd_free_fn() from blkg_free_workfn() and blkcg_deacti...Yu Kuai2023-01-291-6/+29
| * blk-cgroup: support to track if policy is onlineYu Kuai2023-01-291-7/+17
| * blk-cgroup: dropping parent refcount after pd_free_fn() is doneYu Kuai2023-01-291-2/+2
* | blk-cgroup: don't update io stat for root cgroupMing Lei2023-02-011-0/+4
|/
* blk-cgroup: fix missing pd_online_fn() while activating policyYu Kuai2023-01-161-0/+4
* blk-iolatency: Fix memory leak on add_disk() failuresTejun Heo2022-12-141-0/+2
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-17/+77
|\