Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | qcow2: Implement bdrv_truncate() for growing images | Stefan Hajnoczi | 2 | -4/+48 |
2010-05-03 | qcow2: Remove abort on free_clusters failure | Kevin Wolf | 1 | -1/+1 |
2010-05-03 | raw-posix: Use pread/pwrite instead of lseek+read/write | Stefan Hajnoczi | 1 | -33/+4 |
2010-05-03 | qcow2: Avoid shadowing variable in alloc_clusters_noref() | Stefan Hajnoczi | 1 | -2/+2 |
2010-05-03 | vmdk: Convert to bdrv_open | Kevin Wolf | 1 | -30/+21 |
2010-05-03 | vmdk: Clean up backing file handling | Kevin Wolf | 1 | -49/+9 |
2010-05-03 | vmdk: Fix COW | Kevin Wolf | 1 | -24/+11 |
2010-05-03 | block: Open the underlying image file in generic code | Kevin Wolf | 21 | -274/+208 |
2010-05-03 | block: separate raw images from the file protocol | Christoph Hellwig | 3 | -10/+188 |
2010-04-25 | Fix dead initialization, spotted by clang analyzer | Blue Swirl | 1 | -1/+1 |
2010-04-23 | Fix OpenBSD build | Blue Swirl | 1 | -240/+240 |
2010-04-23 | qcow2: Use QLIST_FOREACH_SAFE macro | Stefan Hajnoczi | 1 | -8/+2 |
2010-04-23 | qcow2: Return 0/-errno in l2_allocate | Kevin Wolf | 1 | -17/+23 |
2010-04-23 | qcow2: Return 0/-errno in write_l1_entry | Kevin Wolf | 1 | -5/+5 |
2010-04-23 | qcow2: Fix error return code in qcow2_alloc_cluster_link_l2 | Kevin Wolf | 1 | -2/+2 |
2010-04-23 | qcow2: Return 0/-errno in write_l2_entries | Kevin Wolf | 1 | -4/+5 |
2010-04-23 | block: split raw_getlength | Christoph Hellwig | 1 | -23/+42 |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf | 3 | -4/+7 |
2010-04-23 | qcow2: Fix creation of large images | Kevin Wolf | 1 | -10/+33 |
2010-04-23 | qcow2: Trigger blkdebug events | Kevin Wolf | 4 | -0/+81 |
2010-04-23 | blkdebug: Add events and rules | Kevin Wolf | 1 | -1/+249 |
2010-04-23 | blkdebug: Inject errors | Kevin Wolf | 1 | -0/+81 |
2010-04-23 | blkdebug: Basic request passthrough | Kevin Wolf | 1 | -0/+104 |
2010-04-10 | raw-posix: don't assign bs->read_only | Christoph Hellwig | 1 | -1/+0 |
2010-04-10 | qcow2: Remove request from in-flight list after error | Kevin Wolf | 2 | -1/+6 |
2010-04-10 | qcow2: Don't ignore immediate read/write failures | Kevin Wolf | 1 | -2/+6 |
2010-03-27 | raw-posix: Better error return values for hdev_create | Kevin Wolf | 1 | -3/+3 |
2010-03-18 | Replace assert(0) with abort() or cpu_abort() | Blue Swirl | 1 | -10/+10 |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl | 1 | -0/+3 |
2010-03-09 | vmdk: share cleanup code | Juan Quintela | 1 | -9/+4 |
2010-03-09 | vmdk: fix double free | Juan Quintela | 1 | -1/+1 |
2010-03-09 | vmdk: make vmdk_snapshot_create return -errno | Juan Quintela | 1 | -21/+58 |
2010-03-09 | vmdk: return errno instead of -1 | Juan Quintela | 1 | -7/+7 |
2010-03-09 | qcow: return errno instead of -1 | Juan Quintela | 1 | -4/+4 |
2010-03-09 | qcow2: return errno instead of -1 | Juan Quintela | 1 | -9/+9 |
2010-03-09 | cow: return errno instead of -1 | Juan Quintela | 1 | -3/+2 |
2010-02-23 | qcow2: Fix image creation regression | Kevin Wolf | 1 | -2/+2 |
2010-02-23 | qcow2: More checks for qemu-img check | Kevin Wolf | 1 | -0/+12 |
2010-02-23 | qcow2: Rewrite alloc_refcount_block/grow_refcount_table | Kevin Wolf | 1 | -88/+222 |
2010-02-23 | qcow2: Factor next_refcount_table_size out | Kevin Wolf | 1 | -11/+19 |
2010-02-19 | qcow2: Fix access after end of array | Kevin Wolf | 1 | -2/+6 |
2010-02-10 | don't dereference NULL after failed strdup | Jim Meyering | 2 | -6/+6 |
2010-02-10 | qcow2: Fix signedness bugs | Kevin Wolf | 2 | -10/+8 |
2010-02-08 | block/curl: %Z is not a valid conversion specifier | malc | 1 | -1/+1 |
2010-02-07 | Do not use dprintf | malc | 1 | -8/+8 |
2010-01-26 | block/raw-posix: Abort on pread beyond end of non-growable file | Kevin Wolf | 1 | -1/+5 |
2010-01-26 | win32: pair qemu_memalign() with qemu_vfree() | Herve Poussineau | 1 | -1/+1 |
2010-01-26 | qcow2: rename two QCowAIOCB members | Christoph Hellwig | 1 | -29/+30 |
2010-01-26 | block: kill BDRV_O_CREAT | Christoph Hellwig | 3 | -15/+4 |
2010-01-26 | Read-only device changed to opens it's file for read-only. | Naphtali Sprei | 2 | -8/+4 |