aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk2-1/+161
2016-03-30block: add flush callbackPavel Dovgalyuk1-0/+7
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange2-0/+17
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange2-0/+589
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange1-0/+2
2016-03-30block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz1-25/+25
2016-03-30block/qapi: Set s->device in bdrv_query_stats()Max Reitz1-3/+2
2016-03-30block/qapi: fix unbounded stack for dump_qdictPeter Xu1-1/+2
2016-03-30block/qapi: make two printf() formats literalPeter Xu1-6/+4
2016-03-30block: Remove blk_set_bs()Kevin Wolf1-17/+0
2016-03-30block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X hostProgrammingkid1-39/+126
2016-03-29Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-5/+6
2016-03-28block: never cancel a streaming job without running stream_complete()Alberto Garcia1-5/+6
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa19-12/+19
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster34-1/+34
2016-03-18qapi: Don't special-case simple union wrappersEric Blake3-10/+10
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia1-8/+9
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf1-4/+5
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf1-13/+92
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf1-15/+21
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf1-9/+8
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf2-16/+10
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf2-13/+31
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf2-8/+61
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf1-101/+153
2016-03-17block: Add blk_next_root_bs()Max Reitz1-0/+24
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz2-26/+38
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz1-17/+0
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz10-33/+21
2016-03-17blockdev: Separate BB name managementMax Reitz1-31/+61
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz1-1/+23
2016-03-17blockdev: Rename blk_backendsMax Reitz1-9/+11
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz4-34/+10
2016-03-17block: Add blk_commit_all()Max Reitz1-0/+5
2016-03-17block: Use blk_next() in block-backend.cMax Reitz1-6/+6
2016-03-17Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi1-13/+0
2016-03-16block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody1-4/+7
2016-03-14quorum: Fix crash in quorum_aio_cb()Alberto Garcia1-5/+7
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng2-1/+388
2016-03-14backup: Use Bitmap to replace "s->bitmap"Fam Zheng1-5/+6
2016-03-14vpc: Use BB functions in .bdrv_create()Kevin Wolf1-16/+21
2016-03-14vmdk: Use BB functions in .bdrv_create()Kevin Wolf1-34/+43
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf1-13/+16
2016-03-14vdi: Use BB functions in .bdrv_create()Kevin Wolf1-9/+14
2016-03-14sheepdog: Use BB functions in .bdrv_create()Kevin Wolf1-19/+24
2016-03-14qed: Use BB functions in .bdrv_create()Kevin Wolf1-13/+15
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf1-29/+33
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf1-11/+14