summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/parallels: add migration blockerJeff Cody2017-11-141-0/+15
* block/parallels: Do not update header or truncate image when INMIGRATEJeff Cody2017-11-141-5/+2Star
* block/vhdx.c: Don't blindly update the headerJeff Cody2017-11-141-7/+0Star
* block/snapshot: dirty all dirty bitmaps on snapshot-switchVladimir Sementsov-Ogievskiy2017-11-141-0/+14
* qcow2: Assert that the crypto header does not overlap other metadataAlberto Garcia2017-11-141-0/+1
* qcow2: Don't open images with header.refcount_table_clusters == 0Alberto Garcia2017-11-141-0/+6
* qcow2: Prevent allocating compressed clusters at offset 0Alberto Garcia2017-11-141-0/+7
* qcow2: Prevent allocating L2 tables at offset 0Alberto Garcia2017-11-141-0/+8
* qcow2: Prevent allocating refcount blocks at offset 0Alberto Garcia2017-11-141-0/+7
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-11-142-12/+30
|\
| * block: Leave valid throttle timers when removing a BDS from a backendAlberto Garcia2017-11-131-8/+8
| * block: Check for inserted BlockDriverState in blk_io_limits_disable()Alberto Garcia2017-11-131-4/+10
| * throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi2017-11-132-0/+8
| * block: all I/O should be completed before removing throttle timers.Zhengui2017-11-131-0/+4
* | nbd-client: Stricter enforcing of structured reply specEric Blake2017-11-091-2/+9
* | nbd-client: Short-circuit 0-length operationsEric Blake2017-11-091-1/+10
* | nbd-client: Refuse read-only client with BDRV_O_RDWREric Blake2017-11-091-0/+9
* | nbd-client: Fix error message typosEric Blake2017-11-091-3/+3
|/
* nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy2017-10-302-32/+459
* nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy2017-10-301-3/+5
* qcow2: Always execute preallocate() in a coroutineMax Reitz2017-10-261-7/+34
* qcow2: Fix unaligned preallocated truncationMax Reitz2017-10-261-0/+1
* qcow2: Emit errp when truncating the image tailMax Reitz2017-10-261-6/+7
* qcow2: Use BDRV_SECTOR_BITS instead of its literal valueAlberto Garcia2017-10-261-2/+2
* qcow2: Reduce is_zero() roundingEric Blake2017-10-261-9/+3Star
* block: Reduce bdrv_aligned_preadv() roundingEric Blake2017-10-261-6/+2Star
* block: Align block status requestsEric Blake2017-10-262-27/+57
* block: Convert bdrv_get_block_status_above() to bytesEric Blake2017-10-263-77/+26Star
* block: Switch bdrv_co_get_block_status_above() to byte-basedEric Blake2017-10-261-44/+24Star
* block: Switch bdrv_common_block_status_above() to byte-basedEric Blake2017-10-261-31/+30Star
* block: Switch BdrvCoGetBlockStatusData to byte-basedEric Blake2017-10-261-18/+38
* block: Switch bdrv_co_get_block_status() to byte-basedEric Blake2017-10-261-43/+81
* block: Convert bdrv_get_block_status() to bytesEric Blake2017-10-262-14/+35
* block: Switch bdrv_make_zero() to byte-basedEric Blake2017-10-261-16/+16
* qcow2: Switch is_zero_sectors() to byte-basedEric Blake2017-10-261-14/+19
* block: Make bdrv_round_to_clusters() signature more usefulEric Blake2017-10-263-8/+7Star
* block: Add flag to avoid wasted work in bdrv_is_allocated()Eric Blake2017-10-261-16/+41
* block: Allow NULL file for bdrv_get_block_status()Eric Blake2017-10-263-30/+30
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell2017-10-161-8/+10
|\
| * block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy2017-10-121-4/+4
| * block/nbd-client: assert qiov len once in nbd_co_requestVladimir Sementsov-Ogievskiy2017-10-121-4/+6
* | block/throttle.c: add bdrv_co_drain_begin/end callbacksManos Pitsidianakis2017-10-131-0/+18
* | block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis2017-10-132-5/+5
* | block: add bdrv_co_drain_end callbackManos Pitsidianakis2017-10-131-14/+34
|/
* config: qemu_config_parse() return number of config groupsEduardo Habkost2017-10-101-1/+0Star
* block/mirror: check backing in bdrv_mirror_top_flushVladimir Sementsov-Ogievskiy2017-10-061-0/+4
* qcow2: truncate the tail of the image file after shrinking the imagePavel Butsykin2017-10-063-0/+46
* qcow2: fix return error code in qcow2_truncate()Pavel Butsykin2017-10-061-2/+2
* block/mirror: check backing in bdrv_mirror_top_refresh_filenameVladimir Sementsov-Ogievskiy2017-10-061-0/+5
* block: support passthrough of BDRV_REQ_FUA in crypto driverDaniel P. Berrange2017-10-061-2/+5