aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12bitmaps: Fix typo in function nameEric Blake2-5/+5
2019-03-12block/dirty-bitmaps: implement inconsistent bitJohn Snow1-48/+51
2019-03-12block/dirty-bitmaps: disallow busy bitmaps as merge sourceJohn Snow1-0/+3
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow1-12/+30
2019-03-12block/dirty-bitmap: add inconsistent statusJohn Snow1-1/+6
2019-03-12block/dirty-bitmaps: add inconsistent bitJohn Snow1-0/+20
2019-03-12block/dirty-bitmaps: move comment blockJohn Snow1-17/+19
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow1-24/+19
2019-03-12block/dirty-bitmap: explicitly lock bitmaps with successorsJohn Snow1-5/+6
2019-03-12block/dirty-bitmap: change semantics of enabled predicateJohn Snow1-2/+7
2019-03-12block/dirty-bitmap: remove set/reset assertions against enabled bitJohn Snow1-2/+0