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
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2016-05-19
1
-1
/
+2
|
\
|
*
qcow2: Fix write_zeroes with partially allocated backing file cluster
Kevin Wolf
2016-05-19
1
-1
/
+2
|
*
qcow2: fix condition in is_zero_cluster
Denis V. Lunev
2016-05-19
1
-1
/
+1
*
|
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
|
/
*
block: Drop superfluous invalidating bs->file from drivers
Fam Zheng
2016-05-12
1
-7
/
+0
*
qcow2: improve qcow2_co_write_zeroes()
Denis V. Lunev
2016-05-12
1
-6
/
+59
*
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
2016-05-12
1
-2
/
+2
*
qcow2: Prevent backing file names longer than 1023
Max Reitz
2016-04-12
1
-0
/
+4
*
block: Always set writeback mode in blk_new_open()
Kevin Wolf
2016-03-30
1
-6
/
+3
*
block: move encryption deprecation warning into qcow code
Daniel P. Berrange
2016-03-30
1
-0
/
+8
*
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
1
-1
/
+1
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-3
/
+3
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-3
/
+3
*
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2016-03-17
1
-19
/
+5
*
qcow2: Use BB functions in .bdrv_create()
Kevin Wolf
2016-03-14
1
-29
/
+33
*
block: Use writeback in .bdrv_create() implementations
Kevin Wolf
2016-03-14
1
-1
/
+2
*
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
2016-02-02
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
1
-1
/
+1
*
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
2016-01-20
1
-0
/
+3
*
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
2016-01-20
1
-1
/
+2
*
qcow2: Implement .bdrv_inactivate
Kevin Wolf
2016-01-20
1
-17
/
+28
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2016-01-20
1
-3
/
+3
*
qcow2: Write full header on image creation
Kevin Wolf
2016-01-20
1
-0
/
+7
*
qcow2: Write feature table only for v3 images
Kevin Wolf
2016-01-20
1
-23
/
+25
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2016-01-13
1
-3
/
+2
*
qcow2: insert assert into qcow2_get_specific_info()
Denis V. Lunev
2015-12-18
1
-0
/
+4
*
qcow2: Invoke refcount order amendment function
Max Reitz
2015-12-18
1
-9
/
+35
*
qcow2: Use intermediate helper CB for amend
Max Reitz
2015-12-18
1
-1
/
+79
*
qcow2: Split upgrade/downgrade paths for amend
Max Reitz
2015-12-18
1
-15
/
+16
*
qcow2: Use abort() instead of assert(false)
Max Reitz
2015-12-18
1
-2
/
+2
*
qcow2: Use error_report() in qcow2_amend_options()
Max Reitz
2015-12-18
1
-8
/
+6
*
block: Add opaque value to the amend CB
Max Reitz
2015-12-18
1
-4
/
+5
*
qcow2: Add .bdrv_join_options callback
Kevin Wolf
2015-12-18
1
-0
/
+47
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
1
-1
/
+1
*
block: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-6
/
+4
*
block: Convert bs->backing_hd to BdrvChild
Kevin Wolf
2015-10-16
1
-3
/
+3
*
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
1
-30
/
+32
*
qcow2: Support updating driver-specific options in reopen
Kevin Wolf
2015-09-14
1
-9
/
+72
*
qcow2: Make qcow2_update_options() suitable for transactions
Kevin Wolf
2015-09-14
1
-40
/
+73
*
qcow2: Fix memory leak in qcow2_update_options() error path
Kevin Wolf
2015-09-14
1
-2
/
+10
*
qcow2: Leave s unchanged on qcow2_update_options() failure
Kevin Wolf
2015-09-14
1
-22
/
+35
*
qcow2: Move rest of option handling to qcow2_update_options()
Kevin Wolf
2015-09-14
1
-66
/
+68
*
qcow2: Move qcow2_update_options() call up
Kevin Wolf
2015-09-14
1
-9
/
+9
*
qcow2: Factor out qcow2_update_options()
Kevin Wolf
2015-09-14
1
-59
/
+76
*
qcow2: Improve error message
Kevin Wolf
2015-09-14
1
-1
/
+1
*
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
2015-09-14
1
-39
/
+39
*
block: Drop drv parameter from bdrv_open()
Max Reitz
2015-09-14
1
-3
/
+3
*
block: Always pass NULL as drv for bdrv_open()
Max Reitz
2015-09-14
1
-5
/
+11
*
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
2015-09-04
1
-0
/
+64
[next]