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
*
qcow2: Add DEFAULT_L2_CACHE_CLUSTERS
Max Reitz
2015-06-12
1
-3
/
+8
*
qcow2/qcow: protect against uninitialized encryption key
Daniel P. Berrange
2015-05-22
1
-6
/
+12
*
block: add 'node-name' field to BLOCK_IMAGE_CORRUPTED
Alberto Garcia
2015-04-28
1
-2
/
+6
*
block: use bdrv_get_device_or_node_name() in error messages
Alberto Garcia
2015-04-28
1
-1
/
+1
*
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-28
1
-2
/
+2
*
qcow2: Fix header update with overridden backing file
Kevin Wolf
2015-04-08
1
-7
/
+22
*
qcow2: fix the macro QCOW_MAX_L1_SIZE's use
Wen Congyang
2015-03-12
1
-1
/
+1
*
qcow2: Allow creation with refcount order != 4
Max Reitz
2015-03-10
1
-0
/
+18
*
qcow2: Use symbolic macros in qcow2_amend_options
Max Reitz
2015-03-10
1
-15
/
+16
*
qcow2: refcount_order parameter for qcow2_create2
Max Reitz
2015-03-10
1
-11
/
+36
*
qcow2: Open images with refcount order != 4
Max Reitz
2015-03-10
1
-4
/
+4
*
qcow2: Add refcount_bits to format-specific info
Max Reitz
2015-03-10
1
-1
/
+3
*
qcow2: Add two new fields to BDRVQcowState
Max Reitz
2015-03-10
1
-0
/
+3
*
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
1
-1
/
+2
*
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-26
1
-1
/
+1
*
block: Remove "growable" from BDS
Max Reitz
2015-02-16
1
-6
/
+0
*
block: fix off-by-one error in qcow and qcow2
Jeff Cody
2015-02-06
1
-1
/
+1
*
block: update string sizes for filename,backing_file,exact_filename
Jeff Cody
2015-01-23
1
-1
/
+2
*
qcow2: Respect bdrv_truncate() error
Max Reitz
2014-12-10
1
-2
/
+1
*
qcow2: Flushing the caches in qcow2_close may fail
Max Reitz
2014-12-10
1
-3
/
+16
*
block: Omit bdrv_find_format for essential drivers
Max Reitz
2014-12-10
1
-4
/
+3
*
block: Make essential BlockDriver objects public
Max Reitz
2014-12-10
1
-1
/
+1
*
qcow2: Fix header extension size check
Kevin Wolf
2014-12-10
1
-1
/
+1
*
block/qcow2: Implement status CB for amend
Max Reitz
2014-11-03
1
-3
/
+4
*
block: Add status callback to bdrv_amend_options()
Max Reitz
2014-11-03
1
-1
/
+2
*
qcow2: Optimize bdrv_make_empty()
Max Reitz
2014-11-03
1
-1
/
+164
*
qcow2: Implement bdrv_make_empty()
Max Reitz
2014-11-03
1
-0
/
+27
*
qcow2: Allow "full" discard
Max Reitz
2014-11-03
1
-1
/
+1
*
qcow2: Drop REFCOUNT_SHIFT
Max Reitz
2014-10-23
1
-1
/
+1
*
qcow2: Fix leaks in dirty images
Max Reitz
2014-10-23
1
-1
/
+1
*
qcow2: Calculate refcount block entry count
Max Reitz
2014-10-23
1
-0
/
+3
*
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
2014-10-20
1
-2
/
+2
*
qapi: Add corrupt field to ImageInfoSpecificQCow2
Max Reitz
2014-10-04
1
-0
/
+3
*
qcow2: Add overlap-check.template option
Max Reitz
2014-09-22
1
-2
/
+22
*
qcow2: Fix leak of QemuOpts in qcow2_open()
Max Reitz
2014-09-22
1
-2
/
+3
*
qcow2: Add qcow2_signal_corruption()
Max Reitz
2014-09-22
1
-0
/
+48
*
qcow2: Add falloc and full preallocation option
Hu Tao
2014-09-12
1
-10
/
+53
*
qapi: introduce PreallocMode and new PreallocModes full and falloc.
Hu Tao
2014-09-12
1
-10
/
+18
*
block: don't convert file size to sector size
Hu Tao
2014-09-12
1
-5
/
+5
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
1
-1
/
+2
*
qcow2: Add runtime options for cache sizes
Max Reitz
2014-08-20
1
-11
/
+100
*
qcow2: Constant cache size in bytes
Max Reitz
2014-08-20
1
-2
/
+13
*
qcow2: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-8
/
+34
*
block: Drop superfluous aligning of bdrv_getlength()'s value
Markus Armbruster
2014-08-15
1
-1
/
+0
*
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
2014-08-15
1
-1
/
+1
*
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-18
1
-3
/
+1
*
qcow2: Fix error path for unknown incompatible features
Kevin Wolf
2014-07-18
1
-5
/
+16
*
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
2014-07-14
1
-1
/
+10
*
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2014-06-26
1
-0
/
+1
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
1
-3
/
+3
[next]