summaryrefslogtreecommitdiff
path: root/block/qcow2.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-4/+4
2018-04-16qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy1-8/+8
2018-03-26qcow2: fix bitmaps loading when bitmaps already existVladimir Sementsov-Ogievskiy1-1/+16
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-09block: x-blockdev-create QMP commandKevin Wolf1-0/+1
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf1-140/+78
2018-03-09qcow2: Handle full/falloc preallocation in qcow2_co_create()Kevin Wolf1-9/+19
2018-03-09qcow2: Use QCryptoBlockCreateOptions in qcow2_co_create()Kevin Wolf1-17/+45
2018-03-09qcow2: Use BlockdevRef in qcow2_co_create()Kevin Wolf1-14/+25
2018-03-09qcow2: Pass BlockdevCreateOptions to qcow2_co_create()Kevin Wolf1-38/+151
2018-03-09qcow2: Let qcow2_create() handle protocol layerKevin Wolf1-26/+38
2018-03-09qcow2: Rename qcow2_co_create2() to qcow2_co_create()Kevin Wolf1-8/+8
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia1-47/+30
2018-03-09block: convert bdrv_check callback to coroutine_fnPaolo Bonzini1-4/+19
2018-03-09block: convert bdrv_invalidate_cache callback to coroutine_fnPaolo Bonzini1-2/+5
2018-03-09qcow2: make qcow2_do_open a coroutine_fnPaolo Bonzini1-5/+41
2018-03-09qcow2: introduce qcow2_write_caches and qcow2_flush_cachesPaolo Bonzini1-16/+4
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-28/+32
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-2/+1
2018-03-02Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2018-03-02qcow2: Replace align_offset() with ROUND_UP()Alberto Garcia1-7/+7
2018-03-02qcow2: make qcow2_co_create2() a coroutine_fnStefan Hajnoczi1-8/+9
2018-03-02block: rename .bdrv_create() to .bdrv_co_create_opts()Stefan Hajnoczi1-2/+3
2018-03-02qcow2: Switch to .bdrv_co_block_status()Eric Blake1-11/+13
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto Garcia1-7/+27
2018-02-13qcow2: Update qcow2_truncate() to support L2 slicesAlberto Garcia1-3/+3
2018-02-13qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia1-0/+3
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia1-2/+2
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia1-8/+8
2018-02-13block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy1-1/+1
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake1-2/+1
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster1-1/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-01-23qcow2: No persistent dirty bitmaps for compat=0.10Max Reitz1-3/+11
2017-12-22qcow2: get rid of qcow2_backing_read1 routineEdgar Kaziakhmedov1-43/+8
2017-11-17qcow2: check_errors are fatalMax Reitz1-1/+4
2017-11-17qcow2: reject unaligned offsets in write compressedAnton Nefedov1-0/+4
2017-11-17qcow2: fix image corruption on commit with persistent bitmapEric Blake1-7/+10
2017-11-17qcow2: fix image corruption after committing qcow2 image into baseDaniel P. Berrange1-2/+4
2017-11-17qcow2: don't permit changing encryption parametersDaniel P. Berrange1-0/+3
2017-11-14qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia1-0/+1
2017-11-14qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia1-0/+6
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz1-7/+34
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz1-0/+1
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz1-6/+7
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia1-2/+2
2017-10-26qcow2: Reduce is_zero() roundingEric Blake1-9/+3
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake1-18/+12
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake1-14/+19