aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-07-29block: vpc - prevent overflow if max_table_entries >= 0x40000000Jeff Cody
2015-07-29block/nfs: limit maximum readahead size to 1MBPeter Lieven
2015-07-29mirror: Do zero write on target if sectors not allocatedFam Zheng
2015-07-29qmp: Add optional bool "unmap" to drive-mirrorFam Zheng
2015-07-29vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng
2015-07-29vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng
2015-07-29qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz
2015-07-28qcow2: Flush pending discards before allocating clusterKevin Wolf
2015-07-28vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng
2015-07-28vmdk: Fix next_cluster_sector for compressed writeFam Zheng
2015-07-28block/iscsi: do not forget to logout from targetPeter Lieven
2015-04-09block/iscsi: handle zero events from iscsi_which_eventsPeter Lieven
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf
2015-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-19Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell
2015-03-19raw-posix: Deprecate aio=threads fallback without O_DIRECTKevin Wolf
2015-03-19raw-posix: Deprecate host floppy passthroughMarkus Armbruster
2015-03-19block/qapi: Fix Sparse warningStefan Weil
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz
2015-03-18nbd: Fix nbd_establish_connection()'s return valueMax Reitz
2015-03-16block/vpc: remove disabled code from get_sector_offsetPeter Lieven
2015-03-16block/vpc: rename footer->size -> footer->current_sizePeter Lieven
2015-03-16block/vpc: make calculate_geometry spec conformPeter Lieven
2015-03-16vpc: Ignore geometry for large imagesKevin Wolf
2015-03-16block/vpc: optimize vpc_co_get_block_statusPeter Lieven
2015-03-16qcow2: Respect new_block in alloc_refcount_block()Max Reitz
2015-03-16block: Fix block-set-write-threshold not to use funky error classMarkus Armbruster
2015-03-12qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10block/raw-posix: fix launching with failed disksStefan Hajnoczi
2015-03-10sheepdog: Fix misleading error messages in sd_snapshot_create()Markus Armbruster
2015-03-10block/vdi: Add locking for parallel requestsMax Reitz
2015-03-10sheepdog: fix confused return valuesLiu Yuan
2015-03-10block-backend: Add wrappers for blocksizes and geometry probingEkaterina Tumanova
2015-03-10block: Add driver methods to probe blocksizes and geometryEkaterina Tumanova
2015-03-10raw-posix: Factor block size detection out of raw_probe_alignment()Ekaterina Tumanova
2015-03-10blkdebug: fix "once" ruleJohn Snow
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz
2015-03-10qcow2: Use symbolic macros in qcow2_amend_optionsMax Reitz
2015-03-10qcow2: refcount_order parameter for qcow2_create2Max Reitz
2015-03-10qcow2: Open images with refcount order != 4Max Reitz
2015-03-10qcow2: More helpers for refcount modificationMax Reitz
2015-03-10qcow2: Helper function for refcount modificationMax Reitz
2015-03-10qcow2: Helper for refcount array reallocationMax Reitz
2015-03-10qcow2: Use 64 bits for refcount valuesMax Reitz
2015-03-10qcow2: Use unsigned addend for update_refcount()Max Reitz
2015-03-10qcow2: Only return status from qcow2_get_refcountMax Reitz
2015-03-10qcow2: Do not return new value after refcount updateMax Reitz
2015-03-10qcow2: Add refcount_bits to format-specific infoMax Reitz