aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2009-06-29Fix QCOW2 debugging code to compile againFilip Navara
2009-06-17Fix opening of read only raw imagesBlue Swirl
2009-06-16update_refcount: Write complete sectorsKevin Wolf
2009-06-16alloc_cluster_link_l2: Write complete sectorsKevin Wolf
2009-06-16l2_allocate: Write complete sectorsKevin Wolf
2009-06-16qcow2: Rename global functionsKevin Wolf
2009-06-16qcow2: Split out snapshot functionsKevin Wolf
2009-06-16qcow2: Split out guest cluster functionsKevin Wolf
2009-06-16qcow2: Split out refcount handlingKevin Wolf
2009-06-16qcow2: Change default cluster size to 64kKevin Wolf
2009-06-16raw-posix: Remove O_RDWR when attempting to open a file read-onlyAvi Kivity
2009-06-16raw-posix: open flags use BDRV_ namespace, not posix namespaceAvi Kivity
2009-06-15raw-posix: cleanup ioctl methodsChristoph Hellwig
2009-06-15block: add bdrv_probe_device methodChristoph Hellwig
2009-06-15raw-posix: split hdev driversChristoph Hellwig
2009-06-15raw-posix: add a raw_open_common helperChristoph Hellwig
2009-06-15raw-posix: always store open flagsChristoph Hellwig
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf
2009-05-28vvfat: one more missing BlockDriver C99 initializer conversionChristoph Hellwig
2009-05-27fully split aio_pool from BlockDriverChristoph Hellwig
2009-05-27qcow: add qcow_aio_setup helperChristoph Hellwig
2009-05-27raw-posix: fix hdev_createChristoph Hellwig
2009-05-27fix raw_pread_aligned return valueChristoph Hellwig
2009-05-27Drop bdrv_create2Kevin Wolf
2009-05-27qcow2: Update multiple refcounts at onceKevin Wolf
2009-05-27qcow2: Refactor update_refcountKevin Wolf
2009-05-27qcow/qcow2: Drop synchronous qcow_write()Kevin Wolf
2009-05-22Add HTTP protocol using curl v6Alexander Graf
2009-05-22qcow2: Allow different cluster sizesKevin Wolf
2009-05-22Convert all block drivers to new bdrv_createKevin Wolf
2009-05-21Do not attempt to allocate sn_tab when there are no snapshotsmalc
2009-05-14Fix warning on WIN32Anthony Liguori
2009-05-14Move block drivers into their own directoryAnthony Liguori