aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+4
* qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-032-8/+21
* qcow2: Store exact backing format lengthKevin Wolf2009-12-031-7/+9
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+8
* Fix 32-bit overflow in parallels image supportDavid Woodhouse2009-11-121-2/+3
* qcow2: Allow qcow2 disk images with size zeroStefan Weil2009-11-092-9/+13
* Remove aio_ctx from paio_* interfaceKevin Wolf2009-10-302-8/+6
* Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf2009-10-273-55/+5
* Add qemu_aio_process_queue()Kevin Wolf2009-10-271-4/+4
* raw/linux-aio: Also initialize POSIX AIOKevin Wolf2009-10-271-0/+4
* qcow2: Fix grow_refcount_table error handlingKevin Wolf2009-10-271-1/+0
* qcow2: Bring synchronous read/write back to lifeKevin Wolf2009-10-153-5/+55
* block/raw: Add create_options for host_deviceKevin Wolf2009-10-051-6/+10
* qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-053-8/+11
* Check availability of uuid header / libraryStefan Weil2009-10-041-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-144/+144
* Get rid of _t suffixmalc2009-10-011-144/+144
* vvfat: fix coding style nitMichael S. Tsirkin2009-09-301-2/+2
* Fix signedness warnings on OpenSolarisBlue Swirl2009-09-121-4/+4
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-123-13/+13
* block: add aio_flush operationChristoph Hellwig2009-09-112-1/+19
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-112-2/+2
* qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf2009-09-093-5/+96
* qcow2: Fix metadata preallocationKevin Wolf2009-09-091-1/+3
* Fix spelling in comment.Stefan Weil2009-09-091-1/+1
* Fix gcc 3 warning about uninitialized variableBlue Swirl2009-08-291-1/+1
* Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil2009-08-281-1/+7
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-272-5/+31
* raw-posix: refactor AIO supportChristoph Hellwig2009-08-272-236/+75
* qcow2: Metadata preallocationKevin Wolf2009-08-271-2/+79
* block/vdi.c: Fix several bugsStefan Weil2009-08-271-4/+9
* eliminate errors about unused results in block/vpc.cNathan Froyd2009-08-241-4/+4
* make pthreads mandatoryChristoph Hellwig2009-08-241-27/+1
* Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl2009-08-151-1/+1
* Add new block driver for the VDI format (only aio supported)Stefan Weil2009-08-101-0/+951
* Fix Sparse warning about "expression using sizeof on a function"Blue Swirl2009-08-011-3/+3
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-2/+2
* vmdk: Fix backing file handlingKevin Wolf2009-07-221-14/+15
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-202-2/+3
* raw-posix: Handle errors in raw_createStefan Weil2009-07-161-5/+12
* replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstateChristoph Hellwig2009-07-161-8/+14
* qcow2: Fix L1 table memory allocationKevin Wolf2009-07-103-3/+4
* qcow1: Fix qcow_aio_writevKevin Wolf2009-07-101-1/+1
* Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.G 32009-07-091-0/+4
* Allow adjustment of http block device's readahead size, via a newNolan2009-07-091-3/+47
* Revert "support colon in filenames"Anthony Liguori2009-07-092-2/+1
* qcow2: Make cache=writethrough defaultKevin Wolf2009-07-091-8/+0
* qcow2: Cache refcount blocks during snapshot creationKevin Wolf2009-06-291-0/+40
* block-raw: Allow pread beyond the end of growable imagesKevin Wolf2009-06-291-0/+11