commit | c3c10f7295421f3b6638716d59cac9531c34adc8 | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Thu Nov 01 21:27:37 2018 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 14 11:52:41 2018 +0100 |
tree | d39016cba96ab5e04157f1b484f99a0f40a93f3d | |
parent | c068a1cd5203cc406a648a641e773ba906cf4aaa [diff] |
qcow2: aio support for compressed cluster read Allocate buffers locally and release qcow2 lock. Than, reads inside qcow2_co_preadv_compressed may be done in parallel, however all decompression is still done synchronously. Let's improve it in the following commit. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>