summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/rbd: remove processed options from qdictJeff Cody2018-04-041-0/+7
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-04-041-4/+15
|\
| * block/file-posix: Fix fully preallocated truncateMax Reitz2018-04-031-2/+3
| * block: handle invalid lseek returns gracefullyJeff Cody2018-04-031-2/+12
| * gluster: Fix blockdev-add with server.N.type=unixKevin Wolf2018-04-031-4/+17
* | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2018-04-041-4/+17
|\ \
| * | gluster: Fix blockdev-add with server.N.type=unixKevin Wolf2018-04-031-4/+17
| |/
* / nbd: Fix 32-bit compilation on BLOCK_STATUSEric Blake2018-04-021-1/+1
|/
* Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...Peter Maydell2018-03-271-6/+5Star
|\
| * qdict: remove useless castLaurent Vivier2018-03-271-6/+5Star
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-03-271-2/+1Star
|\ \ | |/ |/|
| * coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi2018-03-271-2/+1Star
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-03-26' in...Peter Maydell2018-03-274-2/+38
|\ \ | |/ |/|
| * vmdk: return ERROR when cluster sector is larger than vmdk limitationyuchenlin2018-03-261-0/+6
| * qcow2: fix bitmaps loading when bitmaps already existVladimir Sementsov-Ogievskiy2018-03-261-1/+16
| * qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy2018-03-262-1/+16
* | vhdx: Check for 4 GB maximum log size on creationKevin Wolf2018-03-261-0/+4
* | vhdx: Don't use error_setg_errno() with constant errnoKevin Wolf2018-03-261-5/+4Star
* | vhdx: Require power-of-two block size on createKevin Wolf2018-03-261-0/+4
* | parallels: Check maximum cluster size on createKevin Wolf2018-03-261-0/+5
* | luks: Turn another invalid assertion into checkKevin Wolf2018-03-261-1/+5
* | vdi: Fix build with CONFIG_VDI_DEBUGKevin Wolf2018-03-261-12/+10Star
* | vdi: Change 'static' create option to 'preallocation' in QMPKevin Wolf2018-03-261-2/+22
* | qcow2: Reset free_cluster_index when allocating a new refcount blockAlberto Garcia2018-03-261-0/+7
* | block/blkreplay: Remove protocol-related fieldsFabiano Rosas2018-03-261-2/+1Star
* | block/throttle: Remove protocol-related fieldsFabiano Rosas2018-03-261-2/+1Star
* | block/quorum: Remove protocol-related fieldsFabiano Rosas2018-03-261-2/+1Star
* | block/replication: Remove protocol_name fieldFabiano Rosas2018-03-261-1/+0Star
|/
* qapi: add block latency histogram interfaceVladimir Sementsov-Ogievskiy2018-03-191-0/+41
* block/accounting: introduce latency histogramVladimir Sementsov-Ogievskiy2018-03-191-0/+91
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-199-17/+17
* iscsi: fix iSER compilationPaolo Bonzini2018-03-191-1/+1
* vvfat: Fix inherit_options flagsFam Zheng2018-03-191-1/+1
* block/mirror: change the semantic of 'force' of block-job-cancelLiang Li2018-03-191-6/+4Star
* vpc: Require aligned size in .bdrv_co_createKevin Wolf2018-03-191-31/+82
* vpc: Support .bdrv_co_createKevin Wolf2018-03-191-37/+115
* vhdx: Support .bdrv_co_createKevin Wolf2018-03-191-52/+164
* vdi: Make comments consistent with other driversKevin Wolf2018-03-191-3/+9
* qed: Support .bdrv_co_createKevin Wolf2018-03-191-66/+138
* qcow: Support .bdrv_co_createKevin Wolf2018-03-191-66/+130
* parallels: Support .bdrv_co_createKevin Wolf2018-03-191-48/+151
* vdi: Implement .bdrv_co_createMax Reitz2018-03-191-5/+19
* vdi: Move file creation to vdi_co_create_optsMax Reitz2018-03-191-18/+28
* vdi: Pull option parsing from vdi_co_createMax Reitz2018-03-191-14/+77
* luks: Catch integer overflow for huge sizesKevin Wolf2018-03-191-0/+5
* luks: Turn invalid assertion into checkKevin Wolf2018-03-191-1/+4
* luks: Support .bdrv_co_createKevin Wolf2018-03-191-0/+34
* luks: Create block_crypto_co_create_generic()Kevin Wolf2018-03-191-34/+61
* luks: Separate image file creation from formattingKevin Wolf2018-03-191-20/+17Star
* blockjobs: add block-job-finalizeJohn Snow2018-03-191-0/+1