summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao2-12/+12
2013-12-05block/iscsi: set bs->bl.opt_transfer_lengthPeter Lieven1-0/+3
2013-12-05block/iscsi: set bdi->cluster_sizePeter Lieven1-0/+7
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia1-0/+18
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia3-6/+68
2013-12-04qcow2: Zero-initialise first cluster for new imagesKevin Wolf1-16/+20
2013-12-03raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini2-13/+74
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for block devicesPaolo Bonzini1-0/+37
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini1-2/+64
2013-12-03block/iscsi: check WRITE SAME support differently depending on MAY_UNMAPPaolo Bonzini1-2/+17
2013-12-03block/iscsi: updated copyrightPeter Lieven1-0/+1
2013-12-03block/iscsi: remove .bdrv_has_zero_initPeter Lieven1-7/+0
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini3-0/+6
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini5-0/+9
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini2-0/+24
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini1-6/+6
2013-12-03vmdk: Fix creating big description fileFam Zheng1-24/+38
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