summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-03-27Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...Peter Maydell1-6/+5
2018-03-27Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+1
2018-03-27qdict: remove useless castLaurent Vivier1-6/+5
2018-03-27Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-03-26' in...Peter Maydell4-2/+38
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi1-2/+1
2018-03-26vmdk: return ERROR when cluster sector is larger than vmdk limitationyuchenlin1-0/+6
2018-03-26qcow2: fix bitmaps loading when bitmaps already existVladimir Sementsov-Ogievskiy1-1/+16
2018-03-26qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy2-1/+16
2018-03-26vhdx: Check for 4 GB maximum log size on creationKevin Wolf1-0/+4
2018-03-26vhdx: Don't use error_setg_errno() with constant errnoKevin Wolf1-5/+4
2018-03-26vhdx: Require power-of-two block size on createKevin Wolf1-0/+4
2018-03-26parallels: Check maximum cluster size on createKevin Wolf1-0/+5
2018-03-26luks: Turn another invalid assertion into checkKevin Wolf1-1/+5
2018-03-26vdi: Fix build with CONFIG_VDI_DEBUGKevin Wolf1-12/+10
2018-03-26vdi: Change 'static' create option to 'preallocation' in QMPKevin Wolf1-2/+22
2018-03-26qcow2: Reset free_cluster_index when allocating a new refcount blockAlberto Garcia1-0/+7
2018-03-26block/blkreplay: Remove protocol-related fieldsFabiano Rosas1-2/+1
2018-03-26block/throttle: Remove protocol-related fieldsFabiano Rosas1-2/+1
2018-03-26block/quorum: Remove protocol-related fieldsFabiano Rosas1-2/+1
2018-03-26block/replication: Remove protocol_name fieldFabiano Rosas1-1/+0
2018-03-19qapi: add block latency histogram interfaceVladimir Sementsov-Ogievskiy1-0/+41
2018-03-19block/accounting: introduce latency histogramVladimir Sementsov-Ogievskiy1-0/+91
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz9-17/+17
2018-03-19iscsi: fix iSER compilationPaolo Bonzini1-1/+1
2018-03-19vvfat: Fix inherit_options flagsFam Zheng1-1/+1
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li1-6/+4
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf1-31/+82
2018-03-19vpc: Support .bdrv_co_createKevin Wolf1-37/+115
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf1-52/+164
2018-03-19vdi: Make comments consistent with other driversKevin Wolf1-3/+9
2018-03-19qed: Support .bdrv_co_createKevin Wolf1-66/+138
2018-03-19qcow: Support .bdrv_co_createKevin Wolf1-66/+130
2018-03-19parallels: Support .bdrv_co_createKevin Wolf1-48/+151
2018-03-19vdi: Implement .bdrv_co_createMax Reitz1-5/+19
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz1-18/+28
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz1-14/+77
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf1-0/+5
2018-03-19luks: Turn invalid assertion into checkKevin Wolf1-1/+4
2018-03-19luks: Support .bdrv_co_createKevin Wolf1-0/+34
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf1-34/+61
2018-03-19luks: Separate image file creation from formattingKevin Wolf1-20/+17
2018-03-19blockjobs: add block-job-finalizeJohn Snow1-0/+1
2018-03-19blockjobs: ensure abort is called for cancelled jobsJohn Snow2-1/+2
2018-03-19blockjobs: add block_job_dismissJohn Snow1-0/+1
2018-03-19blockjobs: add block_job_verb permission tableJohn Snow1-0/+1
2018-03-19blockjobs: add state transition tableJohn Snow1-0/+3
2018-03-19blockjobs: model single jobs as transactionsJohn Snow4-5/+4
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-35/+88
2018-03-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-03-13-v2' into...Peter Maydell5-1/+227
2018-03-13dirty-bitmap: add locked stateVladimir Sementsov-Ogievskiy1-0/+16