summaryrefslogtreecommitdiffstats
path: root/block/qcow2.c
Commit message (Expand)AuthorAgeFilesLines
* qcow2: switch to *_co_* functionsAlberto Faria2022-10-271-12/+12
* qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria2022-10-271-4/+4
* block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy2022-10-271-4/+4
* qcow2: add missing coroutine_fn annotationsPaolo Bonzini2022-10-071-2/+3
* block/qcow2: Keep auto_backing_file if possibleHanna Reitz2022-09-301-5/+16
* qcow2: fix memory leak in qcow2_read_extensionslu zhipeng2022-09-301-0/+1
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()Alberto Faria2022-07-121-6/+3Star
* block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria2022-07-121-2/+2
* crypto: Make block callbacks return 0 on successAlberto Faria2022-07-121-11/+11
* block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria2022-07-121-2/+2
* block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-23/+24
* block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria2022-07-121-22/+22
* qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz2022-05-041-42/+62
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy2022-02-011-2/+56
* block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
* block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-291-6/+6
* block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-3/+3
* block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-2/+3
* qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy2021-09-291-6/+37
* qcow2: introduce qcow2_parse_compressed_l2_entry() helperVladimir Sementsov-Ogievskiy2021-09-151-7/+2Star
* qcow2: compressed read: simplify cluster descriptor passingVladimir Sementsov-Ogievskiy2021-09-151-5/+7
* qcow2: Fix dangling pointer after reopen for 'file'Kevin Wolf2021-07-091-0/+29
* qcow2: Prohibit backing file changes in 'qemu-img amend'Eric Blake2021-07-091-9/+4Star
* block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy2021-06-021-3/+2Star
* qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy2021-05-181-0/+1
* qcow2: Force preallocation with data-file-rawMax Reitz2021-03-301-0/+34
* qcow2: use external virtual timersPavel Dovgalyuk2021-03-291-3/+4
* block/qcow2: refactor qcow2_update_options_prepare error pathsVladimir Sementsov-Ogievskiy2021-03-081-3/+8
* block/qcow2: simplify qcow2_co_invalidate_cache()Vladimir Sementsov-Ogievskiy2021-03-081-9/+4Star
* block/qcow2: read_cache_sizes: return status valueVladimir Sementsov-Ogievskiy2021-03-081-10/+9Star
* block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interfaceVladimir Sementsov-Ogievskiy2021-03-081-4/+2Star
* block/qcow2: qcow2_get_specific_info(): drop error propagationVladimir Sementsov-Ogievskiy2021-03-081-7/+3Star
* block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy2021-03-081-3/+3
* block: qcow2: remove the created file on initialization errorMaxim Levitsky2021-02-151-3/+5
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang2020-11-091-2/+2
* qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia2020-11-091-4/+15
* qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia2020-10-271-16/+19
* block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy2020-10-231-2/+14
* qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia2020-09-151-23/+13Star
* qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia2020-09-151-0/+1
* qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia2020-09-151-1/+1
* qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia2020-09-151-23/+17Star
* qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia2020-09-151-3/+1Star
* qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia2020-09-151-14/+13Star
* qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia2020-08-251-3/+4
* qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-251-6/+60