summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/iscsi: fix initialization of iTask in iscsi_co_get_block_statusPeter Lieven2018-01-161-1/+2
* block/nbd: fix segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo2018-01-081-0/+1
* block: Keep nodes drained between reopen_queue/multipleKevin Wolf2017-12-221-0/+6
* commit: Simplify reopen of baseKevin Wolf2017-12-221-7/+1Star
* block: Allow graph changes in subtree drained sectionKevin Wolf2017-12-221-4/+24
* block: Add bdrv_subtree_drained_begin/end()Kevin Wolf2017-12-221-11/+43
* block: Don't notify parents in drain call chainKevin Wolf2017-12-221-13/+34
* block: Nested drain_end must still call callbacksKevin Wolf2017-12-221-5/+7
* block: Don't block_job_pause_all() in bdrv_drain_all()Kevin Wolf2017-12-221-4/+0Star
* block: Make bdrv_drain() driver callbacks non-recursiveKevin Wolf2017-12-221-7/+9
* block: Assert drain_all is only called from main AioContextKevin Wolf2017-12-221-0/+6
* block: Remove unused bdrv_requests_pendingFam Zheng2017-12-221-18/+0Star
* qcow2: get rid of qcow2_backing_read1 routineEdgar Kaziakhmedov2017-12-222-46/+8Star
* block: Unify order in drain functionsKevin Wolf2017-12-221-4/+8
* block: Don't wait for requests in bdrv_drain*_end()Kevin Wolf2017-12-221-2/+0Star
* block: bdrv_drain_recurse(): Remove unused begin parameterKevin Wolf2017-12-221-6/+6
* block: Call .drain_begin only once in bdrv_drain_all_begin()Kevin Wolf2017-12-221-2/+1Star
* block: Make bdrv_drain_invoke() recursiveKevin Wolf2017-12-221-3/+11
* block/iscsi: only report an iSCSI Failure if we don't handle it gracefullyPeter Lieven2017-12-211-11/+32
* block/iscsi: dont leave allocmap in an invalid state on UNMAP failurePeter Lieven2017-12-211-4/+4
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-12-202-4/+2Star
|\
| * coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi2017-12-192-4/+2Star
* | 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