summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-07-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+0
2017-07-17block: fix shadowed variable in bdrv_co_pdiscardDenis V. Lunev1-1/+0
2017-07-17ssh: support I/O from any AioContextPaolo Bonzini1-7/+17
2017-07-17sheepdog: add queue_lockPaolo Bonzini1-2/+19
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini5-54/+129
2017-07-17qed: introduce bdrv_qed_init_statePaolo Bonzini1-5/+11
2017-07-17block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini2-12/+36
2017-07-17qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}Paolo Bonzini1-38/+32
2017-07-17vvfat: make it thread-safePaolo Bonzini1-1/+7
2017-07-17vpc: make it thread-safePaolo Bonzini1-10/+10
2017-07-17vdi: make it thread-safePaolo Bonzini1-24/+24
2017-07-17qcow2: call CoQueue APIs under CoMutexPaolo Bonzini1-2/+2
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-16/+25
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2-3/+15
2017-07-14nbd: Create struct for tracking export infoEric Blake3-13/+10
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell6-22/+21
2017-07-13Convert error_report() to warn_report()Alistair Francis6-22/+21
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz3-9/+108
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz1-7/+7
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz3-88/+203
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz1-2/+31
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz1-7/+15
2017-07-11block/qcow2: Generalize preallocate()Max Reitz1-5/+12
2017-07-11block/file-posix: Preallocation for truncateMax Reitz1-12/+10
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz1-11/+50
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz1-66/+78
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz1-2/+3
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz11-17/+22
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz10-33/+21
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz12-13/+95
2017-07-11qcow2: add bdrv_measure() supportStefan Hajnoczi1-0/+137
2017-07-11qcow2: extract image creation option parsingStefan Hajnoczi1-36/+73
2017-07-11qcow2: make refcount size calculation conservativeStefan Hajnoczi1-41/+42
2017-07-11qcow2: extract preallocation calculation functionStefan Hajnoczi1-59/+77
2017-07-11raw-format: add bdrv_measure() supportStefan Hajnoczi1-0/+26
2017-07-11block: release persistent bitmaps on inactivateVladimir Sementsov-Ogievskiy1-6/+23
2017-07-11qcow2: add .bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy3-0/+45
2017-07-11block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy1-0/+18
2017-07-11qmp: add x-debug-block-dirty-bitmap-sha256Vladimir Sementsov-Ogievskiy1-0/+5
2017-07-11qcow2: add .bdrv_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy3-0/+56
2017-07-11qcow2: store bitmaps on reopening image as read-onlyVladimir Sementsov-Ogievskiy3-0/+28
2017-07-11qcow2: add persistent dirty bitmaps supportVladimir Sementsov-Ogievskiy3-0/+486
2017-07-11block/dirty-bitmap: add bdrv_dirty_bitmap_next()Vladimir Sementsov-Ogievskiy1-0/+7
2017-07-11block: introduce persistent dirty bitmapsVladimir Sementsov-Ogievskiy2-0/+30
2017-07-11block/dirty-bitmap: add autoload field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy2-0/+20
2017-07-11qcow2: support .bdrv_reopen_bitmaps_rwVladimir Sementsov-Ogievskiy3-0/+64
2017-07-11qcow2: autoloading dirty bitmapsVladimir Sementsov-Ogievskiy3-2/+406
2017-07-11block/dirty-bitmap: add readonly field to BdrvDirtyBitmapVladimir Sementsov-Ogievskiy2-0/+44
2017-07-11block/dirty-bitmap: fix comment for BlockDirtyBitmap.disabled fieldVladimir Sementsov-Ogievskiy1-1/+2
2017-07-11qcow2: add bitmaps extensionVladimir Sementsov-Ogievskiy5-6/+593