summaryrefslogtreecommitdiff
path: root/block/bfq-cgroup.c
AgeCommit message (Expand)Author
2023-01-29block, bfq: inject I/O to underutilized actuatorsDavide Zini
2023-01-29block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente
2023-01-15block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai
2022-12-14block, bfq: replace 0/1 with false/true in bic apisYu Kuai
2022-12-14block, bfq: don't return bfqg from __bfq_bic_change_cgroup()Yu Kuai
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-11-08block, bfq: fix null pointer dereference in bfq_bio_bfqg()Yu Kuai
2022-11-01block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupYu Kuai
2022-11-01block, bfq: record how many queues have pending requestsYu Kuai
2022-08-22block, bfq: remove unused functionsYu Kuai
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche
2022-06-27block: bfq: Fix kernel-doc headersBart Van Assche
2022-06-27block: bfq: Remove an unused function definitionBart Van Assche
2022-04-17bfq: Make sure bfqg for which we are queueing requests is onlineJan Kara
2022-04-17bfq: Get rid of __bio_blkcg() usageJan Kara
2022-04-17bfq: Track whether bfq_group is still onlineJan Kara
2022-04-17bfq: Split shared queues on move between cgroupsJan Kara
2022-02-18block, bfq: don't move oom_bfqqYu Kuai
2022-02-18block, bfq: avoid moving bfqq to it's parent bfqgYu Kuai
2021-10-19block, bfq: fix UAF problem in bfqg_stats_init()Zheng Liang
2021-10-18block: move elevator.h to block/Christoph Hellwig
2021-10-17block, bfq: reset last_bfqq_created on group changePaolo Valente
2021-03-25block, bfq: merge bursts of newly-created queuesPaolo Valente
2020-08-18bfq: fix blkio cgroup leakage v4Dmitry Monakhov
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlinePaolo Valente
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesPaolo Valente
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_movePaolo Valente
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato
2020-02-03block, bfq: get a ref to a group when adding it to a service treePaolo Valente
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente
2020-02-03block, bfq: extend incomplete name of field on_stPaolo Valente
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group ...Paolo Valente
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itHou Tao
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersTejun Heo
2019-09-06bfq: Add per-device weightFam Zheng
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig
2019-06-20bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe
2019-06-07block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig
2019-04-08block, bfq: fix some typos in commentsAngelo Ruocco
2019-04-01block, bfq: do not merge queues on flash storage with queueingPaolo Valente
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou