120 Commits (c44bfe4637424a8f1b411b72a465951f104c29ea)

Author SHA1 Message Date
Kevin Wolf c44bfe4637 qcow2: Don't ignore failure to clear autoclear flags 14 years ago
Paolo Bonzini 5f3777945d block: push bdrv_change_backing_file error checking up from drivers 15 years ago
Zhi Yong Wu 15552c4ad3 qcow2: lock on prealloc 14 years ago
Stefan Weil b9531b6eed block/qcow2: Add missing GCC_FMT_ATTR to function report_unsupported() 15 years ago
Kevin Wolf 621f058940 qcow2: Zero write support 15 years ago
Kevin Wolf cfcc4c62ff qcow2: Support for feature table header extension 15 years ago
Kevin Wolf 6377af48b0 qcow2: Support reading zero clusters 15 years ago
Kevin Wolf 6744cbab8c qcow2: Version 3 images 15 years ago
Kevin Wolf 68d000a390 qcow2: Ignore reserved bits in get_cluster_offset 15 years ago
Paolo Bonzini 29cdb2513c block: push recursive flushing up from drivers 15 years ago
Kevin Wolf 259b217310 qcow2: Add error messages in qcow2_truncate 15 years ago
Kevin Wolf 3cce16f44d qcow2: Add some tracing 15 years ago
Kevin Wolf 64ca6aee4f qcow2: Reject too large header extensions 15 years ago
Kevin Wolf fd29b4bbef qcow2: Fix offset in qcow2_read_extensions 15 years ago
Kevin Wolf 423477e556 qcow2: Fix build with DEBUG_EXT enabled 15 years ago
Kevin Wolf 75bab85ca0 qcow2: Keep unknown header extension when rewriting header 15 years ago
Kevin Wolf e24e49e619 qcow2: Update whole header at once 15 years ago
Li Zhi Hui 28c1202ba6 block/qcow2.c: call qcow2_free_snapshots in the function of qcow2_close 15 years ago
Stefan Hajnoczi e8ee5e4c47 coroutine: add qemu_co_queue_restart_all() 15 years ago
Stefan Hajnoczi f8a2e5e3ca block: convert qcow2, qcow2, and vmdk to .bdrv_co_is_allocated() 15 years ago
Kevin Wolf 42deb29fed qcow2: Return real error code in qcow2_read_snapshots 15 years ago
Dong Xu Wang a968168c58 block: Add coroutine_fn marker to coroutine functions 15 years ago
Dong Xu Wang 9b2260cbd5 fix spelling in block sub directory 15 years ago
Anthony Liguori 06d9260ffa qcow2: implement bdrv_invalidate_cache (v2) 15 years ago
Kevin Wolf eb489bb1ec block: Introduce bdrv_co_flush_to_os 15 years ago
Kevin Wolf c68b89acd6 block: Rename bdrv_co_flush to bdrv_co_flush_to_disk 15 years ago
Dong Xu Wang c95de7e2c4 block: fix qcow2_co_flush deadlock 15 years ago
Paolo Bonzini 6db39ae2e2 block: change discard to co_discard 15 years ago
Paolo Bonzini 8b94ff8573 block: change flush to co_flush 15 years ago
Kevin Wolf 8f1efd00c4 qcow2: Fix bdrv_write_compressed error handling 15 years ago
Stefan Hajnoczi 6f6dc6565e block: drop redundant bdrv_flush implementation 15 years ago
Frediano Ziglio dea43a65d6 qcow2: align cluster_data to block to improve performance using O_DIRECT 15 years ago
Kevin Wolf 0fa9131a44 qcow2: Fix error cases to run depedent requests 15 years ago
Kevin Wolf 8e217d5384 qcow2: Properly initialise QcowL2Meta 15 years ago
Frediano Ziglio ab0997e0af qcow2: remove memory leak 15 years ago
Frediano Ziglio 3fc48d0983 qcow2: Removed QCowAIOCB entirely 15 years ago
Frediano Ziglio 5ebaa27e9a qcow2: reindent and use while before the big jump 15 years ago
Frediano Ziglio e78c69b89c qcow2: remove common from QCowAIOCB 15 years ago
Frediano Ziglio c2bdd9904b qcow2: remove cluster_offset from QCowAIOCB 15 years ago
Frediano Ziglio c227140397 qcow2: remove l2meta from QCowAIOCB 15 years ago
Frediano Ziglio faf575c136 qcow2: removed cur_nr_sectors field in QCowAIOCB 15 years ago
Frediano Ziglio 4617310c33 qcow2: Removed unused AIOCB fields 15 years ago
Frediano Ziglio f5cd8173e7 qcow/qcow2: Allocate QCowAIOCB structure using stack 15 years ago
Philipp Hahn 6cbc3031c8 qcow2: Fix DEBUG_* compilation 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Kevin Wolf 68d100e905 qcow2: Use coroutines 15 years ago
Markus Armbruster 6daf194dde Strip trailing '\n' from error_report()'s first argument 15 years ago
Kevin Wolf 42496d6240 qcow2: Avoid direct AIO callback 15 years ago
Kevin Wolf 99cce9fa4e qemu-img create: Fix displayed default cluster size 15 years ago
Christoph Hellwig a659979328 block: clarify the meaning of BDRV_O_NOCACHE 15 years ago