aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-04-16qcow2: try load bitmaps only onceVladimir Sementsov-Ogievskiy
2018-04-10commit/stream: Reset delay_nsKevin Wolf
2018-04-04block/rbd: remove processed options from qdictJeff Cody
2018-04-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-04-04Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2018-04-03block/file-posix: Fix fully preallocated truncateMax Reitz
2018-04-03gluster: Fix blockdev-add with server.N.type=unixKevin Wolf
2018-04-03block: handle invalid lseek returns gracefullyJeff Cody
2018-04-03gluster: Fix blockdev-add with server.N.type=unixKevin Wolf
2018-04-02nbd: Fix 32-bit compilation on BLOCK_STATUSEric Blake
2018-03-27Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' int...Peter Maydell
2018-03-27Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-03-27qdict: remove useless castLaurent Vivier
2018-03-27Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2018-03-26' in...Peter Maydell
2018-03-27coroutine: avoid co_queue_wakeup recursionStefan Hajnoczi
2018-03-26vmdk: return ERROR when cluster sector is larger than vmdk limitationyuchenlin
2018-03-26qcow2: fix bitmaps loading when bitmaps already existVladimir Sementsov-Ogievskiy
2018-03-26qcow2-bitmap: add qcow2_reopen_bitmaps_rw_hint()Vladimir Sementsov-Ogievskiy
2018-03-26vhdx: Check for 4 GB maximum log size on creationKevin Wolf
2018-03-26vhdx: Don't use error_setg_errno() with constant errnoKevin Wolf
2018-03-26vhdx: Require power-of-two block size on createKevin Wolf
2018-03-26parallels: Check maximum cluster size on createKevin Wolf
2018-03-26luks: Turn another invalid assertion into checkKevin Wolf
2018-03-26vdi: Fix build with CONFIG_VDI_DEBUGKevin Wolf
2018-03-26vdi: Change 'static' create option to 'preallocation' in QMPKevin Wolf
2018-03-26qcow2: Reset free_cluster_index when allocating a new refcount blockAlberto Garcia
2018-03-26block/blkreplay: Remove protocol-related fieldsFabiano Rosas
2018-03-26block/throttle: Remove protocol-related fieldsFabiano Rosas
2018-03-26block/quorum: Remove protocol-related fieldsFabiano Rosas
2018-03-26block/replication: Remove protocol_name fieldFabiano Rosas
2018-03-19qapi: add block latency histogram interfaceVladimir Sementsov-Ogievskiy
2018-03-19block/accounting: introduce latency histogramVladimir Sementsov-Ogievskiy
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz
2018-03-19iscsi: fix iSER compilationPaolo Bonzini
2018-03-19vvfat: Fix inherit_options flagsFam Zheng
2018-03-19block/mirror: change the semantic of 'force' of block-job-cancelLiang Li
2018-03-19vpc: Require aligned size in .bdrv_co_createKevin Wolf
2018-03-19vpc: Support .bdrv_co_createKevin Wolf
2018-03-19vhdx: Support .bdrv_co_createKevin Wolf
2018-03-19vdi: Make comments consistent with other driversKevin Wolf
2018-03-19qed: Support .bdrv_co_createKevin Wolf
2018-03-19qcow: Support .bdrv_co_createKevin Wolf
2018-03-19parallels: Support .bdrv_co_createKevin Wolf
2018-03-19vdi: Implement .bdrv_co_createMax Reitz
2018-03-19vdi: Move file creation to vdi_co_create_optsMax Reitz
2018-03-19vdi: Pull option parsing from vdi_co_createMax Reitz
2018-03-19luks: Catch integer overflow for huge sizesKevin Wolf
2018-03-19luks: Turn invalid assertion into checkKevin Wolf
2018-03-19luks: Support .bdrv_co_createKevin Wolf
2018-03-19luks: Create block_crypto_co_create_generic()Kevin Wolf