aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-11-14block/parallels: add migration blockerJeff Cody
2017-11-14block/parallels: Do not update header or truncate image when INMIGRATEJeff Cody
2017-11-14block/vhdx.c: Don't blindly update the headerJeff Cody
2017-11-14block/snapshot: dirty all dirty bitmaps on snapshot-switchVladimir Sementsov-Ogievskiy
2017-11-14qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia
2017-11-14qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia
2017-11-14qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia
2017-11-14qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia
2017-11-14qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia
2017-11-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-11-13block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia
2017-11-13block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia
2017-11-13throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi
2017-11-13block: all I/O should be completed before removing throttle timers.Zhengui
2017-11-09nbd-client: Stricter enforcing of structured reply specEric Blake
2017-11-09nbd-client: Short-circuit 0-length operationsEric Blake
2017-11-09nbd-client: Refuse read-only client with BDRV_O_RDWREric Blake
2017-11-09nbd-client: Fix error message typosEric Blake
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia
2017-10-26qcow2: Reduce is_zero() roundingEric Blake
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake
2017-10-26block: Align block status requestsEric Blake
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake
2017-10-26block: Switch bdrv_co_get_block_status() to byte-basedEric Blake
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake
2017-10-26block: Switch bdrv_make_zero() to byte-basedEric Blake
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake
2017-10-26block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell
2017-10-13block/throttle.c: add bdrv_co_drain_begin/end callbacksManos Pitsidianakis
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis
2017-10-12block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy
2017-10-12block/nbd-client: assert qiov len once in nbd_co_requestVladimir Sementsov-Ogievskiy
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange