summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-03-141-0/+16
|\
| * file-posix: add drop-cache=on|off optionStefan Hajnoczi2019-03-131-0/+16
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-03-134-113/+236
|\ \
| * | block/qcow2-bitmap: Allow resizes with persistent bitmapsJohn Snow2019-03-123-3/+48
| * | block/qcow2-bitmap: Don't check size for IN_USE bitmapVladimir Sementsov-Ogievskiy2019-03-121-3/+18
| * | bitmaps: Fix typo in function nameEric Blake2019-03-122-5/+5
| * | block/dirty-bitmaps: implement inconsistent bitJohn Snow2019-03-121-48/+51
| * | block/dirty-bitmaps: disallow busy bitmaps as merge sourceJohn Snow2019-03-121-0/+3
| * | block/dirty-bitmaps: add block_dirty_bitmap_check functionJohn Snow2019-03-121-12/+30
| * | block/dirty-bitmap: add inconsistent statusJohn Snow2019-03-121-1/+6
| * | block/dirty-bitmaps: add inconsistent bitJohn Snow2019-03-121-0/+20
| * | block/dirty-bitmaps: move comment blockJohn Snow2019-03-121-17/+19
| * | block/dirty-bitmaps: unify qmp_locked and user_locked callsJohn Snow2019-03-121-24/+19Star
| * | block/dirty-bitmap: explicitly lock bitmaps with successorsJohn Snow2019-03-121-5/+6
| * | block/dirty-bitmap: change semantics of enabled predicateJohn Snow2019-03-121-2/+7
| * | block/dirty-bitmap: remove set/reset assertions against enabled bitJohn Snow2019-03-121-2/+0Star
| * | block/dirty-bitmaps: rename frozen predicate helperJohn Snow2019-03-121-14/+18
| * | block/dirty-bitmap: add recording and busy propertiesJohn Snow2019-03-121-0/+9
| |/
* | block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia2019-03-121-2/+1Star
* | block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia2019-03-123-0/+34
* | block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia2019-03-121-2/+2
* | block: Freeze the backing chain for the duration of the stream jobAlberto Garcia2019-03-121-0/+21
* | block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia2019-03-121-0/+8
* | block: Freeze the backing chain for the duration of the commit jobAlberto Garcia2019-03-121-0/+16
* | file-posix: Make auto-read-only dynamicKevin Wolf2019-03-121-19/+17Star
* | file-posix: Prepare permission code for fd switchingKevin Wolf2019-03-121-11/+85
* | file-posix: Lock new fd in raw_reopen_prepare()Kevin Wolf2019-03-121-11/+16
* | file-posix: Store BDRVRawState.reopen_state during reopenKevin Wolf2019-03-121-0/+10
* | file-posix: Factor out raw_reconfigure_getfd()Kevin Wolf2019-03-121-45/+62
* | qapi: drop x- from x-block-latency-histogram-setVladimir Sementsov-Ogievskiy2019-03-121-6/+6
* | gluster: the glfs_io_cbk callback function pointer adds pre/post stat argsNiels de Vos2019-03-121-1/+5
* | gluster: Handle changed glfs_ftruncate signaturePrasanna Kumar Kalever2019-03-121-0/+4
|/
* block/iscsi: Restrict Linux-specific codePhilippe Mathieu-Daudé2019-03-111-0/+7
* qcow2: Implement data-file-raw create optionKevin Wolf2019-03-083-3/+72
* qcow2: Store data file name in the imageKevin Wolf2019-03-082-1/+94
* qcow2: Creating images with external data fileKevin Wolf2019-03-081-0/+26
* qcow2: Add basic data-file infrastructureKevin Wolf2019-03-082-3/+35
* qcow2: Support external data file in qemu-img checkKevin Wolf2019-03-081-11/+30
* qcow2: Return error for snapshot operation with data fileKevin Wolf2019-03-081-0/+15
* qcow2: External file I/OKevin Wolf2019-03-087-37/+122
* qcow2: Prepare qcow2_co_block_status() for data fileKevin Wolf2019-03-081-2/+2
* qcow2: Return 0/-errno in qcow2_alloc_compressed_cluster_offset()Kevin Wolf2019-03-083-29/+25Star
* qcow2: Don't assume 0 is an invalid cluster offsetKevin Wolf2019-03-082-32/+29Star
* qcow2: Prepare count_contiguous_clusters() for external data fileKevin Wolf2019-03-081-2/+2
* qcow2: Prepare qcow2_get_cluster_type() for external data fileKevin Wolf2019-03-081-1/+9
* qcow2: Pass bs to qcow2_get_cluster_type()Kevin Wolf2019-03-083-24/+26
* qcow2: Basic definitions for external data filesKevin Wolf2019-03-082-10/+31
* qcow2: Simplify preallocation codeKevin Wolf2019-03-081-27/+1Star
* qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia2019-03-081-0/+12
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-02-2635-238/+579
|\