Sign in
qemu-android
/
qemu-android
/
91bd8ce9b10123c81962614f3df1b713e665c3e2
/
block-qcow2.c
1987530
qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri Lublin)
by aliguori
· 16 years ago
c421820
block-qcow2: export highest_allocated through BlockDriverInfo and get_info() (Uri Lublin)
by aliguori
· 16 years ago
5d4cbd7
block-qcow2: keep highest allocated byte (Uri Lublin)
by aliguori
· 16 years ago
63c75dc
Avoid calling qemu_mallocz with zero size
by malc
· 16 years ago
54c1657
qcow2: free old snapshots array upon creation of a new one (Uri Lublin)
by aliguori
· 16 years ago
ff4b91c
qcow2: Fix cluster allocation (Kevin Wolf)
by aliguori
· 16 years ago
ab5ccbd
Fix compressed qcow2 (Gleb Natapov)
by aliguori
· 16 years ago
4dc822d
Use writeback caching by default with qcow2
by aliguori
· 16 years ago
e976c6a
Change order of metadata update to prevent loosing guest data because of unexpected exit (Gleb Natapov)
by aliguori
· 16 years ago
6db6c63
Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)
by aliguori
· 16 years ago
643e539
Write table offset and size in one syscall (Gleb Natapov)
by aliguori
· 16 years ago
a32ef78
Introduce new helper function qcow_shedule_bh() (Gleb Natapov)
by aliguori
· 16 years ago
ac67488
Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)
by aliguori
· 16 years ago
1490791
fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)
by aliguori
· 16 years ago
f4af02e
fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank)
by aliguori
· 16 years ago
ac509d8
Move offsetof to osdep.h, remove local defintions.
by balrog
· 17 years ago
bc35208
qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier)
by aliguori
· 17 years ago
768706a
qcow2: Make sure to return an error when L2 table loading fails
by aliguori
· 17 years ago
095a9c5
qcow2: Aggregate same type clusters (Laurent Vivier)
by aliguori
· 17 years ago
52d893e
Extract compressing part from alloc_cluster_offset() (Laurent Vivier)
by aliguori
· 17 years ago
0520352
Divide get_cluster_offset() (Laurent Vivier)
by aliguori
· 17 years ago
108534b
qcow2: Extract code from get_cluster_offset() (Laurent Vivier)
by aliguori
· 17 years ago
b5eff35
Revert fix for CVE-2008-0928. Will be fixed in a different way later.
by aurel32
· 17 years ago
902b27d
Fix CVE-2008-0928 - insufficient block device address range checking
by aurel32
· 17 years ago
faf0796
Split block API from vl.h.
by pbrook
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 18 years ago
ec36ba1
vmdk compatibility level 6 images, by Soren Hansen.
by ths
· 18 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
23be50f
Qcow2: Release refcount table clusters after growing the refcount table,
by ths
· 18 years ago
a4080ec
Qcow2 corruption fix, by Juergen Keil.
by ths
· 18 years ago
ce1a14d
Dynamically allocate AIO Completion Blocks.
by pbrook
· 19 years ago
a946592
handle read outside the backing file
by bellard
· 19 years ago
15e6690
fixed disk image creation
by bellard
· 19 years ago
585f858
new qcow2 disk image format
by bellard
· 19 years ago