summaryrefslogtreecommitdiffstats
path: root/block/bfq-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* block: add blk_time_get_ns() and blk_time_get() helpersJens Axboe2024-02-051-7/+7
* blkcg: Restructure blkg_conf_prep() and friendsTejun Heo2023-04-131-3/+5
* blk-cgroup: delete cpd_init_fn of blkcg_policyChengming Zhou2023-04-061-8/+2
* block, bfq: remove BFQ_WEIGHT_LEGACY_DFLChengming Zhou2023-04-061-3/+1
* Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-50/+55
|\
| * Revert "blk-cgroup: pin the gendisk in struct blkcg_gq"Christoph Hellwig2023-02-141-3/+3
| * Revert "blk-cgroup: move the cgroup information to struct gendisk"Christoph Hellwig2023-02-141-2/+2
| * block, bfq: cleanup 'bfqg->online'Yu Kuai2023-02-071-3/+1
| * blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig2023-02-031-2/+2
| * blk-cgroup: pass a gendisk to pd_alloc_fnChristoph Hellwig2023-02-031-3/+3
| * blk-cgroup: pass a gendisk to blkcg_{de,}activate_policyChristoph Hellwig2023-02-031-1/+1
| * blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig2023-02-031-3/+3
| * block, bfq: inject I/O to underutilized actuatorsDavide Zini2023-01-291-1/+1
| * block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente2023-01-291-42/+49
* | block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai2023-01-291-1/+1
|/
* block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai2023-01-151-5/+3
* block, bfq: replace 0/1 with false/true in bic apisYu Kuai2022-12-141-4/+4
* block, bfq: don't return bfqg from __bfq_bic_change_cgroup()Yu Kuai2022-12-141-5/+3
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-1/+11
|\
| * block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupYu Kuai2022-11-011-1/+1
| * block, bfq: record how many queues have pending requestsYu Kuai2022-11-011-0/+10
* | block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai2022-11-081-0/+4
|/
* block, bfq: remove unused functionsYu Kuai2022-08-221-5/+0
* block/bfq: Use the new blk_opf_t typeBart Van Assche2022-07-141-13/+13
* block: bfq: Fix kernel-doc headersBart Van Assche2022-06-271-2/+4
* block: bfq: Remove an unused function definitionBart Van Assche2022-06-271-2/+0
* bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara2022-04-171-3/+12
* bfq: Get rid of __bio_blkcg() usageJan Kara2022-04-171-40/+23
* bfq: Track whether bfq_group is still onlineJan Kara2022-04-171-1/+2
* bfq: Split shared queues on move between cgroupsJan Kara2022-04-171-3/+33
* block, bfq: don't move oom_bfqqYu Kuai2022-02-181-0/+6
* block, bfq: avoid moving bfqq to it's parent bfqgYu Kuai2022-02-181-1/+9
* block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang2021-10-191-5/+7
* block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+1
* block, bfq: reset last_bfqq_created on group changePaolo Valente2021-10-171-0/+6
* block, bfq: merge bursts of newly-created queuesPaolo Valente2021-03-251-0/+2
* bfq: fix blkio cgroup leakage v4Dmitry Monakhov2020-08-181-1/+1
* block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente2020-03-211-7/+13
* block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente2020-03-211-17/+31
* block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente2020-03-211-4/+1
* block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente2020-03-211-7/+7
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-061-4/+5
* block, bfq: get a ref to a group when adding it to a service treePaolo Valente2020-02-031-1/+1
* block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente2020-02-031-0/+4
* block, bfq: extend incomplete name of field on_stPaolo Valente2020-02-031-1/+1
* block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente2020-02-031-0/+8
* bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao2019-12-051-0/+3
* bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo2019-11-071-12/+27
* bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo2019-11-071-23/+23
* bfq: Add per-device weightFam Zheng2019-09-061-11/+84