aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno1-8/+8
2009-11-12Fix 32-bit overflow in parallels image supportDavid Woodhouse1-2/+3
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil2-9/+13
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf2-8/+6
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf3-55/+5
2009-10-27Add qemu_aio_process_queue()Kevin Wolf1-4/+4
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf1-0/+4
2009-10-27qcow2: Fix grow_refcount_table error handlingKevin Wolf1-1/+0
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf3-5/+55
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf1-6/+10
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf3-8/+11
2009-10-04Check availability of uuid header / libraryStefan Weil1-2/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-144/+144
2009-10-01Get rid of _t suffixmalc1-144/+144
2009-09-30vvfat: fix coding style nitMichael S. Tsirkin1-2/+2
2009-09-12Fix signedness warnings on OpenSolarisBlue Swirl1-4/+4
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl3-13/+13
2009-09-11block: add aio_flush operationChristoph Hellwig2-1/+19
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig2-2/+2
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf3-5/+96
2009-09-09qcow2: Fix metadata preallocationKevin Wolf1-1/+3
2009-09-09Fix spelling in comment.Stefan Weil1-1/+1
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl1-1/+1
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil1-1/+7
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig2-5/+31
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig2-236/+75
2009-08-27qcow2: Metadata preallocationKevin Wolf1-2/+79
2009-08-27block/vdi.c: Fix several bugsStefan Weil1-4/+9
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd1-4/+4
2009-08-24make pthreads mandatoryChristoph Hellwig1-27/+1
2009-08-15Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl1-1/+1
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil1-0/+951
2009-08-01Fix Sparse warning about "expression using sizeof on a function"Blue Swirl1-3/+3
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-2/+2
2009-07-22vmdk: Fix backing file handlingKevin Wolf1-14/+15
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2-2/+3
2009-07-16raw-posix: Handle errors in raw_createStefan Weil1-5/+12
2009-07-16replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig1-8/+14
2009-07-10qcow2: Fix L1 table memory allocationKevin Wolf3-3/+4
2009-07-10qcow1: Fix qcow_aio_writevKevin Wolf1-1/+1
2009-07-09Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 31-0/+4
2009-07-09Allow adjustment of http block device's readahead size, via a newNolan1-3/+47
2009-07-09Revert "support colon in filenames"Anthony Liguori2-2/+1
2009-07-09qcow2: Make cache=writethrough defaultKevin Wolf1-8/+0
2009-06-29qcow2: Cache refcount blocks during snapshot creationKevin Wolf1-0/+40
2009-06-29block-raw: Allow pread beyond the end of growable imagesKevin Wolf1-0/+11
2009-06-29support colon in filenamesRam Pai2-1/+2
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara3-8/+8
2009-06-17Fix opening of read only raw imagesBlue Swirl1-16/+15
2009-06-16update_refcount: Write complete sectorsKevin Wolf1-8/+26