Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | thread-pool: avoid passing the pool parameter every time | 2023-04-25 | 1 | -2/+1 | |
* | thread-pool: use ThreadPool from the running thread | 2023-04-25 | 1 | -1/+1 | |
* | include/block: Untangle inclusion loops | 2023-01-20 | 1 | -0/+1 | |
* | qcow2: add zstd cluster compression | 2020-05-13 | 1 | -0/+169 | |
* | qcow2: rework the cluster compression routine | 2020-05-13 | 1 | -11/+60 | |
* | block/qcow2-threads: fix qcow2_decompress | 2020-03-11 | 1 | -5/+7 | |
* | qcow2: Fix alignment checks in encrypted images | 2020-02-18 | 1 | -4/+8 | |
* | block/qcow2: refactor encryption code | 2019-09-16 | 1 | -14/+49 | |
* | qcow2: do encryption in threads | 2019-05-28 | 1 | -2/+63 | |
* | qcow2-threads: split out generic path | 2019-05-28 | 1 | -16/+31 | |
* | qcow2-threads: qcow2_co_do_compress: protect queuing by mutex | 2019-05-28 | 1 | -3/+7 | |
* | qcow2-threads: use thread_pool_submit_co | 2019-05-28 | 1 | -15/+2 | |
* | qcow2: add separate file for threaded data processing functions | 2019-05-28 | 1 | -0/+201 |