aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-01-12dmg: fix ->open failureChristoph Hellwig
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03qemu-img: There is more than one host device driverKevin Wolf
2009-12-03qcow2: Fix some more qemu_malloc falloutKevin Wolf
2009-12-03qcow2: Store exact backing format lengthKevin Wolf
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-12Fix 32-bit overflow in parallels image supportDavid Woodhouse
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf
2009-10-27Add qemu_aio_process_queue()Kevin Wolf
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf
2009-10-27qcow2: Fix grow_refcount_table error handlingKevin Wolf
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf
2009-10-04Check availability of uuid header / libraryStefan Weil
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30vvfat: fix coding style nitMichael S. Tsirkin
2009-09-12Fix signedness warnings on OpenSolarisBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-09-09qcow2: Fix metadata preallocationKevin Wolf
2009-09-09Fix spelling in comment.Stefan Weil
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig
2009-08-27qcow2: Metadata preallocationKevin Wolf
2009-08-27block/vdi.c: Fix several bugsStefan Weil
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd
2009-08-24make pthreads mandatoryChristoph Hellwig
2009-08-15Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-22vmdk: Fix backing file handlingKevin Wolf
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16raw-posix: Handle errors in raw_createStefan Weil
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 3
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan
2009-07-09Revert "support colon in filenames"Anthony Liguori
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf
2009-06-29qcow2: Cache refcount blocks during snapshot creationKevin Wolf