summaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-23block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()Yu Kuai1-2/+10
2024-11-01block, bfq: fix procress reference leakage for bfqq in merge chainYu Kuai1-20/+17
2024-10-17block, bfq: fix uaf for accessing waker_bfqq after splittingYu Kuai1-3/+28
2024-10-17block, bfq: don't break merge chain in bfq_split_bfqq()Yu Kuai1-1/+1
2024-10-17block, bfq: choose the last bfqq from merge chain in bfq_setup_cooperator()Yu Kuai1-2/+6
2024-10-17block, bfq: fix possible UAF for bfqq->bic with merge chainYu Kuai1-1/+2
2023-02-09block, bfq: fix uaf for bfqq in bic_set_bfqq()Yu Kuai1-1/+3
2023-02-09block, bfq: replace 0/1 with false/true in bic apisYu Kuai1-2/+2
2023-02-09block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"NeilBrown1-1/+1
2023-01-12block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqqYu Kuai1-1/+1
2022-12-31block, bfq: fix possible uaf for 'bfqq->bic'Yu Kuai1-1/+6
2022-12-31bfq: fix waker_bfqq inconsistency crashKhazhismel Kumykov1-2/+7
2022-11-10block, bfq: protect 'bfqd->queued' by 'bfqd->lock'Yu Kuai1-1/+3
2022-06-09bfq: Get rid of __bio_blkcg() usageJan Kara1-10/+1
2022-06-09bfq: Remove pointless bfq_init_rq() callsJan Kara1-6/+6
2022-06-09bfq: Drop pointless unlock-lock pairJan Kara1-3/+0
2022-06-09bfq: Update cgroup information before merging bioJan Kara1-2/+9
2022-06-09bfq: Split shared queues on move between cgroupsJan Kara1-1/+1
2022-06-09bfq: Avoid merging queues with different parentsJan Kara1-0/+8
2022-06-09bfq: Avoid false marking of bic as stably mergedJan Kara1-3/+6
2022-06-09bfq: Allow current waker to defend against a tentative oneJan Kara1-2/+1
2022-06-09bfq: Relax waker detection for shared queuesJan Kara1-2/+3
2022-04-08Revert "Revert "block, bfq: honor already-setup queue merges""Paolo Valente1-3/+13
2022-04-08bfq: fix use-after-free in bfq_dispatch_requestZhang Wensheng1-7/+8
2022-02-23block/wbt: fix negative inflight counter when remove scsi deviceLaibin Qiu1-0/+2
2022-01-27bfq: Do not let waker requests skip proper accountingJan Kara1-43/+1
2021-09-28Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-09-02block, bfq: honor already-setup queue mergesPaolo Valente1-3/+13
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-1/+1
2021-08-18block: fix default IO priority handlingDamien Le Moal1-1/+1
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal1-4/+4
2021-08-18block: bfq: fix bfq_set_next_ioprio_data()Damien Le Moal1-1/+1
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei1-0/+3
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-2/+2
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara1-2/+4
2021-06-24bfq: Remove merged request already in bfq_requests_merged()Jan Kara1-28/+13
2021-06-21block, bfq: reset waker pointer with shared queuesPaolo Valente1-2/+4
2021-06-21block, bfq: check waker only for queues with no in-flight I/OPaolo Valente1-8/+13
2021-06-21block, bfq: avoid delayed merge of async queuesPaolo Valente1-1/+7
2021-06-21block, bfq: boost throughput by extending queue-merging timesPietro Pedroni1-3/+13
2021-06-21block, bfq: consider also creation time in delayed stable mergePaolo Valente1-1/+3
2021-06-21block, bfq: fix delayed stable merge checkLuca Mariotti1-1/+1
2021-06-21block, bfq: let also stably merged queues enjoy weight raisingPaolo Valente1-1/+14
2021-05-12block, bfq: avoid circular stable mergesPaolo Valente1-2/+29
2021-05-11kyber: fix out of bounds access when preemptedOmar Sandoval1-2/+1
2021-04-16bfq/mq-deadline: remove redundant check for passthrough requestLin Feng1-2/+1
2021-03-25block, bfq: merge bursts of newly-created queuesPaolo Valente1-10/+249
2021-03-25block, bfq: keep shared queues out of the waker mechanismPaolo Valente1-1/+11
2021-03-25block, bfq: fix weight-raising resume with !low_latencyPaolo Valente1-2/+8
2021-03-25block, bfq: make shared queues inherit wakersPaolo Valente1-3/+39