summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* commit: Use bdrv_append() in commit_start()Alberto Garcia2019-05-071-10/+1Star
* block/ssh: Implement .bdrv_dirname()Max Reitz2019-05-071-0/+21
* block/ssh: Implement .bdrv_refresh_filename()Max Reitz2019-05-071-5/+47
* qcow2: discard bitmap when removedAndrey Shinkevich2019-05-071-1/+1
* qcow2-refcount: don't mask corruptions under internal errorsVladimir Sementsov-Ogievskiy2019-05-071-10/+9Star
* qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocatedVladimir Sementsov-Ogievskiy2019-05-071-9/+9
* qcow2-refcount: check_refcounts_l2: reduce ignored overlapsVladimir Sementsov-Ogievskiy2019-05-071-7/+9
* qcow2-refcount: avoid eating RAMVladimir Sementsov-Ogievskiy2019-05-071-0/+19
* qcow2-refcount: fix check_oflag_copiedVladimir Sementsov-Ogievskiy2019-05-071-4/+4
* block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy2019-04-304-29/+41
* commit: Make base read-only if there is an early failureAlberto Garcia2019-04-301-0/+3
* block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+1Star
* block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+2Star
* block/backup: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-8/+6Star
* block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-8/+6Star
* block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-302-11/+7Star
* block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-13/+6Star
* block/qcow2: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-7/+2Star
* qcow2: Fix error handling in the compression codeAlberto Garcia2019-04-301-9/+9
* qcow2: Fix qcow2_make_empty() with external data fileKevin Wolf2019-04-301-2/+5
* qcow2: Fix full preallocation with external data fileKevin Wolf2019-04-301-18/+23
* qcow2: Add errp to preallocate_co()Kevin Wolf2019-04-301-5/+6
* qcow2: Avoid COW during metadata preallocationKevin Wolf2019-04-301-1/+1
* qemu-img: Saner printing of large file sizesEric Blake2019-04-301-38/+11Star
* block/vhdx: Use IEC binary prefixes for size constantsStefano Garzarella2019-04-303-7/+9
* block/vhdx: Remove redundant IEC binary prefixes definitionStefano Garzarella2019-04-302-6/+3Star
* vmdk: Set vmdk parent backing_format to vmdkSam Eiderman2019-04-301-0/+2
* vpc: unlock Coroutine lock to make IO submit ConcurrentlyZhengui li2019-04-301-0/+4
* 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