index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcow2: switch to *_co_* functions
Alberto Faria
2022-10-27
1
-12
/
+12
*
qcow2: add coroutine_fn annotation for indirect-called functions
Alberto Faria
2022-10-27
1
-4
/
+4
*
block: introduce bdrv_open_file_child() helper
Vladimir Sementsov-Ogievskiy
2022-10-27
1
-4
/
+4
*
qcow2: add missing coroutine_fn annotations
Paolo Bonzini
2022-10-07
1
-2
/
+3
*
block/qcow2: Keep auto_backing_file if possible
Hanna Reitz
2022-09-30
1
-5
/
+16
*
qcow2: fix memory leak in qcow2_read_extensions
lu zhipeng
2022-09-30
1
-0
/
+1
*
block: Change blk_{pread,pwrite}() param order
Alberto Faria
2022-07-12
1
-2
/
+2
*
block/qcow2: Use bdrv_pwrite_sync() in qcow2_mark_dirty()
Alberto Faria
2022-07-12
1
-6
/
+3
*
block: Use bdrv_co_pwrite_sync() when caller is coroutine_fn
Alberto Faria
2022-07-12
1
-2
/
+2
*
crypto: Make block callbacks return 0 on success
Alberto Faria
2022-07-12
1
-11
/
+11
*
block: Make bdrv_{pread,pwrite}() return 0 on success
Alberto Faria
2022-07-12
1
-2
/
+2
*
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
2022-07-12
1
-23
/
+24
*
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
2022-07-12
1
-22
/
+22
*
qcow2: Do not reopen data_file in invalidate_cache
Hanna Reitz
2022-05-04
1
-42
/
+62
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
qcow2: simple case support for downgrading of qcow2 images with zstd
Vladimir Sementsov-Ogievskiy
2022-02-01
1
-2
/
+56
*
block: use int64_t instead of int in driver discard handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of int in driver write_zeroes handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-1
/
+1
*
block: use int64_t instead of uint64_t in copy_range driver handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-6
/
+6
*
block: use int64_t instead of uint64_t in driver write handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-3
/
+3
*
block: use int64_t instead of uint64_t in driver read handlers
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-2
/
+3
*
qcow2: check request on vmstate save/load path
Vladimir Sementsov-Ogievskiy
2021-09-29
1
-6
/
+37
*
qcow2: introduce qcow2_parse_compressed_l2_entry() helper
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-7
/
+2
*
qcow2: compressed read: simplify cluster descriptor passing
Vladimir Sementsov-Ogievskiy
2021-09-15
1
-5
/
+7
*
qcow2: Fix dangling pointer after reopen for 'file'
Kevin Wolf
2021-07-09
1
-0
/
+29
*
qcow2: Prohibit backing file changes in 'qemu-img amend'
Eric Blake
2021-07-09
1
-9
/
+4
*
block: consistently use bdrv_is_read_only()
Vladimir Sementsov-Ogievskiy
2021-06-02
1
-3
/
+2
*
qcow2: set bdi->is_dirty
Vladimir Sementsov-Ogievskiy
2021-05-18
1
-0
/
+1
*
qcow2: Force preallocation with data-file-raw
Max Reitz
2021-03-30
1
-0
/
+34
*
qcow2: use external virtual timers
Pavel Dovgalyuk
2021-03-29
1
-3
/
+4
*
block/qcow2: refactor qcow2_update_options_prepare error paths
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-3
/
+8
*
block/qcow2: simplify qcow2_co_invalidate_cache()
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-9
/
+4
*
block/qcow2: read_cache_sizes: return status value
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-10
/
+9
*
block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-4
/
+2
*
block/qcow2: qcow2_get_specific_info(): drop error propagation
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-7
/
+3
*
block: check return value of bdrv_open_child and drop error propagation
Vladimir Sementsov-Ogievskiy
2021-03-08
1
-3
/
+3
*
block: qcow2: remove the created file on initialization error
Maxim Levitsky
2021-02-15
1
-3
/
+5
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
block: Fix some code style problems, "foo* bar" should be "foo *bar"
shiliyang
2020-11-09
1
-2
/
+2
*
qcow2: Document and enforce the QCowL2Meta invariants
Alberto Garcia
2020-11-09
1
-4
/
+15
*
qcow2: Skip copy-on-write when allocating a zero cluster
Alberto Garcia
2020-10-27
1
-16
/
+19
*
block/io: fix bdrv_co_block_status_above
Vladimir Sementsov-Ogievskiy
2020-10-23
1
-2
/
+14
*
qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()
Alberto Garcia
2020-09-15
1
-23
/
+13
*
qcow2: Make preallocate_co() resize the image to the correct size
Alberto Garcia
2020-09-15
1
-0
/
+1
*
qcow2: Return the original error code in qcow2_co_pwrite_zeroes()
Alberto Garcia
2020-09-15
1
-1
/
+1
*
qcow2: Handle QCowL2Meta on error in preallocate_co()
Alberto Garcia
2020-09-15
1
-23
/
+17
*
qcow2: Don't check nb_clusters when removing l2meta from the list
Alberto Garcia
2020-09-15
1
-3
/
+1
*
qcow2: Use macros for the L1, refcount and bitmap table entry sizes
Alberto Garcia
2020-09-15
1
-14
/
+13
*
qcow2: Allow preallocation and backing files if extended_l2 is set
Alberto Garcia
2020-08-25
1
-3
/
+4
*
qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
Alberto Garcia
2020-08-25
1
-6
/
+60
[next]