aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/bfq-cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe1-7/+7
2023-04-13blkcg: Restructure blkg_conf_prep() and friendsTejun Heo1-3/+5
2023-04-06blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou1-8/+2
2023-04-06block, bfq: remove BFQ_WEIGHT_LEGACY_DFLChengming Zhou1-3/+1
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-50/+55
2023-02-14Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig1-3/+3
2023-02-14Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig1-2/+2
2023-02-07block, bfq: cleanup 'bfqg->online'Yu Kuai1-3/+1
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig1-2/+2
2023-02-03blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig1-3/+3
2023-02-03blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig1-1/+1
2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig1-3/+3
2023-01-29block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai1-1/+1
2023-01-29block, bfq: inject I/O to underutilized actuatorsDavide Zini1-1/+1
2023-01-29block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente1-42/+49
2023-01-15block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai1-5/+3
2022-12-14block, bfq: replace 0/1 with false/true in bic apisYu Kuai1-4/+4
2022-12-14block, bfq: don't return bfqg from __bfq_bic_change_cgroup()Yu Kuai1-5/+3
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+11
2022-11-08block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai1-0/+4
2022-11-01block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupYu Kuai1-1/+1
2022-11-01block, bfq: record how many queues have pending requestsYu Kuai1-0/+10
2022-08-22block, bfq: remove unused functionsYu Kuai1-5/+0
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche1-13/+13
2022-06-27block: bfq: Fix kernel-doc headersBart Van Assche1-2/+4
2022-06-27block: bfq: Remove an unused function definitionBart Van Assche1-2/+0
2022-04-17bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara1-3/+12
2022-04-17bfq: Get rid of __bio_blkcg() usageJan Kara1-40/+23
2022-04-17bfq: Track whether bfq_group is still onlineJan Kara1-1/+2
2022-04-17bfq: Split shared queues on move between cgroupsJan Kara1-3/+33
2022-02-18block, bfq: don't move oom_bfqqYu Kuai1-0/+6
2022-02-18block, bfq: avoid moving bfqq to it's parent bfqgYu Kuai1-1/+9
2021-10-19block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang1-5/+7
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+1
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente1-0/+6
2021-03-25block, bfq: merge bursts of newly-created queuesPaolo Valente1-0/+2
2020-08-18bfq: fix blkio cgroup leakage v4Dmitry Monakhov1-1/+1
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente1-7/+13
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente1-17/+31
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente1-4/+1
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente1-7/+7
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato1-4/+5
2020-02-03block, bfq: get a ref to a group when adding it to a service treePaolo Valente1-1/+1
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente1-0/+4
2020-02-03block, bfq: extend incomplete name of field on_stPaolo Valente1-1/+1
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group movePaolo Valente1-0/+8
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao1-0/+3
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo1-12/+27
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo1-23/+23
2019-09-06bfq: Add per-device weightFam Zheng1-11/+84