Age | Commit message (Expand) | Author |
2009-12-03 | Don't leak file descriptors | Kevin Wolf |
2009-12-03 | qemu-img: There is more than one host device driver | Kevin Wolf |
2009-12-03 | qcow2: Fix some more qemu_malloc fallout | Kevin Wolf |
2009-12-03 | qcow2: Store exact backing format length | Kevin Wolf |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno |
2009-11-12 | Fix 32-bit overflow in parallels image support | David Woodhouse |
2009-11-09 | qcow2: Allow qcow2 disk images with size zero | Stefan Weil |
2009-10-30 | Remove aio_ctx from paio_* interface | Kevin Wolf |
2009-10-27 | Revert "qcow2: Bring synchronous read/write back to life" | Kevin Wolf |
2009-10-27 | Add qemu_aio_process_queue() | Kevin Wolf |
2009-10-27 | raw/linux-aio: Also initialize POSIX AIO | Kevin Wolf |
2009-10-27 | qcow2: Fix grow_refcount_table error handling | Kevin Wolf |
2009-10-15 | qcow2: Bring synchronous read/write back to life | Kevin Wolf |
2009-10-05 | block/raw: Add create_options for host_device | Kevin Wolf |
2009-10-05 | qcow2: Increase maximum cluster size to 2 MB | Kevin Wolf |
2009-10-04 | Check availability of uuid header / library | Stefan Weil |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-30 | vvfat: fix coding style nit | Michael S. Tsirkin |
2009-09-12 | Fix signedness warnings on OpenSolaris | Blue Swirl |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl |
2009-09-11 | block: add aio_flush operation | Christoph Hellwig |
2009-09-11 | block: use fdatasync instead of fsync if possible | Christoph Hellwig |
2009-09-09 | qcow2: Order concurrent AIO requests on the same unallocated cluster | Kevin Wolf |
2009-09-09 | qcow2: Fix metadata preallocation | Kevin Wolf |
2009-09-09 | Fix spelling in comment. | Stefan Weil |
2009-08-29 | Fix gcc 3 warning about uninitialized variable | Blue Swirl |
2009-08-28 | Don't compile aio code if CONFIG_LINUX_AIO is undefined | Stefan Weil |
2009-08-27 | raw-posix: add Linux native AIO support | Christoph Hellwig |
2009-08-27 | raw-posix: refactor AIO support | Christoph Hellwig |
2009-08-27 | qcow2: Metadata preallocation | Kevin Wolf |
2009-08-27 | block/vdi.c: Fix several bugs | Stefan Weil |
2009-08-24 | eliminate errors about unused results in block/vpc.c | Nathan Froyd |
2009-08-24 | make pthreads mandatory | Christoph Hellwig |
2009-08-15 | Use pstrcpy to avoid OpenBSD linker warnings | Blue Swirl |
2009-08-10 | Add new block driver for the VDI format (only aio supported) | Stefan Weil |
2009-08-01 | Fix Sparse warning about "expression using sizeof on a function" | Blue Swirl |
2009-07-27 | rename HOST_BSD to CONFIG_BSD | Juan Quintela |
2009-07-22 | vmdk: Fix backing file handling | Kevin Wolf |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-07-16 | raw-posix: Handle errors in raw_create | Stefan Weil |
2009-07-16 | replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate | Christoph Hellwig |
2009-07-10 | qcow2: Fix L1 table memory allocation | Kevin Wolf |
2009-07-10 | qcow1: Fix qcow_aio_writev | Kevin Wolf |
2009-07-09 | Substitute O_DSYNC with O_SYNC or O_FSYNC when needed. | G 3 |
2009-07-09 | Allow adjustment of http block device's readahead size, via a new | Nolan |
2009-07-09 | Revert "support colon in filenames" | Anthony Liguori |
2009-07-09 | qcow2: Make cache=writethrough default | Kevin Wolf |
2009-06-29 | qcow2: Cache refcount blocks during snapshot creation | Kevin Wolf |
2009-06-29 | block-raw: Allow pread beyond the end of growable images | Kevin Wolf |