summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-11-14block/parallels: add migration blockerJeff Cody1-0/+15
2017-11-14block/parallels: Do not update header or truncate image when INMIGRATEJeff Cody1-5/+2
2017-11-14block/vhdx.c: Don't blindly update the headerJeff Cody1-7/+0
2017-11-14block/snapshot: dirty all dirty bitmaps on snapshot-switchVladimir Sementsov-Ogievskiy1-0/+14
2017-11-14qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia1-0/+1
2017-11-14qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia1-0/+6
2017-11-14qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia1-0/+7
2017-11-14qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia1-0/+8
2017-11-14qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia1-0/+7
2017-11-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-12/+30
2017-11-13block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia1-8/+8
2017-11-13block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia1-4/+10
2017-11-13throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi2-0/+8
2017-11-13block: all I/O should be completed before removing throttle timers.Zhengui1-0/+4
2017-11-09nbd-client: Stricter enforcing of structured reply specEric Blake1-2/+9
2017-11-09nbd-client: Short-circuit 0-length operationsEric Blake1-1/+10
2017-11-09nbd-client: Refuse read-only client with BDRV_O_RDWREric Blake1-0/+9
2017-11-09nbd-client: Fix error message typosEric Blake1-3/+3
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2-32/+459
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy1-3/+5
2017-10-26qcow2: Always execute preallocate() in a coroutineMax Reitz1-7/+34
2017-10-26qcow2: Fix unaligned preallocated truncationMax Reitz1-0/+1
2017-10-26qcow2: Emit errp when truncating the image tailMax Reitz1-6/+7
2017-10-26qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia1-2/+2
2017-10-26qcow2: Reduce is_zero() roundingEric Blake1-9/+3
2017-10-26block: Reduce bdrv_aligned_preadv() roundingEric Blake1-6/+2
2017-10-26block: Align block status requestsEric Blake2-27/+57
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake3-77/+26
2017-10-26block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake1-44/+24
2017-10-26block: Switch bdrv_common_block_status_above() to byte-basedEric Blake1-31/+30
2017-10-26block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake1-18/+38
2017-10-26block: Switch bdrv_co_get_block_status() to byte-basedEric Blake1-43/+81
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake2-14/+35
2017-10-26block: Switch bdrv_make_zero() to byte-basedEric Blake1-16/+16
2017-10-26qcow2: Switch is_zero_sectors() to byte-basedEric Blake1-14/+19
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake3-8/+7
2017-10-26block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake1-16/+41
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake3-30/+30
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell1-8/+10
2017-10-13block/throttle.c: add bdrv_co_drain_begin/end callbacksManos Pitsidianakis1-0/+18
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis2-5/+5
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis1-14/+34
2017-10-12block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-4/+4
2017-10-12block/nbd-client: assert qiov len once in nbd_co_requestVladimir Sementsov-Ogievskiy1-4/+6
2017-10-09config: qemu_config_parse() return number of config groupsEduardo Habkost1-1/+0
2017-10-06block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy1-0/+4
2017-10-06qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin3-0/+46
2017-10-06qcow2: fix return error code in qcow2_truncate()Pavel Butsykin1-2/+2
2017-10-06block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy1-0/+5
2017-10-06block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange1-2/+5