summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2017-12-194-141/+172
|\ \ | |/ |/|
| * block/curl: fix minor memory leaksJeff Cody2017-12-181-0/+6
| * block/curl: check error return of curl_global_init()Jeff Cody2017-12-181-6/+12
| * block/sheepdog: code beautificationJeff Cody2017-12-181-82/+82
| * block/sheepdog: remove spurious NULL checkJeff Cody2017-12-181-1/+1
| * backup: use copy_bitmap in incremental backupVladimir Sementsov-Ogievskiy2017-12-181-38/+17Star
| * backup: simplify non-dirty bits progress processingVladimir Sementsov-Ogievskiy2017-12-181-15/+3Star
| * backup: init copy_bitmap from sync_bitmap for incrementalVladimir Sementsov-Ogievskiy2017-12-181-1/+43
| * backup: move from done_bitmap to copy_bitmapVladimir Sementsov-Ogievskiy2017-12-181-9/+14
| * hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy2017-12-181-0/+5
* | block: remove "qemu/osdep.h" from header filePhilippe Mathieu-Daudé2017-12-181-1/+0Star
|/
* 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