summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia
2019-03-12block: Freeze the backing chain for the duration of the commit jobAlberto Garcia
2019-03-12file-posix: Make auto-read-only dynamicKevin Wolf
2019-03-12file-posix: Prepare permission code for fd switchingKevin Wolf
2019-03-12file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf
2019-03-12file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf
2019-03-12file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf
2019-03-12qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy
2019-03-12block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow
2019-03-12block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy
2019-03-12bitmaps: Fix typo in function nameEric Blake
2019-03-12block/dirty-bitmaps: implement inconsistent bitJohn Snow
2019-03-12block/dirty-bitmaps: disallow busy bitmaps as merge sourceJohn Snow
2019-03-12block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow
2019-03-12block/dirty-bitmap: add inconsistent statusJohn Snow
2019-03-12block/dirty-bitmaps: add inconsistent bitJohn Snow
2019-03-12block/dirty-bitmaps: move comment blockJohn Snow
2019-03-12block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow
2019-03-12block/dirty-bitmap: explicitly lock bitmaps with successorsJohn Snow
2019-03-12block/dirty-bitmap: change semantics of enabled predicateJohn Snow
2019-03-12block/dirty-bitmap: remove set/reset assertions against enabled bitJohn Snow
2019-03-12block/dirty-bitmaps: rename frozen predicate helperJohn Snow
2019-03-12block/dirty-bitmap: add recording and busy propertiesJohn Snow
2019-03-12gluster: the glfs_io_cbk callback function pointer adds pre/post stat argsNiels de Vos
2019-03-12gluster: Handle changed glfs_ftruncate signaturePrasanna Kumar Kalever
2019-03-11block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé
2019-03-08qcow2: Implement data-file-raw create optionKevin Wolf
2019-03-08qcow2: Store data file name in the imageKevin Wolf
2019-03-08qcow2: Creating images with external data fileKevin Wolf
2019-03-08qcow2: Add basic data-file infrastructureKevin Wolf
2019-03-08qcow2: Support external data file in qemu-img checkKevin Wolf
2019-03-08qcow2: Return error for snapshot operation with data fileKevin Wolf
2019-03-08qcow2: External file I/OKevin Wolf
2019-03-08qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf
2019-03-08qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf
2019-03-08qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf
2019-03-08qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf
2019-03-08qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf
2019-03-08qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf
2019-03-08qcow2: Basic definitions for external data filesKevin Wolf
2019-03-08qcow2: Simplify preallocation codeKevin Wolf
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2019-02-25vmdk: false positive of compat6 with hwversion not setyuchenlin
2019-02-25qcow2: include LUKS payload overhead in qemu-img measureStefan Hajnoczi
2019-02-25block/null: Generate filename even with latency-nsMax Reitz
2019-02-25block/curl: Implement bdrv_refresh_filename()Max Reitz
2019-02-25block/curl: Harmonize option defaultsMax Reitz