Age | Commit message (Expand) | Author | Files | Lines |
2012-02-29 | qcow2: Reject too large header extensions | Kevin Wolf | 1 | -0/+5 |
2012-02-29 | qcow2: Fix offset in qcow2_read_extensions | Kevin Wolf | 1 | -3/+2 |
2012-02-29 | qcow2: Fix build with DEBUG_EXT enabled | Kevin Wolf | 1 | -1/+0 |
2012-02-09 | qcow2: Keep unknown header extension when rewriting header | Kevin Wolf | 1 | -2/+42 |
2012-02-09 | qcow2: Update whole header at once | Kevin Wolf | 1 | -60/+94 |
2011-12-15 | block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close | Li Zhi Hui | 1 | -0/+1 |
2011-12-05 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 1 | -12/+16 |
2011-12-05 | coroutine: add qemu_co_queue_restart_all() | Stefan Hajnoczi | 1 | -1/+1 |
2011-12-05 | block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() | Stefan Hajnoczi | 1 | -5/+8 |
2011-12-05 | qcow2: Return real error code in qcow2_read_snapshots | Kevin Wolf | 1 | -2/+3 |
2011-12-05 | block: Add coroutine_fn marker to coroutine functions | Dong Xu Wang | 1 | -4/+4 |
2011-12-02 | fix spelling in block sub directory | Dong Xu Wang | 1 | -2/+2 |
2011-11-21 | qcow2: implement bdrv_invalidate_cache (v2) | Anthony Liguori | 1 | -0/+34 |
2011-11-11 | block: Introduce bdrv_co_flush_to_os | Kevin Wolf | 1 | -2/+8 |
2011-11-11 | block: Rename bdrv_co_flush to bdrv_co_flush_to_disk | Kevin Wolf | 1 | -3/+3 |
2011-10-28 | block: fix qcow2_co_flush deadlock | Dong Xu Wang | 1 | -0/+2 |
2011-10-21 | block: change discard to co_discard | Paolo Bonzini | 1 | -4/+10 |
2011-10-21 | block: change flush to co_flush | Paolo Bonzini | 1 | -7/+7 |
2011-10-21 | qcow2: Fix bdrv_write_compressed error handling | Kevin Wolf | 1 | -11/+18 |
2011-10-21 | block: drop redundant bdrv_flush implementation | Stefan Hajnoczi | 1 | -19/+0 |
2011-09-12 | qcow2: align cluster_data to block to improve performance using O_DIRECT | Frediano Ziglio | 1 | -7/+7 |
2011-09-06 | qcow2: Fix error cases to run depedent requests | Kevin Wolf | 1 | -3/+4 |
2011-09-06 | qcow2: Properly initialise QcowL2Meta | Kevin Wolf | 1 | -2/+3 |
2011-08-23 | qcow2: remove memory leak | Frediano Ziglio | 1 | -0/+2 |
2011-08-23 | qcow2: Removed QCowAIOCB entirely | Frediano Ziglio | 1 | -127/+80 |
2011-08-23 | qcow2: reindent and use while before the big jump | Frediano Ziglio | 1 | -137/+135 |
2011-08-23 | qcow2: remove common from QCowAIOCB | Frediano Ziglio | 1 | -4/+4 |
2011-08-23 | qcow2: remove cluster_offset from QCowAIOCB | Frediano Ziglio | 1 | -11/+11 |
2011-08-23 | qcow2: remove l2meta from QCowAIOCB | Frediano Ziglio | 1 | -7/+8 |
2011-08-23 | qcow2: removed cur_nr_sectors field in QCowAIOCB | Frediano Ziglio | 1 | -55/+43 |
2011-08-23 | qcow2: Removed unused AIOCB fields | Frediano Ziglio | 1 | -7/+3 |
2011-08-23 | qcow/qcow2: Allocate QCowAIOCB structure using stack | Frediano Ziglio | 1 | -27/+11 |
2011-08-23 | qcow2: Fix DEBUG_* compilation | Philipp Hahn | 1 | -1/+5 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -18/+18 |
2011-08-02 | qcow2: Use coroutines | Kevin Wolf | 1 | -154/+86 |
2011-06-24 | Strip trailing '\n' from error_report()'s first argument | Markus Armbruster | 1 | -1/+1 |
2011-06-14 | qcow2: Avoid direct AIO callback | Kevin Wolf | 1 | -9/+30 |
2011-06-08 | qemu-img create: Fix displayed default cluster size | Kevin Wolf | 1 | -2/+3 |
2011-06-08 | block: clarify the meaning of BDRV_O_NOCACHE | Christoph Hellwig | 1 | -1/+1 |
2011-02-10 | qcow2: Report error for version > 2 | Kevin Wolf | 1 | -2/+11 |
2011-02-10 | qcow2: Fix error handling for reading compressed clusters | Kevin Wolf | 1 | -1/+3 |
2011-02-10 | qcow2: Fix error handling for immediate backing file read failure | Kevin Wolf | 1 | -1/+3 |
2011-02-10 | QCOW2: bug fix - read base image beyond its size | Chunqiang Tang | 1 | -3/+2 |
2011-02-07 | qcow2: Really use cache=unsafe for image creation | Kevin Wolf | 1 | -1/+2 |
2011-01-31 | qcow2: Add bdrv_discard support | Kevin Wolf | 1 | -0/+8 |
2011-01-24 | qcow2: Use QcowCache | Kevin Wolf | 1 | -4/+44 |
2010-12-17 | Add proper -errno error return values to qcow2_open() | Jes Sorensen | 1 | -18/+42 |
2010-12-17 | block/qcow2.c: rename qcow_ functions to qcow2_ | Jes Sorensen | 1 | -92/+98 |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf | 1 | -2/+2 |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison | 1 | -0/+1 |