aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao
2013-12-05block/iscsi: set bs->bl.opt_transfer_lengthPeter Lieven
2013-12-05block/iscsi: set bdi->cluster_sizePeter Lieven
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-12-04qcow2: Zero-initialise first cluster for new imagesKevin Wolf
2013-12-03raw-posix: add support for write_zeroes on XFS and block devicesPaolo Bonzini
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for block devicesPaolo Bonzini
2013-12-03raw-posix: implement write_zeroes with MAY_UNMAP for filesPaolo Bonzini
2013-12-03block/iscsi: check WRITE SAME support differently depending on MAY_UNMAPPaolo Bonzini
2013-12-03block/iscsi: updated copyrightPeter Lieven
2013-12-03block/iscsi: remove .bdrv_has_zero_initPeter Lieven
2013-12-03block drivers: expose requirement for write same alignment from formatsPaolo Bonzini
2013-12-03block drivers: add discard/write_zeroes properties to bdrv_get_info implement...Paolo Bonzini
2013-12-03vpc, vhdx: add get_infoPaolo Bonzini
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini
2013-12-03vmdk: Fix creating big description fileFam Zheng
2013-11-29vmdk: Allow read only open of VMDK version 3Fam Zheng
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf
2013-11-29blkdebug: add "remove_break" commandFam Zheng
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan
2013-11-29sheepdog: refactor do_sd_create()Liu Yuan
2013-11-29COW: Extend checking allocated bits to beyond one sectorCharlie Shepherd
2013-11-29COW: Speed up writesCharlie Shepherd
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng
2013-11-29block: per caller dirty bitmapFam Zheng
2013-11-28block/stream: Don't stream unbacked devicesMax Reitz
2013-11-28sheepdog: implement .bdrv_get_allocated_file_sizeLiu Yuan
2013-11-28iscsi: add bdrv_co_write_zeroesPeter Lieven
2013-11-28iscsi: simplify iscsi_co_discardPeter Lieven
2013-11-28iscsi: set limits in BlockDriverStatePeter Lieven
2013-11-28block/raw: copy BlockLimits on raw_openPeter Lieven
2013-11-28block/iscsi: add .bdrv_get_infoPeter Lieven
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven
2013-11-14block: Print its file name if backing file opening failedFam Zheng
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody
2013-11-07block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody
2013-11-07block: vhdx - break out code operations to functionsJeff Cody
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody
2013-11-07block: vhdx write supportJeff Cody
2013-11-07block: vhdx - add log write supportJeff Cody
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody
2013-11-07block: vhdx - break endian translation functions outJeff Cody
2013-11-07block: vhdx - log support struct and definesJeff Cody