aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf
2019-04-02block: freeze the backing chain earlier in stream_start()Alberto Garcia
2019-04-02block/file-posix: do not fail on unlock bytesVladimir Sementsov-Ogievskiy
2019-04-02block/gluster: limit the transfer size to 512 MiBStefano Garzarella
2019-04-01nbd/client: Trace server noncompliance on structured readsEric Blake
2019-04-01block: Add bdrv_get_request_alignment()Eric Blake
2019-04-01nbd/client: Support qemu-img convert from unaligned sizeEric Blake
2019-03-30nbd/client: Report offsets in bdrv_block_statusEric Blake
2019-03-30nbd/client: Lower min_block for block-status, unaligned sizeEric Blake
2019-03-30nbd-client: Work around server BLOCK_STATUS misalignment at EOFEric Blake
2019-03-30nbd: Permit simple error to NBD_CMD_BLOCK_STATUSEric Blake
2019-03-30nbd: Don't lose server's error to NBD_CMD_BLOCK_STATUSEric Blake
2019-03-30nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUSEric Blake
2019-03-26file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf
2019-03-26block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf
2019-03-26block: Add BDRV_REQ_NO_FALLBACKKevin Wolf
2019-03-26block: Remove error messages in bdrv_make_zero()Kevin Wolf
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-19block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia
2019-03-19vmdk: Support version=3 in VMDK descriptor filesSam Eiderman
2019-03-19qcow2: Fix data file error condition in qcow2_co_create()Kevin Wolf
2019-03-19mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez
2019-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-03-13Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2019-03-13file-posix: add drop-cache=on|off optionStefan Hajnoczi
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow
2019-03-12block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy
2019-03-12bitmaps: Fix typo in function nameEric Blake
2019-03-12block/dirty-bitmaps: implement inconsistent bitJohn Snow
2019-03-12block/dirty-bitmaps: disallow busy bitmaps as merge sourceJohn Snow
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow
2019-03-12block/dirty-bitmap: add inconsistent statusJohn Snow
2019-03-12block/dirty-bitmaps: add inconsistent bitJohn Snow
2019-03-12block/dirty-bitmaps: move comment blockJohn Snow
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow