aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf1-3/+25
2009-06-16l2_allocate: Write complete sectorsKevin Wolf1-5/+28
2009-06-16qcow2: Rename global functionsKevin Wolf5-121/+125
2009-06-16qcow2: Split out snapshot functionsKevin Wolf3-392/+421
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf4-767/+819
2009-06-16qcow2: Split out refcount handlingKevin Wolf3-869/+964
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf1-1/+1
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity1-0/+1
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity1-1/+1
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig1-34/+8
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig2-0/+57
2009-06-15raw-posix: split hdev driversChristoph Hellwig1-260/+304
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig1-29/+19
2009-06-15raw-posix: always store open flagsChristoph Hellwig1-26/+21
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf7-16/+80
2009-05-28vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig1-4/+3
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig4-78/+79
2009-05-27qcow: add qcow_aio_setup helperChristoph Hellwig1-23/+29
2009-05-27raw-posix: fix hdev_createChristoph Hellwig1-10/+1
2009-05-27fix raw_pread_aligned return valueChristoph Hellwig1-1/+1
2009-05-27Drop bdrv_create2Kevin Wolf1-2/+9
2009-05-27qcow2: Update multiple refcounts at onceKevin Wolf1-4/+36
2009-05-27qcow2: Refactor update_refcountKevin Wolf1-30/+56
2009-05-27qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf2-77/+2
2009-05-22Add HTTP protocol using curl v6Alexander Graf1-0/+523
2009-05-22qcow2: Allow different cluster sizesKevin Wolf1-5/+48
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf8-34/+166
2009-05-21Do not attempt to allocate sn_tab when there are no snapshotsmalc1-0/+5
2009-05-14Fix warning on WIN32Anthony Liguori1-1/+0
2009-05-14Move block drivers into their own directoryAnthony Liguori13-0/+11385