summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-11-29vmdk: Allow read only open of VMDK version 3Fam Zheng1-1/+8
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf2-2/+3
2013-11-29blkdebug: add "remove_break" commandFam Zheng1-0/+27
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan1-1/+73
2013-11-29sheepdog: refactor do_sd_create()Liu Yuan1-22/+15
2013-11-29COW: Extend checking allocated bits to beyond one sectorCharlie Shepherd1-10/+26
2013-11-29COW: Speed up writesCharlie Shepherd1-38/+50
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng1-0/+5
2013-11-29block: per caller dirty bitmapFam Zheng2-18/+13
2013-11-28block/stream: Don't stream unbacked devicesMax Reitz1-0/+5
2013-11-28sheepdog: implement .bdrv_get_allocated_file_sizeLiu Yuan1-0/+19
2013-11-28iscsi: add bdrv_co_write_zeroesPeter Lieven1-0/+64
2013-11-28iscsi: simplify iscsi_co_discardPeter Lieven1-42/+25
2013-11-28iscsi: set limits in BlockDriverStatePeter Lieven1-0/+14
2013-11-28block/raw: copy BlockLimits on raw_openPeter Lieven1-0/+1
2013-11-28block/iscsi: add .bdrv_get_infoPeter Lieven1-0/+9
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven1-1/+1
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven6-7/+11
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven1-1/+1
2013-11-14block: Print its file name if backing file opening failedFam Zheng2-2/+0
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody2-1/+572
2013-11-07block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody1-5/+5
2013-11-07block: vhdx - break out code operations to functionsJeff Cody1-41/+80
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody3-17/+87
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody2-5/+2
2013-11-07block: vhdx write supportJeff Cody2-5/+209
2013-11-07block: vhdx - add log write supportJeff Cody2-0/+285
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody2-0/+91
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody4-53/+749
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody1-11/+11
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody2-6/+30
2013-11-07block: vhdx - break endian translation functions outJeff Cody4-44/+150
2013-11-07block: vhdx - log support struct and definesJeff Cody1-16/+30
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody2-52/+48
2013-11-07block: vhdx - add header update capability.Jeff Cody3-5/+172
2013-11-07block: vhdx - minor comments and typo correction.Jeff Cody2-5/+7
2013-11-07block/vpc: fix virtual size for images created with disk2vhdPeter Lieven1-0/+9
2013-11-07block/raw-posix: fix FreeBSD compilationAndreas Tobler1-1/+2
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell1-1/+1
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori7-135/+325
2013-10-31vmdk: Implment bdrv_get_specific_infoFam Zheng1-1/+67
2013-10-30sheepdog: check simultaneous create in resend_aioreqMORITA Kazutaka1-32/+32
2013-10-30sheepdog: cancel aio requests if possibleMORITA Kazutaka1-11/+59
2013-10-30sheepdog: make add_aio_request and send_aioreq void functionsMORITA Kazutaka1-49/+17
2013-10-30sheepdog: try to reconnect to sheepdog after network errorMORITA Kazutaka1-14/+66
2013-10-30sheepdog: reload inode outside of resend_aioreqMORITA Kazutaka1-14/+19
2013-10-30sheepdog: handle vdi objects in resend_aio_reqMORITA Kazutaka1-5/+16
2013-10-30sheepdog: check return values of qemu_co_recv/send correctlyMORITA Kazutaka1-8/+8
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf3-4/+10
2013-10-28sheepdog: pass copy_policy in the requestLiu Yuan1-7/+13