remove compilation warning in omap3_usb.c
[qemu] / block-qcow2.c
2009-03-29 aliguorifix format string warnings in block-qcow2.c (Christoph...
2009-03-28 aliguoriblock-qcow2: keep backing file format in a qcow2 extens...
2009-03-28 aliguoriIntroducing qcow2 extensions (Uri Lublin)
2009-03-11 aliguoriRevert r6404
2009-03-11 aliguoriRevert r6405
2009-03-11 aliguoriRevert r6407
2009-03-07 aurel32Use C99 initializers for BlockDriver methods
2009-02-05 aliguoriblock: remove error handling from qemu_malloc() callers...
2009-01-22 aliguoriqcow2 format: keep 'num_free_bytes', and show it upon...
2009-01-22 aliguoriblock-qcow2: export highest_allocated through BlockDriv...
2009-01-22 aliguoriblock-qcow2: keep highest allocated byte (Uri Lublin)
2009-01-16 malcAvoid calling qemu_mallocz with zero size
2009-01-08 aliguoriqcow2: free old snapshots array upon creation of a...
2009-01-07 aliguoriqcow2: Fix cluster allocation (Kevin Wolf)
2009-01-07 aliguoriFix compressed qcow2 (Gleb Natapov)
2008-12-04 aliguoriUse writeback caching by default with qcow2
2008-12-02 aliguoriChange order of metadata update to prevent loosing...
2008-12-02 aliguoriCleanup {alloc|get}_cluster_offset() (Gleb Natapov)
2008-12-02 aliguoriWrite table offset and size in one syscall (Gleb Natapov)
2008-12-02 aliguoriIntroduce new helper function qcow_shedule_bh() (Gleb...
2008-12-02 aliguoriRemove tabs from qcow_aio_read_cb(). (Gleb Natapov)
2008-10-31 aliguorifix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli)
2008-09-24 aliguorifix bug in block-qcow2.c:alloc_cluster_offset() (Shahar...
2008-09-16 balrogMove offsetof to osdep.h, remove local defintions.
2008-08-14 aliguoriqcow2: Try to aggregate free clusters and freed cluster...
2008-08-14 aliguoriqcow2: Make sure to return an error when L2 table loadi...
2008-08-14 aliguoriqcow2: Aggregate same type clusters (Laurent Vivier)
2008-08-14 aliguoriExtract compressing part from alloc_cluster_offset...
2008-08-14 aliguoriDivide get_cluster_offset() (Laurent Vivier)
2008-08-14 aliguoriqcow2: Extract code from get_cluster_offset() (Laurent...
2008-03-11 aurel32Revert fix for CVE-2008-0928. Will be fixed in a differ...
2008-03-11 aurel32Fix CVE-2008-0928 - insufficient block device address...
2007-11-11 pbrookSplit block API from vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsvmdk compatibility level 6 images, by Soren Hansen.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-02 thsQcow2: Release refcount table clusters after growing...
2007-04-01 thsQcow2 corruption fix, by Juergen Keil.
2006-08-07 pbrookDynamically allocate AIO Completion Blocks.
2006-08-06 bellardhandle read outside the backing file
2006-08-05 bellardfixed disk image creation
2006-08-05 bellardnew qcow2 disk image format