Age | Commit message (Expand) | Author |
2009-04-22 | implement qemu_blockalign (Stefano Stabellini) | aliguori |
2009-04-21 | qcow2: Add plausibility check for L1/L2 entries (Kevin Wolf) | aliguori |
2009-04-21 | qcow2: Refcount checking code cleanup (Kevin Wolf) | aliguori |
2009-04-21 | Introduce bdrv_check (Kevin Wolf) | aliguori |
2009-04-21 | qcow2: Fix warnings in check_refcount() (Kevin Wolf) | aliguori |
2009-04-17 | qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf) | aliguori |
2009-04-13 | Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' | blueswir1 |
2009-04-07 | push down vector linearization to posix-aio-compat.c (Christoph Hellwig) | aliguori |
2009-04-07 | remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) | aliguori |
2009-04-05 | Fix savevm after BDRV_FILE size enforcement | aliguori |
2009-04-05 | qcow2: fix image creation for large, > ~2TB, images (Chris Wright) | aliguori |
2009-04-05 | Fix (at least one cause of) qcow2 corruption. (Nolan Leake) | aliguori |
2009-03-29 | fix format string warnings in block-qcow2.c (Christoph Hellwig) | aliguori |
2009-03-28 | block-qcow2: keep backing file format in a qcow2 extension (Uri Lublin) | aliguori |
2009-03-28 | Introducing qcow2 extensions (Uri Lublin) | aliguori |
2009-03-11 | Revert r6404 | aliguori |
2009-03-11 | Revert r6405 | aliguori |
2009-03-11 | Revert r6407 | aliguori |
2009-03-07 | Use C99 initializers for BlockDriver methods | aurel32 |
2009-02-05 | block: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-01-22 | qcow2 format: keep 'num_free_bytes', and show it upon 'info blockstats' (Uri ... | aliguori |
2009-01-22 | block-qcow2: export highest_allocated through BlockDriverInfo and get_info() ... | aliguori |
2009-01-22 | block-qcow2: keep highest allocated byte (Uri Lublin) | aliguori |
2009-01-16 | Avoid calling qemu_mallocz with zero size | malc |
2009-01-08 | qcow2: free old snapshots array upon creation of a new one (Uri Lublin) | aliguori |
2009-01-07 | qcow2: Fix cluster allocation (Kevin Wolf) | aliguori |
2009-01-07 | Fix compressed qcow2 (Gleb Natapov) | aliguori |
2008-12-04 | Use writeback caching by default with qcow2 | aliguori |
2008-12-02 | Change order of metadata update to prevent loosing guest data because of unex... | aliguori |
2008-12-02 | Cleanup {alloc|get}_cluster_offset() (Gleb Natapov) | aliguori |
2008-12-02 | Write table offset and size in one syscall (Gleb Natapov) | aliguori |
2008-12-02 | Introduce new helper function qcow_shedule_bh() (Gleb Natapov) | aliguori |
2008-12-02 | Remove tabs from qcow_aio_read_cb(). (Gleb Natapov) | aliguori |
2008-10-31 | fix bdrv_aio_read API breakage in qcow2 (Andrea Arcangeli) | aliguori |
2008-09-24 | fix bug in block-qcow2.c:alloc_cluster_offset() (Shahar Frank) | aliguori |
2008-09-16 | Move offsetof to osdep.h, remove local defintions. | balrog |
2008-08-14 | qcow2: Try to aggregate free clusters and freed clusters (Laurent Vivier) | aliguori |
2008-08-14 | qcow2: Make sure to return an error when L2 table loading fails | aliguori |
2008-08-14 | qcow2: Aggregate same type clusters (Laurent Vivier) | aliguori |
2008-08-14 | Extract compressing part from alloc_cluster_offset() (Laurent Vivier) | aliguori |
2008-08-14 | Divide get_cluster_offset() (Laurent Vivier) | aliguori |
2008-08-14 | qcow2: Extract code from get_cluster_offset() (Laurent Vivier) | aliguori |
2008-03-11 | Revert fix for CVE-2008-0928. Will be fixed in a different way later. | aurel32 |
2008-03-11 | Fix CVE-2008-0928 - insufficient block device address range checking | aurel32 |
2007-11-11 | Split block API from vl.h. | pbrook |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | vmdk compatibility level 6 images, by Soren Hansen. | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-04-02 | Qcow2: Release refcount table clusters after growing the refcount table, | ths |
2007-04-01 | Qcow2 corruption fix, by Juergen Keil. | ths |