index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Use correct width in format strings
Max Reitz
2014-04-30
1
-5
/
+7
*
qcow2: Flush metadata during read-only reopen
Kevin Wolf
2014-04-04
1
-4
/
+21
*
qcow2: link all L2 meta updates in preallocate()
Stefan Hajnoczi
2014-04-01
1
-1
/
+6
*
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
Kevin Wolf
2014-04-01
1
-3
/
+1
*
qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
Kevin Wolf
2014-04-01
1
-3
/
+4
*
qcow2: Check new refcount table size on growth
Kevin Wolf
2014-04-01
1
-3
/
+1
*
qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...
Kevin Wolf
2014-04-01
1
-5
/
+6
*
qcow2: Fix backing file name length check
Kevin Wolf
2014-04-01
1
-3
/
+6
*
qcow2: Validate active L1 table offset and size (CVE-2014-0144)
Kevin Wolf
2014-04-01
1
-0
/
+16
*
qcow2: Validate snapshot table offset/size (CVE-2014-0144)
Kevin Wolf
2014-04-01
1
-0
/
+15
*
qcow2: Validate refcount table offset
Kevin Wolf
2014-04-01
1
-0
/
+33
*
qcow2: Check refcount table size (CVE-2014-0144)
Kevin Wolf
2014-04-01
1
-0
/
+9
*
qcow2: Check backing_file_offset (CVE-2014-0144)
Kevin Wolf
2014-04-01
1
-0
/
+6
*
qcow2: Check header_length (CVE-2014-0144)
Kevin Wolf
2014-04-01
1
-9
/
+25
*
qcow2: fix two memory leaks in qcow2_open error code path
Prasad Joshi
2014-04-01
1
-0
/
+4
*
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-19
1
-3
/
+19
*
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
2014-03-13
1
-5
/
+7
*
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
2014-03-13
1
-4
/
+1
*
block: Update image size in bdrv_invalidate_cache()
Kevin Wolf
2014-03-13
1
-0
/
+2
*
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
2014-02-21
1
-1
/
+1
*
block: Make bdrv_file_open() static
Max Reitz
2014-02-21
1
-1
/
+3
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
1
-2
/
+2
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
1
-5
/
+9
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-3
/
+3
*
qcow2: check for NULL l2meta
Hu Tao
2014-02-09
1
-15
/
+16
*
qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
Hu Tao
2014-02-09
1
-6
/
+7
*
block: remove qcow2 .bdrv_make_empty implementation
Jeff Cody
2014-01-31
1
-21
/
+0
*
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
1
-1
/
+10
*
block: Allow reference for bdrv_file_open()
Max Reitz
2014-01-22
1
-1
/
+1
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+1
*
qcow2: Zero-initialise first cluster for new images
Kevin Wolf
2013-12-04
1
-16
/
+20
*
block drivers: expose requirement for write same alignment from formats
Paolo Bonzini
2013-12-03
1
-0
/
+1
*
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
2013-12-03
1
-0
/
+2
*
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
2013-11-29
1
-1
/
+2
*
block: add flags to bdrv_*_write_zeroes
Peter Lieven
2013-11-28
1
-1
/
+1
*
qcow2: Flush image after creation
Max Reitz
2013-10-28
1
-0
/
+10
*
qcow2: Unset zero_beyond_eof in save_vmstate
Max Reitz
2013-10-24
1
-0
/
+3
*
qcow2: Restore total_sectors value in save_vmstate
Max Reitz
2013-10-24
1
-0
/
+6
*
qcow2: Evaluate overlap check options
Max Reitz
2013-10-11
1
-1
/
+28
*
qcow2: Array assigning options to OL check bits
Max Reitz
2013-10-11
1
-0
/
+11
*
qcow2: Add overlap-check options
Max Reitz
2013-10-11
1
-0
/
+46
*
qcow2: Make overlap check mask variable
Max Reitz
2013-10-11
1
-0
/
+2
*
qcow2: Use negated overflow check mask
Max Reitz
2013-10-11
1
-3
/
+2
*
qcow2: Remove wrong metadata overlap check
Max Reitz
2013-10-11
1
-8
/
+0
*
qcow2: Add missing space in error message
Max Reitz
2013-10-11
1
-1
/
+1
*
qcow2: Add support for ImageInfoSpecific
Max Reitz
2013-10-11
1
-0
/
+28
*
block: qcow2 - used QEMU_PACKED for on-disk structures
Jeff Cody
2013-09-25
1
-1
/
+1
*
qcow2: Use Error parameter
Max Reitz
2013-09-12
1
-46
/
+88
*
block: Error parameter for create functions
Max Reitz
2013-09-12
1
-1
/
+1
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-2
/
+2
[next]