summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Refactor update_refcountKevin Wolf2009-05-271-30/+56
* qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf2009-05-272-77/+2
* Add HTTP protocol using curl v6Alexander Graf2009-05-221-0/+523
* qcow2: Allow different cluster sizesKevin Wolf2009-05-221-5/+48
* Convert all block drivers to new bdrv_createKevin Wolf2009-05-228-34/+166
* Do not attempt to allocate sn_tab when there are no snapshotsmalc2009-05-211-0/+5
* Fix warning on WIN32Anthony Liguori2009-05-141-1/+0
* Move block drivers into their own directoryAnthony Liguori2009-05-1413-0/+11385
OpenPOWER on IntegriCloud