aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-01-16block/iscsi: fix initialization of iTask in iscsi_co_get_block_statusPeter Lieven
2018-01-08block/nbd: fix segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo
2017-12-22block: Keep nodes drained between reopen_queue/multipleKevin Wolf
2017-12-22commit: Simplify reopen of baseKevin Wolf
2017-12-22block: Allow graph changes in subtree drained sectionKevin Wolf
2017-12-22block: Add bdrv_subtree_drained_begin/end()Kevin Wolf
2017-12-22block: Don't notify parents in drain call chainKevin Wolf
2017-12-22block: Nested drain_end must still call callbacksKevin Wolf
2017-12-22block: Don't block_job_pause_all() in bdrv_drain_all()Kevin Wolf
2017-12-22block: Make bdrv_drain() driver callbacks non-recursiveKevin Wolf
2017-12-22block: Assert drain_all is only called from main AioContextKevin Wolf
2017-12-22block: Remove unused bdrv_requests_pendingFam Zheng
2017-12-22qcow2: get rid of qcow2_backing_read1 routineEdgar Kaziakhmedov
2017-12-22block: Unify order in drain functionsKevin Wolf
2017-12-22block: Don't wait for requests in bdrv_drain*_end()Kevin Wolf
2017-12-22block: bdrv_drain_recurse(): Remove unused begin parameterKevin Wolf
2017-12-22block: Call .drain_begin only once in bdrv_drain_all_begin()Kevin Wolf
2017-12-22block: Make bdrv_drain_invoke() recursiveKevin Wolf
2017-12-21block/iscsi: only report an iSCSI Failure if we don't handle it gracefullyPeter Lieven
2017-12-21block/iscsi: dont leave allocmap in an invalid state on UNMAP failurePeter Lieven
2017-12-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-12-19Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2017-12-19coroutine: simplify co_aio_sleep_ns() prototypeStefan Hajnoczi
2017-12-18block/curl: fix minor memory leaksJeff Cody
2017-12-18block/curl: check error return of curl_global_init()Jeff Cody
2017-12-18block/sheepdog: code beautificationJeff Cody
2017-12-18block/sheepdog: remove spurious NULL checkJeff Cody
2017-12-18backup: use copy_bitmap in incremental backupVladimir Sementsov-Ogievskiy
2017-12-18backup: simplify non-dirty bits progress processingVladimir Sementsov-Ogievskiy
2017-12-18backup: init copy_bitmap from sync_bitmap for incrementalVladimir Sementsov-Ogievskiy
2017-12-18backup: move from done_bitmap to copy_bitmapVladimir Sementsov-Ogievskiy
2017-12-18hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy
2017-12-18block: remove "qemu/osdep.h" from header filePhilippe Mathieu-Daudé
2017-11-29block/nfs: fix nfs_client_open for filesize greater than 1TBPeter Lieven
2017-11-29blockjob: remove clock argument from block_job_sleep_nsPaolo Bonzini
2017-11-29block: Expect graph changes in bdrv_parent_drained_begin/endKevin Wolf
2017-11-21block: Error out on load_vm with active dirty bitmapsKevin Wolf
2017-11-21block: Add errp to bdrv_all_goto_snapshot()Kevin Wolf
2017-11-21block: Add errp to bdrv_snapshot_goto()Kevin Wolf
2017-11-21block: Don't request I/O permission with BDRV_O_NO_IOKevin Wolf
2017-11-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz
2017-11-17qcow2: Fix overly broad madvise()Max Reitz
2017-11-17qcow2: Refuse to get unaligned offsets from cacheMax Reitz
2017-11-17qcow2: Add bounds check to get_refblock_offset()Max Reitz
2017-11-17block: Guard against NULL bs->drvMax Reitz
2017-11-17qcow2: Unaligned zero cluster in handle_alloc()Max Reitz
2017-11-17qcow2: check_errors are fatalMax Reitz
2017-11-17qcow2: reject unaligned offsets in write compressedAnton Nefedov
2017-11-17qcow2: fix image corruption on commit with persistent bitmapEric Blake