Age | Commit message (Expand) | Author | Files | Lines |
2018-04-16 | qcow2: try load bitmaps only once | Vladimir Sementsov-Ogievskiy | 2 | -8/+9 |
2018-04-10 | commit/stream: Reset delay_ns | Kevin Wolf | 2 | -0/+4 |
2018-04-04 | block/rbd: remove processed options from qdict | Jeff Cody | 1 | -0/+7 |
2018-04-04 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -4/+15 |
2018-04-04 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell | 1 | -4/+17 |
2018-04-03 | block/file-posix: Fix fully preallocated truncate | Max Reitz | 1 | -2/+3 |
2018-04-03 | gluster: Fix blockdev-add with server.N.type=unix | Kevin Wolf | 1 | -4/+17 |
2018-04-03 | block: handle invalid lseek returns gracefully | Jeff Cody | 1 | -2/+12 |
2018-04-03 | gluster: Fix blockdev-add with server.N.type=unix | Kevin Wolf | 1 | -4/+17 |
2018-04-02 | nbd: Fix 32-bit compilation on BLOCK_STATUS | Eric Blake | 1 | -1/+1 |
2018-03-27 | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int... | Peter Maydell | 1 | -6/+5 |
2018-03-27 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -2/+1 |
2018-03-27 | qdict: remove useless cast | Laurent Vivier | 1 | -6/+5 |
2018-03-27 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-03-26' in... | Peter Maydell | 4 | -2/+38 |
2018-03-27 | coroutine: avoid co_queue_wakeup recursion | Stefan Hajnoczi | 1 | -2/+1 |
2018-03-26 | vmdk: return ERROR when cluster sector is larger than vmdk limitation | yuchenlin | 1 | -0/+6 |
2018-03-26 | qcow2: fix bitmaps loading when bitmaps already exist | Vladimir Sementsov-Ogievskiy | 1 | -1/+16 |
2018-03-26 | qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint() | Vladimir Sementsov-Ogievskiy | 2 | -1/+16 |
2018-03-26 | vhdx: Check for 4 GB maximum log size on creation | Kevin Wolf | 1 | -0/+4 |
2018-03-26 | vhdx: Don't use error_setg_errno() with constant errno | Kevin Wolf | 1 | -5/+4 |
2018-03-26 | vhdx: Require power-of-two block size on create | Kevin Wolf | 1 | -0/+4 |
2018-03-26 | parallels: Check maximum cluster size on create | Kevin Wolf | 1 | -0/+5 |
2018-03-26 | luks: Turn another invalid assertion into check | Kevin Wolf | 1 | -1/+5 |
2018-03-26 | vdi: Fix build with CONFIG_VDI_DEBUG | Kevin Wolf | 1 | -12/+10 |
2018-03-26 | vdi: Change 'static' create option to 'preallocation' in QMP | Kevin Wolf | 1 | -2/+22 |
2018-03-26 | qcow2: Reset free_cluster_index when allocating a new refcount block | Alberto Garcia | 1 | -0/+7 |
2018-03-26 | block/blkreplay: Remove protocol-related fields | Fabiano Rosas | 1 | -2/+1 |
2018-03-26 | block/throttle: Remove protocol-related fields | Fabiano Rosas | 1 | -2/+1 |
2018-03-26 | block/quorum: Remove protocol-related fields | Fabiano Rosas | 1 | -2/+1 |
2018-03-26 | block/replication: Remove protocol_name field | Fabiano Rosas | 1 | -1/+0 |
2018-03-19 | qapi: add block latency histogram interface | Vladimir Sementsov-Ogievskiy | 1 | -0/+41 |
2018-03-19 | block/accounting: introduce latency histogram | Vladimir Sementsov-Ogievskiy | 1 | -0/+91 |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 9 | -17/+17 |
2018-03-19 | iscsi: fix iSER compilation | Paolo Bonzini | 1 | -1/+1 |
2018-03-19 | vvfat: Fix inherit_options flags | Fam Zheng | 1 | -1/+1 |
2018-03-19 | block/mirror: change the semantic of 'force' of block-job-cancel | Liang Li | 1 | -6/+4 |
2018-03-19 | vpc: Require aligned size in .bdrv_co_create | Kevin Wolf | 1 | -31/+82 |
2018-03-19 | vpc: Support .bdrv_co_create | Kevin Wolf | 1 | -37/+115 |
2018-03-19 | vhdx: Support .bdrv_co_create | Kevin Wolf | 1 | -52/+164 |
2018-03-19 | vdi: Make comments consistent with other drivers | Kevin Wolf | 1 | -3/+9 |
2018-03-19 | qed: Support .bdrv_co_create | Kevin Wolf | 1 | -66/+138 |
2018-03-19 | qcow: Support .bdrv_co_create | Kevin Wolf | 1 | -66/+130 |
2018-03-19 | parallels: Support .bdrv_co_create | Kevin Wolf | 1 | -48/+151 |
2018-03-19 | vdi: Implement .bdrv_co_create | Max Reitz | 1 | -5/+19 |
2018-03-19 | vdi: Move file creation to vdi_co_create_opts | Max Reitz | 1 | -18/+28 |
2018-03-19 | vdi: Pull option parsing from vdi_co_create | Max Reitz | 1 | -14/+77 |
2018-03-19 | luks: Catch integer overflow for huge sizes | Kevin Wolf | 1 | -0/+5 |
2018-03-19 | luks: Turn invalid assertion into check | Kevin Wolf | 1 | -1/+4 |
2018-03-19 | luks: Support .bdrv_co_create | Kevin Wolf | 1 | -0/+34 |
2018-03-19 | luks: Create block_crypto_co_create_generic() | Kevin Wolf | 1 | -34/+61 |