summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-05-08sheepdog: Fix sd_co_create_opts() memory leaksKevin Wolf1-1/+3
2018-05-08block/mirror: Make cancel always cancel pre-READYMax Reitz1-1/+3
2018-05-08block/mirror: honor ratelimit againStefan Hajnoczi1-3/+5
2018-05-04Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-05-04' into st...Peter Maydell1-3/+7
2018-05-04nbd/client: Relax handling of large NBD_CMD_BLOCK_STATUS replyEric Blake1-3/+7
2018-05-04qobject: Modify qobject_ref() to return objMarc-André Lureau5-14/+11
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau24-53/+53
2018-04-16qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy2-8/+9
2018-04-10commit/stream: Reset delay_nsKevin Wolf2-0/+4
2018-04-04block/rbd: remove processed options from qdictJeff Cody1-0/+7
2018-04-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-4/+15
2018-04-04Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-4/+17
2018-04-03block/file-posix: Fix fully preallocated truncateMax Reitz1-2/+3
2018-04-03gluster: Fix blockdev-add with server.N.type=unixKevin Wolf1-4/+17
2018-04-03block: handle invalid lseek returns gracefullyJeff Cody1-2/+12
2018-04-03gluster: Fix blockdev-add with server.N.type=unixKevin Wolf1-4/+17
2018-04-02nbd: Fix 32-bit compilation on BLOCK_STATUSEric Blake1-1/+1
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