index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-15
block: Drop superfluous aligning of bdrv_getlength()'s value
Markus Armbruster
1
-1
/
+0
2014-08-15
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
1
-1
/
+1
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
1
-3
/
+1
2014-07-18
qcow2: Fix error path for unknown incompatible features
Kevin Wolf
1
-5
/
+16
2014-07-14
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
1
-1
/
+10
2014-06-26
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
1
-0
/
+1
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-3
/
+3
2014-06-16
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
1
-122
/
+139
2014-06-16
change block layer to support both QemuOpts and QEMUOptionParamter
Chunyan Liu
1
-1
/
+1
2014-05-30
qcow2: Plug memory leak on qcow2_invalidate_cache() error paths
Markus Armbruster
1
-2
/
+1
2014-04-30
block: Use correct width in format strings
Max Reitz
1
-5
/
+7
2014-04-04
qcow2: Flush metadata during read-only reopen
Kevin Wolf
1
-4
/
+21
2014-04-01
qcow2: link all L2 meta updates in preallocate()
Stefan Hajnoczi
1
-1
/
+6
2014-04-01
qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)
Kevin Wolf
1
-3
/
+1
2014-04-01
qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)
Kevin Wolf
1
-3
/
+4
2014-04-01
qcow2: Check new refcount table size on growth
Kevin Wolf
1
-3
/
+1
2014-04-01
qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...
Kevin Wolf
1
-5
/
+6
2014-04-01
qcow2: Fix backing file name length check
Kevin Wolf
1
-3
/
+6
2014-04-01
qcow2: Validate active L1 table offset and size (CVE-2014-0144)
Kevin Wolf
1
-0
/
+16
2014-04-01
qcow2: Validate snapshot table offset/size (CVE-2014-0144)
Kevin Wolf
1
-0
/
+15
2014-04-01
qcow2: Validate refcount table offset
Kevin Wolf
1
-0
/
+33
2014-04-01
qcow2: Check refcount table size (CVE-2014-0144)
Kevin Wolf
1
-0
/
+9
2014-04-01
qcow2: Check backing_file_offset (CVE-2014-0144)
Kevin Wolf
1
-0
/
+6
2014-04-01
qcow2: Check header_length (CVE-2014-0144)
Kevin Wolf
1
-9
/
+25
2014-04-01
qcow2: fix two memory leaks in qcow2_open error code path
Prasad Joshi
1
-0
/
+4
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
1
-3
/
+19
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
1
-5
/
+7
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
1
-4
/
+1
2014-03-13
block: Update image size in bdrv_invalidate_cache()
Kevin Wolf
1
-0
/
+2
2014-02-21
block: do not abuse EMEDIUMTYPE
Paolo Bonzini
1
-1
/
+1
2014-02-21
block: Make bdrv_file_open() static
Max Reitz
1
-1
/
+3
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
1
-2
/
+2
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
1
-5
/
+9
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-3
/
+3
2014-02-09
qcow2: check for NULL l2meta
Hu Tao
1
-15
/
+16
2014-02-09
qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
Hu Tao
1
-6
/
+7
2014-01-31
block: remove qcow2 .bdrv_make_empty implementation
Jeff Cody
1
-21
/
+0
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
1
-1
/
+10
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
1
-1
/
+1
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+1
2013-12-04
qcow2: Zero-initialise first cluster for new images
Kevin Wolf
1
-16
/
+20
2013-12-03
block drivers: expose requirement for write same alignment from formats
Paolo Bonzini
1
-0
/
+1
2013-12-03
block drivers: add discard/write_zeroes properties to bdrv_get_info implement...
Paolo Bonzini
1
-0
/
+2
2013-11-29
block: Use BDRV_O_NO_BACKING where appropriate
Kevin Wolf
1
-1
/
+2
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-1
/
+1
2013-10-28
qcow2: Flush image after creation
Max Reitz
1
-0
/
+10
2013-10-24
qcow2: Unset zero_beyond_eof in save_vmstate
Max Reitz
1
-0
/
+3
2013-10-24
qcow2: Restore total_sectors value in save_vmstate
Max Reitz
1
-0
/
+6
2013-10-11
qcow2: Evaluate overlap check options
Max Reitz
1
-1
/
+28
2013-10-11
qcow2: Array assigning options to OL check bits
Max Reitz
1
-0
/
+11
[next]