- 7b88e48 qcow2: rename two QCowAIOCB members by Christoph Hellwig · 15 years ago
- 058fc8c Ask for read-write permissions when opening files by Naphtali Sprei · 15 years ago
- db89119 block/qcow2.c: fix warnings with _FORTIFY_SOURCE by Kirill A. Shutemov · 15 years ago
- 148da7e qcow2: Return 0/-errno in qcow2_alloc_cluster_offset by Kevin Wolf · 15 years ago
- 1d36e3a qcow2: Fix error handling in qcow_save_vmstate by Kevin Wolf · 15 years ago
- f8012c1 qcow/qcow2: implement bdrv_aio_flush by Kevin Wolf · 15 years ago
- 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
- e1c7f0e qcow2: Store exact backing format length by Kevin Wolf · 15 years ago
- d191d12 qcow2: Allow qcow2 disk images with size zero by Stefan Weil · 15 years ago
- 72ecf02 Revert "qcow2: Bring synchronous read/write back to life" by Kevin Wolf · 15 years ago
- ef845c3 qcow2: Bring synchronous read/write back to life by Kevin Wolf · 15 years ago
- 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 15 years ago
- f214978 qcow2: Order concurrent AIO requests on the same unallocated cluster by Kevin Wolf · 16 years ago
- ea80b90 qcow2: Fix metadata preallocation by Kevin Wolf · 16 years ago
- 2000cbc Fix gcc 3 warning about uninitialized variable by Blue Swirl · 16 years ago
- a35e1c1 qcow2: Metadata preallocation by Kevin Wolf · 16 years ago
- 45566e9 replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate by Christoph Hellwig · 16 years ago
- 3f6a3ee qcow2: Fix L1 table memory allocation by Kevin Wolf · 16 years ago
- 0aa217e qcow2: Make cache=writethrough default by Kevin Wolf · 16 years ago
- 14899cd Fix QCOW2 debugging code to compile again by Filip Navara · 16 years ago
- ed6ccf0 qcow2: Rename global functions by Kevin Wolf · 16 years ago
- c142442 qcow2: Split out snapshot functions by Kevin Wolf · 16 years ago
- 45aba42 qcow2: Split out guest cluster functions by Kevin Wolf · 16 years ago
- f7d0fe0 qcow2: Split out refcount handling by Kevin Wolf · 16 years ago
- 9ccb258 qcow2: Change default cluster size to 64k by Kevin Wolf · 16 years ago
- db08adf qemu-img: Print available options with -o ? by Kevin Wolf · 16 years ago
- c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 16 years ago
- a980c98 qcow2: Update multiple refcounts at once by Kevin Wolf · 16 years ago
- 44ff42d qcow2: Refactor update_refcount by Kevin Wolf · 16 years ago
- ade4067 qcow/qcow2: Drop synchronous qcow_write() by Kevin Wolf · 16 years ago
- 73c632e qcow2: Allow different cluster sizes by Kevin Wolf · 16 years ago
- 0e7e198 Convert all block drivers to new bdrv_create by Kevin Wolf · 16 years ago
- eb0b64f Do not attempt to allocate sn_tab when there are no snapshots by malc · 16 years ago
- 019d6b8 Move block drivers into their own directory by Anthony Liguori · 16 years ago[Renamed from block-qcow2.c]
- 5efa9d5 Convert block infrastructure to use new module init functionality by Anthony Liguori · 16 years ago
- 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
- d4d698f Fix cluster freeing in qcow2 by Gleb Natapov · 16 years ago
- e268ca5 implement qemu_blockalign (Stefano Stabellini) by aliguori · 16 years ago
- 54c4236 qcow2: Add plausibility check for L1/L2 entries (Kevin Wolf) by aliguori · 16 years ago
- ae2f14a qcow2: Refcount checking code cleanup (Kevin Wolf) by aliguori · 16 years ago
- e97fc19 Introduce bdrv_check (Kevin Wolf) by aliguori · 16 years ago
- 8ddbc04 qcow2: Fix warnings in check_refcount() (Kevin Wolf) by aliguori · 16 years ago
- 641636d qcow2 corruption: Fix alloc_cluster_link_l2 (Kevin Wolf) by aliguori · 16 years ago
- 3f4cb3d Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' by blueswir1 · 16 years ago
- f141eaf push down vector linearization to posix-aio-compat.c (Christoph Hellwig) by aliguori · 16 years ago
- c87c067 remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) by aliguori · 16 years ago
- 178e08a Fix savevm after BDRV_FILE size enforcement by aliguori · 16 years ago
- 2d2431f qcow2: fix image creation for large, > ~2TB, images (Chris Wright) by aliguori · 16 years ago
- f8de166 Fix (at least one cause of) qcow2 corruption. (Nolan Leake) by aliguori · 16 years ago
- 4c97807 fix format string warnings in block-qcow2.c (Christoph Hellwig) by aliguori · 16 years ago
- f965509 block-qcow2: keep backing file format in a qcow2 extension (Uri Lublin) by aliguori · 16 years ago
- 9b80ddf Introducing qcow2 extensions (Uri Lublin) by aliguori · 16 years ago
- 943984c Revert r6404 by aliguori · 16 years ago
- b7ea8c2 Revert r6405 by aliguori · 16 years ago
- 70240ca Revert r6407 by aliguori · 16 years ago
- e60f469 Use C99 initializers for BlockDriver methods by aurel32 · 16 years ago
- 3ec88e8 block: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- 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 · 16 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 · 17 years ago
- ec36ba1 vmdk compatibility level 6 images, by Soren Hansen. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 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