aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-25qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCKPaolo Bonzini1-13/+14
2023-02-23block: Mark bdrv_co_create() and callers GRAPH_RDLOCKKevin Wolf1-4/+3
2023-02-23block: Mark bdrv_co_copy_range() GRAPH_RDLOCKEmanuele Giuseppe Esposito1-3/+2
2023-02-23block: Mark public read/write functions GRAPH_RDLOCKKevin Wolf1-25/+28
2023-02-23block: Mark read/write in block/io.c GRAPH_RDLOCKKevin Wolf1-17/+20
2023-02-23block: Mark bdrv_co_pwrite_zeroes() and callers GRAPH_RDLOCKKevin Wolf1-12/+18
2023-02-23block: Mark bdrv_co_truncate() and callers GRAPH_RDLOCKKevin Wolf1-6/+8
2023-02-17qcow2: Fix open/create to open images with no_co_wrapperKevin Wolf1-21/+22
2023-02-01block: Rename bdrv_load/save_vmstate() to bdrv_co_load/save_vmstate()Emanuele Giuseppe Esposito1-6/+6
2023-02-01block: Convert bdrv_get_info() to co_wrapper_mixedEmanuele Giuseppe Esposito1-2/+3
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-2/+2
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster1-10/+8
2022-10-27qcow2: switch to *_co_* functionsAlberto Faria1-12/+12
2022-10-27qcow2: add coroutine_fn annotation for indirect-called functionsAlberto Faria1-4/+4
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy1-4/+4
2022-10-07qcow2: add missing coroutine_fn annotationsPaolo Bonzini1-2/+3
2022-09-30block/qcow2: Keep auto_backing_file if possibleHanna Reitz1-5/+16
2022-09-30qcow2: fix memory leak in qcow2_read_extensionslu zhipeng1-0/+1
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-2/+2
2022-07-12block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()Alberto Faria1-6/+3
2022-07-12block: Use bdrv_co_pwrite_sync() when caller is coroutine_fnAlberto Faria1-2/+2
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-11/+11
2022-07-12block: Make bdrv_{pread,pwrite}() return 0 on successAlberto Faria1-2/+2
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-23/+24
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-22/+22
2022-05-04qcow2: Do not reopen data_file in invalidate_cacheHanna Reitz1-42/+62
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-02-01qcow2: simple case support for downgrading of qcow2 images with zstdVladimir Sementsov-Ogievskiy1-2/+56
2021-09-29block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy1-1/+1
2021-09-29block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy1-6/+6
2021-09-29block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy1-3/+3
2021-09-29block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy1-2/+3
2021-09-29qcow2: check request on vmstate save/load pathVladimir Sementsov-Ogievskiy1-6/+37
2021-09-15qcow2: introduce qcow2_parse_compressed_l2_entry() helperVladimir Sementsov-Ogievskiy1-7/+2
2021-09-15qcow2: compressed read: simplify cluster descriptor passingVladimir Sementsov-Ogievskiy1-5/+7
2021-07-09qcow2: Fix dangling pointer after reopen for 'file'Kevin Wolf1-0/+29
2021-07-09qcow2: Prohibit backing file changes in 'qemu-img amend'Eric Blake1-9/+4
2021-06-02block: consistently use bdrv_is_read_only()Vladimir Sementsov-Ogievskiy1-3/+2
2021-05-18qcow2: set bdi->is_dirtyVladimir Sementsov-Ogievskiy1-0/+1
2021-03-30qcow2: Force preallocation with data-file-rawMax Reitz1-0/+34
2021-03-29qcow2: use external virtual timersPavel Dovgalyuk1-3/+4
2021-03-08block/qcow2: refactor qcow2_update_options_prepare error pathsVladimir Sementsov-Ogievskiy1-3/+8
2021-03-08block/qcow2: simplify qcow2_co_invalidate_cache()Vladimir Sementsov-Ogievskiy1-9/+4
2021-03-08block/qcow2: read_cache_sizes: return status valueVladimir Sementsov-Ogievskiy1-10/+9
2021-03-08block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interfaceVladimir Sementsov-Ogievskiy1-4/+2
2021-03-08block/qcow2: qcow2_get_specific_info(): drop error propagationVladimir Sementsov-Ogievskiy1-7/+3
2021-03-08block: check return value of bdrv_open_child and drop error propagationVladimir Sementsov-Ogievskiy1-3/+3
2021-02-15block: qcow2: remove the created file on initialization errorMaxim Levitsky1-3/+5