summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster2019-04-181-65/+55Star
* block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster2019-04-172-25/+16Star
* qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf2019-04-161-1/+2
* block: freeze the backing chain earlier in stream_start()Alberto Garcia2019-04-021-6/+7
* block/file-posix: do not fail on unlock bytesVladimir Sementsov-Ogievskiy2019-04-021-0/+12
* block/gluster: limit the transfer size to 512 MiBStefano Garzarella2019-04-021-0/+16
* nbd/client: Trace server noncompliance on structured readsEric Blake2019-04-012-2/+11
* block: Add bdrv_get_request_alignment()Eric Blake2019-04-011-0/+7
* nbd/client: Support qemu-img convert from unaligned sizeEric Blake2019-04-011-1/+38
* nbd/client: Report offsets in bdrv_block_statusEric Blake2019-03-311-2/+7
* nbd/client: Lower min_block for block-status, unaligned sizeEric Blake2019-03-311-1/+18
* nbd-client: Work around server BLOCK_STATUS misalignment at EOFEric Blake2019-03-301-4/+26
* nbd: Permit simple error to NBD_CMD_BLOCK_STATUSEric Blake2019-03-301-3/+1Star
* nbd: Don't lose server's error to NBD_CMD_BLOCK_STATUSEric Blake2019-03-301-6/+3Star
* nbd: Tolerate some server non-compliance in NBD_CMD_BLOCK_STATUSEric Blake2019-03-302-5/+17
* file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf2019-03-261-8/+16
* block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf2019-03-264-7/+7
* block: Add BDRV_REQ_NO_FALLBACKKevin Wolf2019-03-261-1/+11
* block: Remove error messages in bdrv_make_zero()Kevin Wolf2019-03-261-4/+0Star
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-24/+24
* block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia2019-03-193-3/+3
* vmdk: Support version=3 in VMDK descriptor filesSam Eiderman2019-03-191-2/+4
* qcow2: Fix data file error condition in qcow2_co_create()Kevin Wolf2019-03-191-1/+1
* mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez2019-03-191-0/+16
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-03-141-0/+16
|\
| * file-posix: add drop-cache=on|off optionStefan Hajnoczi2019-03-131-0/+16
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-03-134-113/+236
|\ \
| * | block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow2019-03-123-3/+48
| * | block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy2019-03-121-3/+18
| * | bitmaps: Fix typo in function nameEric Blake2019-03-122-5/+5
| * | block/dirty-bitmaps: implement inconsistent bitJohn Snow2019-03-121-48/+51
| * | block/dirty-bitmaps: disallow busy bitmaps as merge sourceJohn Snow2019-03-121-0/+3
| * | block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow2019-03-121-12/+30
| * | block/dirty-bitmap: add inconsistent statusJohn Snow2019-03-121-1/+6
| * | block/dirty-bitmaps: add inconsistent bitJohn Snow2019-03-121-0/+20
| * | block/dirty-bitmaps: move comment blockJohn Snow2019-03-121-17/+19
| * | block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow2019-03-121-24/+19Star
| * | block/dirty-bitmap: explicitly lock bitmaps with successorsJohn Snow2019-03-121-5/+6
| * | block/dirty-bitmap: change semantics of enabled predicateJohn Snow2019-03-121-2/+7
| * | block/dirty-bitmap: remove set/reset assertions against enabled bitJohn Snow2019-03-121-2/+0Star
| * | block/dirty-bitmaps: rename frozen predicate helperJohn Snow2019-03-121-14/+18
| * | block/dirty-bitmap: add recording and busy propertiesJohn Snow2019-03-121-0/+9
| |/
* | block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-2/+1Star
* | block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia2019-03-123-0/+34
* | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia2019-03-121-2/+2
* | block: Freeze the backing chain for the duration of the stream jobAlberto Garcia2019-03-121-0/+21
* | block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia2019-03-121-0/+8
* | block: Freeze the backing chain for the duration of the commit jobAlberto Garcia2019-03-121-0/+16
* | file-posix: Make auto-read-only dynamicKevin Wolf2019-03-121-19/+17Star