index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
2014-07-18
qcow2: Fix error path for unknown incompatible features
Kevin Wolf
2014-07-14
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
2014-05-30
qcow2: Plug memory leak on qcow2_invalidate_cache() error paths
Markus Armbruster
2014-04-30
block: Use correct width in format strings
Max Reitz
2014-04-04
qcow2: Flush metadata during read-only reopen
Kevin Wolf
2014-04-01
qcow2: link all L2 meta updates in preallocate()
Stefan Hajnoczi
2014-04-01
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
Kevin Wolf
2014-04-01
qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
Kevin Wolf
2014-04-01
qcow2: Check new refcount table size on growth
Kevin Wolf
2014-04-01
qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...
Kevin Wolf
2014-04-01
qcow2: Fix backing file name length check
Kevin Wolf
2014-04-01
qcow2: Validate active L1 table offset and size (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Validate snapshot table offset/size (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Validate refcount table offset
Kevin Wolf
2014-04-01
qcow2: Check refcount table size (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Check backing_file_offset (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: Check header_length (CVE-2014-0144)
Kevin Wolf
2014-04-01
qcow2: fix two memory leaks in qcow2_open error code path
Prasad Joshi
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
2014-03-13
block: Update image size in bdrv_invalidate_cache()
Kevin Wolf
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2014-02-09
qcow2: check for NULL l2meta
Hu Tao
2014-02-09
qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
Hu Tao
2014-01-31
block: remove qcow2 .bdrv_make_empty implementation
Jeff Cody
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2013-12-04
qcow2: Zero-initialise first cluster for new images
Kevin Wolf
2013-12-03
block drivers: expose requirement for write same alignment from formats
Paolo Bonzini
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
2013-10-28
qcow2: Flush image after creation
Max Reitz
2013-10-24
qcow2: Unset zero_beyond_eof in save_vmstate
Max Reitz
2013-10-24
qcow2: Restore total_sectors value in save_vmstate
Max Reitz
2013-10-11
qcow2: Evaluate overlap check options
Max Reitz
2013-10-11
qcow2: Array assigning options to OL check bits
Max Reitz
2013-10-11
qcow2: Add overlap-check options
Max Reitz
2013-10-11
qcow2: Make overlap check mask variable
Max Reitz
[next]