summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2019-03-12block/dirty-bitmap: explicitly lock bitmaps with successorsJohn Snow
2019-03-12block/dirty-bitmap: change semantics of enabled predicateJohn Snow
2019-03-12block/dirty-bitmap: remove set/reset assertions against enabled bitJohn Snow
2019-03-12block/dirty-bitmaps: rename frozen predicate helperJohn Snow
2019-03-12block/dirty-bitmap: add recording and busy propertiesJohn Snow
2019-03-12gluster: the glfs_io_cbk callback function pointer adds pre/post stat argsNiels de Vos
2019-03-12gluster: Handle changed glfs_ftruncate signaturePrasanna Kumar Kalever
2019-03-11block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Store data file name in the imageKevin Wolf
2019-03-08qcow2: Creating images with external data fileKevin Wolf
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf