summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* file-posix: Support BDRV_REQ_NO_FALLBACK for zero writesKevin Wolf2019-03-261-8/+16
* block: Advertise BDRV_REQ_NO_FALLBACK in filter driversKevin Wolf2019-03-264-7/+7
* block: Add BDRV_REQ_NO_FALLBACKKevin Wolf2019-03-261-1/+11
* block: Remove error messages in bdrv_make_zero()Kevin Wolf2019-03-261-4/+0Star
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-24/+24
* block: Make bdrv_{copy_on_read,crypto_luks,replication} staticAlberto Garcia2019-03-193-3/+3
* vmdk: Support version=3 in VMDK descriptor filesSam Eiderman2019-03-191-2/+4
* qcow2: Fix data file error condition in qcow2_co_create()Kevin Wolf2019-03-191-1/+1
* mirror: Confirm we're quiesced only if the job is paused or cancelledSergio Lopez2019-03-191-0/+16
* 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