aboutsummaryrefslogtreecommitdiff
path: root/block/bfq-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14block, bfq: replace 0/1 with false/true in bic apisGravatar Yu Kuai 1-4/+4
2022-12-14block, bfq: don't return bfqg from __bfq_bic_change_cgroup()Gravatar Yu Kuai 1-5/+3
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+11
2022-11-08block, bfq: fix null pointer dereference in bfq_bio_bfqg()Gravatar Yu Kuai 1-0/+4
2022-11-01block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupGravatar Yu Kuai 1-1/+1
2022-11-01block, bfq: record how many queues have pending requestsGravatar Yu Kuai 1-0/+10
2022-08-22block, bfq: remove unused functionsGravatar Yu Kuai 1-5/+0
2022-07-14block/bfq: Use the new blk_opf_t typeGravatar Bart Van Assche 1-13/+13
2022-06-27block: bfq: Fix kernel-doc headersGravatar Bart Van Assche 1-2/+4
2022-06-27block: bfq: Remove an unused function definitionGravatar Bart Van Assche 1-2/+0
2022-04-17bfq: Make sure bfqg for which we are queueing requests is onlineGravatar Jan Kara 1-3/+12
2022-04-17bfq: Get rid of __bio_blkcg() usageGravatar Jan Kara 1-40/+23
2022-04-17bfq: Track whether bfq_group is still onlineGravatar Jan Kara 1-1/+2
2022-04-17bfq: Split shared queues on move between cgroupsGravatar Jan Kara 1-3/+33
2022-02-18block, bfq: don't move oom_bfqqGravatar Yu Kuai 1-0/+6
2022-02-18block, bfq: avoid moving bfqq to it's parent bfqgGravatar Yu Kuai 1-1/+9
2021-10-19block, bfq: fix UAF problem in bfqg_stats_init()Gravatar Zheng Liang 1-5/+7
2021-10-18block: move elevator.h to block/Gravatar Christoph Hellwig 1-1/+1
2021-10-17block, bfq: reset last_bfqq_created on group changeGravatar Paolo Valente 1-0/+6
2021-03-25block, bfq: merge bursts of newly-created queuesGravatar Paolo Valente 1-0/+2
2020-08-18bfq: fix blkio cgroup leakage v4Gravatar Dmitry Monakhov 1-1/+1
2020-03-21block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offlineGravatar Paolo Valente 1-7/+13
2020-03-21block, bfq: make reparent_leaf_entity actually work only on leaf entitiesGravatar Paolo Valente 1-17/+31
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupGravatar Paolo Valente 1-4/+1
2020-03-21block, bfq: move forward the getting of an extra ref in bfq_bfqq_moveGravatar Paolo Valente 1-7/+7
2020-03-06block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Gravatar Carlo Nonato 1-4/+5
2020-02-03block, bfq: get a ref to a group when adding it to a service treeGravatar Paolo Valente 1-1/+1
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsGravatar Paolo Valente 1-0/+4
2020-02-03block, bfq: extend incomplete name of field on_stGravatar Paolo Valente 1-1/+1
2020-02-03block, bfq: get extra ref to prevent a queue from being freed during a group ...Gravatar Paolo Valente 1-0/+8
2019-12-05bfq-iosched: Ensure bio->bi_blkg is valid before using itGravatar Hou Tao 1-0/+3
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosGravatar Tejun Heo 1-12/+27
2019-11-07bfq-iosched: relocate bfqg_*rwstat*() helpersGravatar Tejun Heo 1-23/+23
2019-09-06bfq: Add per-device weightGravatar Fam Zheng 1-11/+84
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyGravatar Fam Zheng 1-28/+32
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Gravatar Tejun Heo 1-2/+3
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGGravatar Christoph Hellwig 1-14/+13
2019-06-20bfq-iosched: move bfq_stat_recursive_sum into the only callerGravatar Christoph Hellwig 1-43/+19
2019-06-20blk-cgroup: move struct blkg_stat to bfqGravatar Christoph Hellwig 1-37/+155
2019-06-20blk-cgroup: introduce a new struct blkg_rwstat_sampleGravatar Christoph Hellwig 1-6/+4
2019-06-20blk-cgroup: pass blkg_rwstat structures by referenceGravatar Christoph Hellwig 1-6/+9
2019-06-10cgroup/bfq: revert bfq.weight symlink changeGravatar Jens Axboe 1-4/+2
2019-06-07block, bfq: add weight symlink to the bfq.weight cgroup parameterGravatar Angelo Ruocco 1-2/+4
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsGravatar Christoph Hellwig 1-10/+1
2019-04-08block, bfq: fix some typos in commentsGravatar Angelo Ruocco 1-1/+1
2019-04-01block, bfq: do not merge queues on flash storage with queueingGravatar Paolo Valente 1-1/+2
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssGravatar Dennis Zhou 1-2/+2
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-1/+1
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-2/+2
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssGravatar Dennis Zhou (Facebook) 1-2/+2