summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/file-posix: Unaligned O_DIRECT block-statusMax Reitz2019-05-201-0/+16
* blockjob: Propagate AioContext change to all job nodesKevin Wolf2019-05-202-17/+1Star
* block: Add blk_set_allow_aio_context_change()Kevin Wolf2019-05-201-0/+10
* block: Implement .(can_)set_aio_ctx for BlockBackendKevin Wolf2019-05-201-2/+43
* block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia2019-05-201-3/+3
* qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia2019-05-204-14/+23
* block/file-posix: Truncate in xfs_write_zeroes()Max Reitz2019-05-201-0/+13
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...Peter Maydell2019-05-131-3/+3
|\
| * Clean up ill-advised or unusual header guardsMarkus Armbruster2019-05-131-3/+3
* | qcow2: Remove BDRVQcow2State.cluster_sectorsAlberto Garcia2019-05-102-2/+0Star
* | block: Remove bdrv_read() and bdrv_write()Alberto Garcia2019-05-101-36/+7Star
* | vvfat: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia2019-05-101-5/+7
* | vdi: Replace bdrv_{read,write}() with bdrv_{pread,pwrite}()Alberto Garcia2019-05-101-6/+9
* | qcow2: Replace bdrv_write() with bdrv_pwrite()Alberto Garcia2019-05-101-2/+2
|/
* block/io.c: fix for the allocation failureAndrey Shinkevich2019-05-101-1/+1
* 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