diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-03-11 10:24:17 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-03-11 11:08:34 -0700 |
commit | 26fed4ac4eab09c27fbae1859696cc38f0536407 (patch) | |
tree | d408e8ae45e12c0c2418537e0d22753e3b62bbac /block/bio.c | |
parent | 5b2050718d095cd3242d1f42aaaea3a2fec8e6f0 (diff) | |
download | linux-26fed4ac4eab09c27fbae1859696cc38f0536407.tar.gz linux-26fed4ac4eab09c27fbae1859696cc38f0536407.tar.bz2 linux-26fed4ac4eab09c27fbae1859696cc38f0536407.zip |
block: flush plug based on hardware and software queue order
We used to sort the plug list if we had multiple queues before dispatching
requests to the IO scheduler. This usually isn't needed, but for certain
workloads that interleave requests to disks, it's a less efficient to
process the plug list one-by-one if everything is interleaved.
Don't sort the list, but skip through it and flush out entries that have
the same target at the same time.
Fixes: df87eb0fce8f ("block: get rid of plug list sorting")
Reported-and-tested-by: Song Liu <song@kernel.org>
Reviewed-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bio.c')
0 files changed, 0 insertions, 0 deletions