summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-06-24vmdk: refuse to open higher version than supportedFam Zheng1-0/+9
2013-06-24qcow2: Batch discardsKevin Wolf4-7/+109
2013-06-24qcow2: Options to enable discard for freed clustersKevin Wolf3-0/+36
2013-06-24qcow2: Add refcount update reason to all callersKevin Wolf5-33/+66
2013-06-18Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-73/+56
2013-06-18iscsi: reorganize iscsi_readcapacity_syncPaolo Bonzini1-48/+46
2013-06-18iscsi: simplify freeing of tasksPaolo Bonzini1-25/+10
2013-06-18nbd: strip braces from literal IPv6 address in URIJán Tomko1-1/+10
2013-06-17Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-1/+1
2013-06-17vmdk: Allow reading variable size descriptor filesEvgeny Budilovsky1-7/+20
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones1-2/+0
2013-06-17vmdk: byteswap VMDK4Header.desc_offset fieldStefan Hajnoczi1-2/+5
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones1-0/+6
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan1-7/+5
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan1-1/+1
2013-06-17block: mirror_complete(): use error_setg_file_open()Luiz Capitulino1-1/+1
2013-06-11curl: Whitespace only changes.Richard W.M. Jones1-2/+2
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia1-3/+47
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia1-6/+37
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia1-13/+42
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf1-0/+3
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia1-30/+36
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia2-1/+361
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia2-0/+158
2013-05-18Remove twice include of qemu-common.hQiao Nuohan1-1/+0
2013-05-14qcow2: Catch some L1 table index overflowsKevin Wolf3-12/+29
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-05-03vmdk: add bdrv_co_write_zeroesFam Zheng1-18/+68
2013-05-03vmdk: store fields of VmdkMetaData in cpu endianFam Zheng1-9/+8
2013-05-03vmdk: change magic number to macroFam Zheng1-1/+2
2013-05-03vmdk: Add option to create zeroed-grain imageFam Zheng1-5/+17
2013-05-03vmdk: add support for “zeroed‐grain” GTEFam Zheng1-6/+18
2013-05-03vmdk: named return code.Fam Zheng1-26/+34
2013-05-03block: add read-only support to VHDX image format.Jeff Cody1-2/+121
2013-05-03block: initial VHDX driver support framework - supports open and probeJeff Cody3-0/+868
2013-05-03block: vhdx header for the QEMU support of VHDX imagesJeff Cody1-0/+311
2013-04-26sheepdog: fix loadvm operationLiu Yuan1-1/+53
2013-04-26sheepdog: resend write requests when SD_RES_READONLY is receivedMORITA Kazutaka1-1/+59
2013-04-26sheepdog: add helper function to reload inodeMORITA Kazutaka1-28/+39
2013-04-26sheepdog: add SD_RES_READONLY result codeMORITA Kazutaka1-0/+2
2013-04-26sheepdog: cleanup find_vdi_nameMORITA Kazutaka1-7/+8
2013-04-26rbd: Fix use after free in rbd_open()Kevin Wolf1-3/+6
2013-04-26sheepdog: implement .bdrv_co_is_allocated()Liu Yuan1-0/+37
2013-04-26sheepdog: use BDRV_SECTOR_SIZELiu Yuan1-6/+5
2013-04-26sheepdog: add discard/trim support for sheepdogLiu Yuan1-1/+63
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori15-224/+693
2013-04-22Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori1-6/+19
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf12-35/+19
2013-04-22vvfat: Use bdrv_open options instead of filenameKevin Wolf1-60/+168
2013-04-22sheepdog: Use bdrv_open options instead of filenameKevin Wolf1-1/+31