diff options
| author | Goldwyn Rodrigues <[email protected]> | 2020-09-15 10:41:40 -0500 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2020-12-08 15:53:37 +0100 |
| commit | 949b32732eab33018283e0517cc528be10a3d085 (patch) | |
| tree | 86a671f0fc5283014f3aab027eff9a0d7a719eef /tools/perf/scripts/python | |
| parent | eefa45f593792827771cfd845ab12fea5a7c7cd9 (diff) | |
btrfs: use iosize while reading compressed pages
While using compression, a submitted bio is mapped with a compressed bio
which performs the read from disk, decompresses and returns uncompressed
data to original bio. The original bio must reflect the uncompressed
size (iosize) of the I/O to be performed, or else the page just gets the
decompressed I/O length of data (disk_io_size). The compressed bio
checks the extent map and gets the correct length while performing the
I/O from disk.
This came up in subpage work when only compressed length of the original
bio was filled in the page. This worked correctly for pagesize ==
sectorsize because both compressed and uncompressed data are at pagesize
boundaries, and would end up filling the requested page.
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Goldwyn Rodrigues <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions