summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-10/+63
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+6
2025-03-19block: correct locking order for protecting blk-wbt parametersNilay Shroff1-0/+51
2025-03-18blk-cgroup: improve policy registration error handlingChen Linxuan1-10/+12
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný1-2/+5
2025-03-11cgroup/blkio: Add deprecation messages to reset_statsMichal Koutný1-0/+1
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-4/+6
2025-01-10blk-cgroup: Fix class @block_class's subsystem refcount leakageZijun Hu1-0/+1
2024-12-10blk-cgroup: Fix UAF in blkcg_unpin_online()Tejun Heo1-1/+5
2024-07-28blk-ioprio: remove per-disk structureYu Kuai1-8/+0
2024-07-28blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()Yu Kuai1-2/+13
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng1-3/+4
2024-05-15blk-cgroup: Properly propagate the iostat update up the hierarchyWaiman Long1-1/+18
2024-05-15blk-cgroup: fix list corruption from reorder of WRITE ->lqueuedMing Lei1-0/+10
2024-05-15blk-cgroup: fix list corruption from resetting io statMing Lei1-23/+35
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-8/+1
2024-05-09blk-throttle: delay initialization until configurationYu Kuai1-6/+0
2024-04-07block: fix q->blkg_list corruption during disk rebindMing Lei1-3/+6
2024-04-01blk-cgroup: use bio_list_merge_initChristoph Hellwig1-2/+1
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-1/+1
2024-01-15block: Correct a documentation comment in blk-cgroup.cNicky Chorley1-1/+1
2024-01-04blk-cgroup: don't use removal safe list iteratorsDaniel Vacek1-2/+2
2023-12-18block: skip cgroups for passthrough ioKundan Kumar1-0/+3
2023-11-17blk-cgroup: bypass blkcg_deactivate_policy after destroyingMing Lei1-0/+13
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-14/+18
2023-08-18blk-cgroup: hold queue_lock when removing blkg->q_nodeMing Lei1-0/+2
2023-08-17blk-cgroup: Fix NULL deref caused by blkg_policy_data being installed before ...Tejun Heo1-14/+18
2023-06-28Merge branch 'for-6.5/block-late' into block-6.5Jens Axboe1-2/+4
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-0/+14
2023-06-25blk-throttle: Fix io statistics for cgroup v1Jinke Han1-2/+4
2023-06-22block: make sure local irq is disabled when calling __blkcg_rstat_flushMing Lei1-2/+3
2023-06-11blk-cgroup: Flush stats before releasing blkcg_gqMing Lei1-9/+31
2023-06-07blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long1-0/+5
2023-05-23block/rq_qos: protect rq_qos apis with a new lockYu Kuai1-0/+9
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2023-04-28block: Skip destroyed blkg when restart in blkg_destroy_all()Tao Su1-0/+3
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-78/+69
2023-04-17block: make blkcg_punt_bio_submit optionalChristoph Hellwig1-35/+42
2023-04-17block: async_bio_lock does not need to be bh-safeChristoph Hellwig1-4/+4
2023-04-17btrfs, block: move REQ_CGROUP_PUNT to btrfsChristoph Hellwig1-14/+17
2023-04-13blk-iolatency: Make initialization lazyTejun Heo1-8/+0
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo1-38/+67
2023-04-13blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()Tejun Heo1-9/+4
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou1-4/+0
2023-04-06blk-cgroup: delete cpd_bind_fn of blkcg_policyChengming Zhou1-21/+0
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-59/+91
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-17/+18
2023-02-14Revert "blk-cgroup: pass a gendisk to blkg_lookup"Christoph Hellwig1-8/+8
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig1-33/+33