Age | Commit message (Expand) | Author | Files | Lines |
2022-10-20 | block, bfq: remove unused variable for bfq_queue | Yuwei Guan | 1 | -4/+0 |
2022-08-22 | block, bfq: remove useless parameter for bfq_add/del_bfqq_busy() | Yu Kuai | 1 | -3/+2 |
2022-08-22 | block, bfq: remove unused functions | Yu Kuai | 1 | -5/+8 |
2022-07-14 | block/bfq: Use the new blk_opf_t type | Bart Van Assche | 1 | -4/+4 |
2022-05-19 | bfq: Relax waker detection for shared queues | Jan Kara | 1 | -0/+1 |
2022-05-02 | blktrace: cleanup the __trace_note_message interface | Christoph Hellwig | 1 | -2/+2 |
2022-04-18 | bfq: Get rid of __bio_blkcg() usage | Jan Kara | 1 | -2/+1 |
2022-04-18 | bfq: Track whether bfq_group is still online | Jan Kara | 1 | -0/+2 |
2022-04-18 | bfq: Split shared queues on move between cgroups | Jan Kara | 1 | -0/+1 |
2022-02-18 | block, bfq: cleanup bfq_bfqq_to_bfqg() | Yu Kuai | 1 | -1/+0 |
2022-02-11 | block: partition include/linux/blk-cgroup.h | Ming Lei | 1 | -1/+0 |
2021-11-29 | bfq: Provide helper to generate bfqq name | Jan Kara | 1 | -14/+13 |
2021-11-29 | bfq: Limit waker detection in time | Jan Kara | 1 | -0/+2 |
2021-11-29 | bfq: Store full bitmap depth in bfq_data | Jan Kara | 1 | -0/+1 |
2021-11-29 | bfq: Track number of allocated requests in bfq_entity | Jan Kara | 1 | -2/+3 |
2021-08-25 | block, bfq: cleanup the repeated declaration | Shaokun Zhang | 1 | -2/+0 |
2021-08-18 | block: Introduce IOPRIO_NR_LEVELS | Damien Le Moal | 1 | -2/+2 |
2021-03-25 | block, bfq: merge bursts of newly-created queues | Paolo Valente | 1 | -0/+15 |
2021-01-26 | block, bfq: make waker-queue detection more robust | Paolo Valente | 1 | -2/+5 |
2021-01-26 | block, bfq: save also injection state on queue merging | Paolo Valente | 1 | -0/+5 |
2021-01-26 | block, bfq: save also weight-raised service on queue merging | Paolo Valente | 1 | -0/+1 |
2021-01-26 | block, bfq: replace mechanism for evaluating I/O intensity | Paolo Valente | 1 | -8/+8 |
2020-08-18 | bfq: fix blkio cgroup leakage v4 | Dmitry Monakhov | 1 | -1/+0 |
2020-03-21 | block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup | Paolo Valente | 1 | -0/+1 |
2020-02-03 | block, bfq: get a ref to a group when adding it to a service tree | Paolo Valente | 1 | -0/+1 |
2020-02-03 | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente | 1 | -0/+1 |
2020-02-03 | block, bfq: extend incomplete name of field on_st | Paolo Valente | 1 | -1/+1 |
2019-11-21 | block,bfq: Skip tracing hooks if possible | Dmitry Monakhov | 1 | -0/+4 |
2019-11-07 | blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT | Tejun Heo | 1 | -0/+2 |
2019-11-07 | bfq-iosched: stop using blkg->stat_bytes and ->stat_ios | Tejun Heo | 1 | -0/+4 |
2019-09-06 | bfq: Add per-device weight | Fam Zheng | 1 | -0/+3 |
2019-06-25 | block, bfq: detect wakers and unconditionally inject their I/O | Paolo Valente | 1 | -1/+24 |
2019-06-20 | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG | Christoph Hellwig | 1 | -2/+2 |
2019-06-20 | blk-cgroup: move struct blkg_stat to bfq | Christoph Hellwig | 1 | -7/+12 |
2019-05-01 | block: switch all files cleared marked as GPLv2 or later to SPDX tags | Christoph Hellwig | 1 | -10/+1 |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 1 | -1/+1 |
2019-04-10 | block, bfq: fix use after free in bfq_bfqq_expire | Paolo Valente | 1 | -1/+1 |
2019-04-08 | block, bfq: fix some typos in comments | Angelo Ruocco | 1 | -2/+2 |
2019-04-01 | block, bfq: save & resume weight on a queue merge/split | Francesco Pollicino | 1 | -0/+9 |
2019-04-01 | block, bfq: print SHARED instead of pid for shared queues in logs | Francesco Pollicino | 1 | -4/+19 |
2019-04-01 | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 1 | -0/+3 |
2019-04-01 | block, bfq: tune service injection basing on request service times | Paolo Valente | 1 | -23/+28 |
2019-04-01 | block, bfq: do not idle for lowest-weight queues | Paolo Valente | 1 | -3/+3 |
2019-01-31 | block, bfq: fix in-service-queue check for queue merging | Paolo Valente | 1 | -0/+3 |
2019-01-31 | block, bfq: consider also ioprio classes in symmetry detection | Paolo Valente | 1 | -3/+5 |
2018-12-07 | block, bfq: fix decrement of num_active_groups | Paolo Valente | 1 | -2/+49 |
2018-10-14 | block, bfq: improve asymmetric scenarios detection | Federico Motta | 1 | -16/+11 |
2018-09-14 | block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash | Paolo Valente | 1 | -0/+26 |
2018-07-09 | block, bfq: add/remove entity weights correctly | Paolo Valente | 1 | -2/+5 |
2018-05-31 | block, bfq: remove slow-system class | Paolo Valente | 1 | -10/+4 |