summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/nfs: fix nfs_client_open for filesize greater than 1TBPeter Lieven2017-11-291-4/+3Star
* blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini2017-11-294-7/+7
* block: Expect graph changes in bdrv_parent_drained_begin/endKevin Wolf2017-11-291-4/+4
* block: Error out on load_vm with active dirty bitmapsKevin Wolf2017-11-211-12/+3Star
* block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf2017-11-211-5/+6
* block: Add errp to bdrv_snapshot_goto()Kevin Wolf2017-11-211-6/+17
* block: Don't request I/O permission with BDRV_O_NO_IOKevin Wolf2017-11-211-4/+6
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-11-1715-39/+244
|\
| * block: Make bdrv_next() keep strong referencesMax Reitz2017-11-172-2/+52
| * qcow2: Fix overly broad madvise()Max Reitz2017-11-171-1/+1
| * qcow2: Refuse to get unaligned offsets from cacheMax Reitz2017-11-171-0/+21
| * qcow2: Add bounds check to get_refblock_offset()Max Reitz2017-11-172-7/+25
| * block: Guard against NULL bs->drvMax Reitz2017-11-174-2/+59
| * qcow2: Unaligned zero cluster in handle_alloc()Max Reitz2017-11-171-1/+12
| * qcow2: check_errors are fatalMax Reitz2017-11-171-1/+4
| * qcow2: reject unaligned offsets in write compressedAnton Nefedov2017-11-171-0/+4
| * qcow2: fix image corruption on commit with persistent bitmapEric Blake2017-11-171-7/+10
| * qcow2: fix image corruption after committing qcow2 image into baseDaniel P. Berrange2017-11-171-2/+4
| * block: Deprecate bdrv_set_read_only() and usersKevin Wolf2017-11-175-14/+44
| * qcow2: don't permit changing encryption parametersDaniel P. Berrange2017-11-171-0/+3
| * replication: Fix replication open failWang Guang2017-11-171-4/+7
* | nbd: Don't crash when server reports NBD_CMD_READ failureEric Blake2017-11-171-2/+2
|/
* throttle-groups: forget timer and schedule next TGM on detachStefan Hajnoczi2017-11-161-0/+12
* 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