aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-30iotests: Test qemu-img convert -S 0 behaviorMax Reitz
2016-03-30block/null-{co,aio}: Implement get_block_status()Max Reitz
2016-03-30block/null-{co,aio}: Allow reading zeroesMax Reitz
2016-03-30qemu-img: Fix preallocation with -S 0 for convertMax Reitz
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf
2016-03-30qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf
2016-03-30block: Use bdrv_parse_cache_mode() in drive_init()Kevin Wolf
2016-03-30raw: Support BDRV_REQ_FUAKevin Wolf
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30block: blockdev_init(): Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30xen_disk: Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30qemu-img: Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30qemu-img: Expand all BDRV_O_FLAGS usesKevin Wolf
2016-03-30qemu-io: Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30qemu-nbd: Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf
2016-03-30replay: introduce block devices record/replayPavel Dovgalyuk
2016-03-30replay: fix error messagePavel Dovgalyuk
2016-03-30replay: bh scheduling fixPavel Dovgalyuk
2016-03-30block: add flush callbackPavel Dovgalyuk
2016-03-30block: an interoperability test for luks vs dm-crypt/cryptsetupDaniel P. Berrange
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange
2016-03-30block: add generic full disk encryption driverDaniel P. Berrange
2016-03-30tests: add output filter to python I/O tests helperDaniel P. Berrange
2016-03-30tests: refactor python I/O tests helper main methodDaniel P. Berrange
2016-03-30tests: redirect stderr to stdout for iotestsDaniel P. Berrange
2016-03-30qemu-img/qemu-io: don't prompt for passwords if not requiredDaniel P. Berrange
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange
2016-03-30block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz
2016-03-30block/qapi: Set s->device in bdrv_query_stats()Max Reitz
2016-03-30block/qapi: fix unbounded stack for dump_qdictPeter Xu
2016-03-30block/qapi: make two printf() formats literalPeter Xu
2016-03-30block: Remove blk_set_bs()Kevin Wolf
2016-03-30block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X hostProgrammingkid
2016-03-30block: Reject writethrough mode except at the rootKevin Wolf
2016-03-30block: Make backing files always writebackKevin Wolf
2016-03-30block: Remove cache.writeback from blockdev-addKevin Wolf
2016-03-30block: Remove dirty bitmaps from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf
2016-03-30target-mips: add MAAR, MAARI registerYongbok Kim
2016-03-30target-mips: use CP0_CHECK for gen_m{f|t}hc0Yongbok Kim