aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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