aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell1-3/+3
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2019-05-10qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia2-2/+0
2019-05-10block: Remove bdrv_read() and bdrv_write()Alberto Garcia1-36/+7
2019-05-10vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia1-5/+7
2019-05-10vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia1-6/+9
2019-05-10qcow2: Replace bdrv_write() with bdrv_pwrite()Alberto Garcia1-2/+2
2019-05-10block/io.c: fix for the allocation failureAndrey Shinkevich1-1/+1
2019-05-07commit: Use bdrv_append() in commit_start()Alberto Garcia1-10/+1
2019-05-07block/ssh: Implement .bdrv_dirname()Max Reitz1-0/+21
2019-05-07block/ssh: Implement .bdrv_refresh_filename()Max Reitz1-5/+47
2019-05-07qcow2: discard bitmap when removedAndrey Shinkevich1-1/+1
2019-05-07qcow2-refcount: don't mask corruptions under internal errorsVladimir Sementsov-Ogievskiy1-10/+9
2019-05-07qcow2-refcount: check_refcounts_l2: don't count fixed cluster as allocatedVladimir Sementsov-Ogievskiy1-9/+9
2019-05-07qcow2-refcount: check_refcounts_l2: reduce ignored overlapsVladimir Sementsov-Ogievskiy1-7/+9
2019-05-07qcow2-refcount: avoid eating RAMVladimir Sementsov-Ogievskiy1-0/+19
2019-05-07qcow2-refcount: fix check_oflag_copiedVladimir Sementsov-Ogievskiy1-4/+4
2019-04-30block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy4-29/+41
2019-04-30commit: Make base read-only if there is an early failureAlberto Garcia1-0/+3
2019-04-30block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+1
2019-04-30block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+2
2019-04-30block/backup: use buffer-based ioVladimir Sementsov-Ogievskiy1-8/+6
2019-04-30block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy1-8/+6
2019-04-30block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy2-11/+7
2019-04-30block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy1-13/+6
2019-04-30block/qcow2: use buffer-based ioVladimir Sementsov-Ogievskiy1-7/+2
2019-04-30qcow2: Fix error handling in the compression codeAlberto Garcia1-9/+9
2019-04-30qcow2: Fix qcow2_make_empty() with external data fileKevin Wolf1-2/+5
2019-04-30qcow2: Fix full preallocation with external data fileKevin Wolf1-18/+23
2019-04-30qcow2: Add errp to preallocate_co()Kevin Wolf1-5/+6
2019-04-30qcow2: Avoid COW during metadata preallocationKevin Wolf1-1/+1
2019-04-30qemu-img: Saner printing of large file sizesEric Blake1-38/+11
2019-04-30block/vhdx: Use IEC binary prefixes for size constantsStefano Garzarella3-7/+9
2019-04-30block/vhdx: Remove redundant IEC binary prefixes definitionStefano Garzarella2-6/+3
2019-04-30vmdk: Set vmdk parent backing_format to vmdkSam Eiderman1-0/+2
2019-04-30vpc: unlock Coroutine lock to make IO submit ConcurrentlyZhengui li1-0/+4
2019-04-18block/qapi: Clean up how we print to monitor or stdoutMarkus Armbruster1-65/+55
2019-04-17block/ssh: Do not report read/write/flush errors to the userMarkus Armbruster2-25/+16
2019-04-16qcow2: Fix preallocation bdrv_pwrite to wrong fileKevin Wolf1-1/+2
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