aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia1-0/+21
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia1-0/+8
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia1-0/+16
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf1-19/+17
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf1-11/+85
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf1-11/+16
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf1-0/+10
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf1-45/+62
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy1-6/+6
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow3-3/+48
2019-03-12block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy1-3/+18
2019-03-12bitmaps: Fix typo in function nameEric Blake2-5/+5
2019-03-12block/dirty-bitmaps: implement inconsistent bitJohn Snow1-48/+51
2019-03-12block/dirty-bitmaps: disallow busy bitmaps as merge sourceJohn Snow1-0/+3
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow1-12/+30
2019-03-12block/dirty-bitmap: add inconsistent statusJohn Snow1-1/+6
2019-03-12block/dirty-bitmaps: add inconsistent bitJohn Snow1-0/+20
2019-03-12block/dirty-bitmaps: move comment blockJohn Snow1-17/+19
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow1-24/+19
2019-03-12block/dirty-bitmap: explicitly lock bitmaps with successorsJohn Snow1-5/+6
2019-03-12block/dirty-bitmap: change semantics of enabled predicateJohn Snow1-2/+7
2019-03-12block/dirty-bitmap: remove set/reset assertions against enabled bitJohn Snow1-2/+0
2019-03-12block/dirty-bitmaps: rename frozen predicate helperJohn Snow1-14/+18
2019-03-12block/dirty-bitmap: add recording and busy propertiesJohn Snow1-0/+9
2019-03-12gluster: the glfs_io_cbk callback function pointer adds pre/post stat argsNiels de Vos1-1/+5
2019-03-12gluster: Handle changed glfs_ftruncate signaturePrasanna Kumar Kalever1-0/+4
2019-03-11block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé1-0/+7
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf3-3/+72
2019-03-08qcow2: Store data file name in the imageKevin Wolf2-1/+94
2019-03-08qcow2: Creating images with external data fileKevin Wolf1-0/+26
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf2-3/+35
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf1-11/+30
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf1-0/+15
2019-03-08qcow2: External file I/OKevin Wolf7-37/+122
2019-03-08qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf1-2/+2
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf3-29/+25
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf2-32/+29
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf1-2/+2
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf1-1/+9
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf3-24/+26
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf2-10/+31
2019-03-08qcow2: Simplify preallocation codeKevin Wolf1-27/+1
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia1-0/+12
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell35-238/+579
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin1-1/+1
2019-02-25qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi1-1/+71
2019-02-25block/null: Generate filename even with latency-nsMax Reitz1-1/+2
2019-02-25block/curl: Implement bdrv_refresh_filename()Max Reitz1-0/+21
2019-02-25block/curl: Harmonize option defaultsMax Reitz1-5/+8
2019-02-25block/nvme: Fix bdrv_refresh_filename()Max Reitz1-14/+9