summaryrefslogtreecommitdiffstats
path: root/block/qcow2-threads.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: add zstd cluster compressionDenis Plotnikov2020-05-131-0/+169
* qcow2: rework the cluster compression routineDenis Plotnikov2020-05-131-11/+60
* block/qcow2-threads: fix qcow2_decompressVladimir Sementsov-Ogievskiy2020-03-111-5/+7
* qcow2: Fix alignment checks in encrypted imagesAlberto Garcia2020-02-181-4/+8
* block/qcow2: refactor encryption codeMaxim Levitsky2019-09-161-14/+49
* qcow2: do encryption in threadsVladimir Sementsov-Ogievskiy2019-05-281-2/+63
* qcow2-threads: split out generic pathVladimir Sementsov-Ogievskiy2019-05-281-16/+31
* qcow2-threads: qcow2_co_do_compress: protect queuing by mutexVladimir Sementsov-Ogievskiy2019-05-281-3/+7
* qcow2-threads: use thread_pool_submit_coVladimir Sementsov-Ogievskiy2019-05-281-15/+2Star
* qcow2: add separate file for threaded data processing functionsVladimir Sementsov-Ogievskiy2019-05-281-0/+201