| Commit message (Expand) | Author | Age | Files | Lines |
* | block, bfq: fix uaf for bfqq in bic_set_bfqq() | Yu Kuai | 2023-01-29 | 1 | -1/+1 |
* | block, bfq: switch 'bfqg->ref' to use atomic refcount apis | Yu Kuai | 2023-01-15 | 1 | -5/+3 |
* | block, bfq: replace 0/1 with false/true in bic apis | Yu Kuai | 2022-12-14 | 1 | -4/+4 |
* | block, bfq: don't return bfqg from __bfq_bic_change_cgroup() | Yu Kuai | 2022-12-14 | 1 | -5/+3 |
* | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 2022-12-13 | 1 | -1/+11 |
|\ |
|
| * | block, bfq: don't declare 'bfqd' as type 'void *' in bfq_group | Yu Kuai | 2022-11-01 | 1 | -1/+1 |
| * | block, bfq: record how many queues have pending requests | Yu Kuai | 2022-11-01 | 1 | -0/+10 |
* | | block, bfq: fix null pointer dereference in bfq_bio_bfqg() | Yu Kuai | 2022-11-08 | 1 | -0/+4 |
|/ |
|
* | block, bfq: remove unused functions | Yu Kuai | 2022-08-22 | 1 | -5/+0 |
* | block/bfq: Use the new blk_opf_t type | Bart Van Assche | 2022-07-14 | 1 | -13/+13 |
* | block: bfq: Fix kernel-doc headers | Bart Van Assche | 2022-06-27 | 1 | -2/+4 |
* | block: bfq: Remove an unused function definition | Bart Van Assche | 2022-06-27 | 1 | -2/+0 |
* | bfq: Make sure bfqg for which we are queueing requests is online | Jan Kara | 2022-04-17 | 1 | -3/+12 |
* | bfq: Get rid of __bio_blkcg() usage | Jan Kara | 2022-04-17 | 1 | -40/+23 |
* | bfq: Track whether bfq_group is still online | Jan Kara | 2022-04-17 | 1 | -1/+2 |
* | bfq: Split shared queues on move between cgroups | Jan Kara | 2022-04-17 | 1 | -3/+33 |
* | block, bfq: don't move oom_bfqq | Yu Kuai | 2022-02-18 | 1 | -0/+6 |
* | block, bfq: avoid moving bfqq to it's parent bfqg | Yu Kuai | 2022-02-18 | 1 | -1/+9 |
* | block, bfq: fix UAF problem in bfqg_stats_init() | Zheng Liang | 2021-10-19 | 1 | -5/+7 |
* | block: move elevator.h to block/ | Christoph Hellwig | 2021-10-18 | 1 | -1/+1 |
* | block, bfq: reset last_bfqq_created on group change | Paolo Valente | 2021-10-17 | 1 | -0/+6 |
* | block, bfq: merge bursts of newly-created queues | Paolo Valente | 2021-03-25 | 1 | -0/+2 |
* | bfq: fix blkio cgroup leakage v4 | Dmitry Monakhov | 2020-08-18 | 1 | -1/+1 |
* | block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline | Paolo Valente | 2020-03-21 | 1 | -7/+13 |
* | block, bfq: make reparent_leaf_entity actually work only on leaf entities | Paolo Valente | 2020-03-21 | 1 | -17/+31 |
* | block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup | Paolo Valente | 2020-03-21 | 1 | -4/+1 |
* | block, bfq: move forward the getting of an extra ref in bfq_bfqq_move | Paolo Valente | 2020-03-21 | 1 | -7/+7 |
* | block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group() | Carlo Nonato | 2020-03-06 | 1 | -4/+5 |
* | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente | 2020-02-03 | 1 | -1/+1 |
* | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente | 2020-02-03 | 1 | -0/+4 |
* | block, bfq: extend incomplete name of field on_st | Paolo Valente | 2020-02-03 | 1 | -1/+1 |
* | block, bfq: get extra ref to prevent a queue from being freed during a group ... | Paolo Valente | 2020-02-03 | 1 | -0/+8 |
* | bfq-iosched: Ensure bio->bi_blkg is valid before using it | Hou Tao | 2019-12-05 | 1 | -0/+3 |
* | bfq-iosched: stop using blkg->stat_bytes and ->stat_ios | Tejun Heo | 2019-11-07 | 1 | -12/+27 |
* | bfq-iosched: relocate bfqg_*rwstat*() helpers | Tejun Heo | 2019-11-07 | 1 | -23/+23 |
* | bfq: Add per-device weight | Fam Zheng | 2019-09-06 | 1 | -11/+84 |
* | bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacy | Fam Zheng | 2019-09-06 | 1 | -28/+32 |
* | blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() | Tejun Heo | 2019-08-28 | 1 | -2/+3 |
* | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG | Christoph Hellwig | 2019-06-20 | 1 | -14/+13 |
* | bfq-iosched: move bfq_stat_recursive_sum into the only caller | Christoph Hellwig | 2019-06-20 | 1 | -43/+19 |
* | blk-cgroup: move struct blkg_stat to bfq | Christoph Hellwig | 2019-06-20 | 1 | -37/+155 |
* | blk-cgroup: introduce a new struct blkg_rwstat_sample | Christoph Hellwig | 2019-06-20 | 1 | -6/+4 |
* | blk-cgroup: pass blkg_rwstat structures by reference | Christoph Hellwig | 2019-06-20 | 1 | -6/+9 |
* | cgroup/bfq: revert bfq.weight symlink change | Jens Axboe | 2019-06-10 | 1 | -4/+2 |
* | block, bfq: add weight symlink to the bfq.weight cgroup parameter | Angelo Ruocco | 2019-06-07 | 1 | -2/+4 |
* | block: switch all files cleared marked as GPLv2 or later to SPDX tags | Christoph Hellwig | 2019-04-30 | 1 | -10/+1 |
* | block, bfq: fix some typos in comments | Angelo Ruocco | 2019-04-08 | 1 | -1/+1 |
* | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 2019-04-01 | 1 | -1/+2 |
* | blkcg: fix ref count issue with bio_blkcg() using task_css | Dennis Zhou | 2018-12-07 | 1 | -2/+2 |
* | block: remove the queue_lock indirection | Christoph Hellwig | 2018-11-15 | 1 | -1/+1 |