aboutsummaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-06block, bfq: remove BFQ_WEIGHT_LEGACY_DFLChengming Zhou1-1/+0
2023-02-07block, bfq: cleanup 'bfqg->online'Yu Kuai1-2/+0
2023-01-29block, bfq: remove unused bfq_wr_max_time in struct bfq_dataKemeng Shi1-2/+0
2023-01-29block, bfq: inject I/O to underutilized actuatorsDavide Zini1-3/+36
2023-01-29block, bfq: retrieve independent access ranges from request queueFederico Gavioli1-1/+7
2023-01-29block, bfq: split also async bfq_queues on a per-actuator basisDavide Zini1-4/+4
2023-01-29block, bfq: turn bfqq_data into an array in bfq_io_cqPaolo Valente1-4/+8
2023-01-29block, bfq: move io_cq-persistent bfqq data into a dedicated structPaolo Valente1-21/+31
2023-01-29block, bfq: split sync bfq_queues on a per-actuator basisPaolo Valente1-10/+41
2023-01-15block, bfq: switch 'bfqg->ref' to use atomic refcount apisYu Kuai1-1/+1
2022-12-15block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHEDYuwei Guan1-0/+4
2022-11-01block, bfq: don't declare 'bfqd' as type 'void *' in bfq_groupYu Kuai1-1/+1
2022-11-01block, bfq: cleanup __bfq_weights_tree_remove()Yu Kuai1-1/+0
2022-11-01block, bfq: cleanup bfq_weights_tree add/remove apisYu Kuai1-7/+3
2022-11-01block, bfq: refactor the counting of 'num_groups_with_pending_reqs'Yu Kuai1-9/+9
2022-11-01block, bfq: record how many queues have pending requestsYu Kuai1-0/+1
2022-11-01block, bfq: support to track if bfqq has pending requestsYu Kuai1-0/+2
2022-10-20block, bfq: remove unused variable for bfq_queueYuwei Guan1-4/+0
2022-08-22block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()Yu Kuai1-3/+2
2022-08-22block, bfq: remove unused functionsYu Kuai1-5/+8
2022-07-14block/bfq: Use the new blk_opf_t typeBart Van Assche1-4/+4
2022-05-19bfq: Relax waker detection for shared queuesJan Kara1-0/+1
2022-05-02blktrace: cleanup the __trace_note_message interfaceChristoph Hellwig1-2/+2
2022-04-17bfq: Get rid of __bio_blkcg() usageJan Kara1-2/+1
2022-04-17bfq: Track whether bfq_group is still onlineJan Kara1-0/+2
2022-04-17bfq: Split shared queues on move between cgroupsJan Kara1-0/+1
2022-02-18block, bfq: cleanup bfq_bfqq_to_bfqg()Yu Kuai1-1/+0
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-1/+0
2021-11-29bfq: Provide helper to generate bfqq nameJan Kara1-14/+13
2021-11-29bfq: Limit waker detection in timeJan Kara1-0/+2
2021-11-29bfq: Store full bitmap depth in bfq_dataJan Kara1-0/+1
2021-11-29bfq: Track number of allocated requests in bfq_entityJan Kara1-2/+3
2021-08-25block, bfq: cleanup the repeated declarationShaokun Zhang1-2/+0
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal1-2/+2
2021-03-25block, bfq: merge bursts of newly-created queuesPaolo Valente1-0/+15
2021-01-25block, bfq: make waker-queue detection more robustPaolo Valente1-2/+5
2021-01-25block, bfq: save also injection state on queue mergingPaolo Valente1-0/+5
2021-01-25block, bfq: save also weight-raised service on queue mergingPaolo Valente1-0/+1
2021-01-25block, bfq: replace mechanism for evaluating I/O intensityPaolo Valente1-8/+8
2020-08-18bfq: fix blkio cgroup leakage v4Dmitry Monakhov1-1/+0
2020-03-21block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroupPaolo Valente1-0/+1
2020-02-03block, bfq: get a ref to a group when adding it to a service treePaolo Valente1-0/+1
2020-02-03block, bfq: remove ifdefs from around gets/puts of bfq groupsPaolo Valente1-0/+1
2020-02-03block, bfq: extend incomplete name of field on_stPaolo Valente1-1/+1
2019-11-20block,bfq: Skip tracing hooks if possibleDmitry Monakhov1-0/+4
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo1-0/+2
2019-11-07bfq-iosched: stop using blkg->stat_bytes and ->stat_iosTejun Heo1-0/+4
2019-09-06bfq: Add per-device weightFam Zheng1-0/+3
2019-06-25block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente1-1/+24
2019-06-20block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig1-2/+2
2019-06-20blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig1-7/+12
2019-04-30block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig1-10/+1
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-1/+1
2019-04-10block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente1-1/+1
2019-04-08block, bfq: fix some typos in commentsAngelo Ruocco1-2/+2
2019-04-01block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino1-0/+9
2019-04-01block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino1-4/+19
2019-04-01block, bfq: do not merge queues on flash storage with queueingPaolo Valente1-0/+3
2019-04-01block, bfq: tune service injection basing on request service timesPaolo Valente1-23/+28
2019-04-01block, bfq: do not idle for lowest-weight queuesPaolo Valente1-3/+3
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente1-0/+3
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente1-3/+5
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente1-2/+49
2018-10-13block, bfq: improve asymmetric scenarios detectionFederico Motta1-16/+11
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente1-0/+26
2018-07-09block, bfq: add/remove entity weights correctlyPaolo Valente1-2/+5
2018-05-31block, bfq: remove slow-system classPaolo Valente1-10/+4
2018-05-10bfq-iosched: remove unused variableJens Axboe1-6/+0
2018-05-09block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval1-5/+5
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Paolo Valente1-1/+1
2018-01-18block, bfq: limit sectors served with interactive weight raisingPaolo Valente1-0/+5
2018-01-18block, bfq: limit tags for writes and async I/OPaolo Valente1-0/+12
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente1-0/+2
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio1-2/+2
2017-08-31block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente1-2/+2
2017-08-28Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe1-5/+17
2017-08-11block,bfq: refactor device-idling logicPaolo Valente1-6/+6
2017-07-29block, bfq: consider also in_service_entity to state whether an entity is activePaolo Valente1-5/+17
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li1-5/+8
2017-07-12bfq: fix typos in comments about B-WF2Q+ algorithmHou Tao1-1/+1
2017-07-03block, bfq: don't change ioprio class for a bfq_queue on a service treePaolo Valente1-1/+2
2017-06-08block, bfq: access and cache blkg data only when safePaolo Valente1-12/+11
2017-04-20bfq: fix compile error if CONFIG_CGROUPS=nJens Axboe1-3/+2
2017-04-19block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente1-0/+942