aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* support colon in filenamesRam Pai2009-06-292-1/+2
* Fix QCOW2 debugging code to compile againFilip Navara2009-06-293-8/+8
* Fix opening of read only raw imagesBlue Swirl2009-06-171-16/+15
* update_refcount: Write complete sectorsKevin Wolf2009-06-161-8/+26
* alloc_cluster_link_l2: Write complete sectorsKevin Wolf2009-06-161-3/+25
* l2_allocate: Write complete sectorsKevin Wolf2009-06-161-5/+28
* qcow2: Rename global functionsKevin Wolf2009-06-165-121/+125
* qcow2: Split out snapshot functionsKevin Wolf2009-06-163-392/+421
* qcow2: Split out guest cluster functionsKevin Wolf2009-06-164-767/+819
* qcow2: Split out refcount handlingKevin Wolf2009-06-163-869/+964
* qcow2: Change default cluster size to 64kKevin Wolf2009-06-161-1/+1
* raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity2009-06-161-0/+1
* raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity2009-06-161-1/+1
* raw-posix: cleanup ioctl methodsChristoph Hellwig2009-06-151-34/+8
* block: add bdrv_probe_device methodChristoph Hellwig2009-06-152-0/+57
* raw-posix: split hdev driversChristoph Hellwig2009-06-151-260/+304
* raw-posix: add a raw_open_common helperChristoph Hellwig2009-06-151-29/+19
* raw-posix: always store open flagsChristoph Hellwig2009-06-151-26/+21
* qemu-img: Print available options with -o ?Kevin Wolf2009-06-067-16/+80
* vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig2009-05-281-4/+3
* fully split aio_pool from BlockDriverChristoph Hellwig2009-05-274-78/+79
* qcow: add qcow_aio_setup helperChristoph Hellwig2009-05-271-23/+29
* raw-posix: fix hdev_createChristoph Hellwig2009-05-271-10/+1
* fix raw_pread_aligned return valueChristoph Hellwig2009-05-271-1/+1
* Drop bdrv_create2Kevin Wolf2009-05-271-2/+9
* qcow2: Update multiple refcounts at onceKevin Wolf2009-05-271-4/+36