aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-04-30qcow2: Fix full preallocation with external data fileKevin Wolf1-18/+23
2019-04-30qcow2: Add errp to preallocate_co()Kevin Wolf1-5/+6
2019-04-30qcow2: Avoid COW during metadata preallocationKevin Wolf1-1/+1
2019-04-30qemu-img: Saner printing of large file sizesEric Blake1-38/+11
2019-04-30block/vhdx: Use IEC binary prefixes for size constantsStefano Garzarella3-7/+9
2019-04-30block/vhdx: Remove redundant IEC binary prefixes definitionStefano Garzarella2-6/+3
2019-04-30vmdk: Set vmdk parent backing_format to vmdkSam Eiderman1-0/+2
2019-04-30vpc: unlock Coroutine lock to make IO submit ConcurrentlyZhengui li1-0/+4
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster1-65/+55
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster2-25/+16
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf1-1/+2
2019-04-02block: freeze the backing chain earlier in stream_start()Alberto Garcia1-6/+7
2019-04-02block/file-posix: do not fail on unlock bytesVladimir Sementsov-Ogievskiy1-0/+12
2019-04-02block/gluster: limit the transfer size to 512 MiBStefano Garzarella1-0/+16
2019-04-01nbd/client: Trace server noncompliance on structured readsEric Blake2-2/+11
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake1-0/+7
2019-04-01nbd/client: Support qemu-img convert from unaligned sizeEric Blake1-1/+38
2019-03-30nbd/client: Report offsets in bdrv_block_statusEric Blake1-2/+7
2019-03-30nbd/client: Lower min_block for block-status, unaligned sizeEric Blake1-1/+18
2019-03-30nbd-client: Work around server BLOCK_STATUS misalignment at EOFEric Blake1-4/+26
2019-03-30nbd: Permit simple error to NBD_CMD_BLOCK_STATUSEric Blake1-3/+1
2019-03-30nbd: Don't lose server's error to NBD_CMD_BLOCK_STATUSEric Blake1-6/+3
2019-03-30nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUSEric Blake2-5/+17
2019-03-26file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf1-8/+16
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf4-7/+7
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf1-1/+11
2019-03-26block: Remove error messages in bdrv_make_zero()Kevin Wolf1-4/+0
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster1-1/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-24/+24
2019-03-19block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia3-3/+3
2019-03-19vmdk: Support version=3 in VMDK descriptor filesSam Eiderman1-2/+4
2019-03-19qcow2: Fix data file error condition in qcow2_co_create()Kevin Wolf1-1/+1
2019-03-19mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez1-0/+16
2019-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+16
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell4-113/+236
2019-03-13file-posix: add drop-cache=on|off optionStefan Hajnoczi1-0/+16
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia1-2/+1
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia3-0/+34
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia1-2/+2
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia1-0/+21
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia1-0/+8
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia1-0/+16
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf1-19/+17
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf1-11/+85
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf1-11/+16
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf1-0/+10
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf1-45/+62
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy1-6/+6
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow3-3/+48
2019-03-12block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy1-3/+18