aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-03-30block/null-{co,aio}: Implement get_block_status()Max Reitz
2016-03-30block/null-{co,aio}: Allow reading zeroesMax Reitz
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin 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-30replay: introduce block devices record/replayPavel Dovgalyuk
2016-03-30block: add flush callbackPavel Dovgalyuk
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-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-29Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2016-03-28block: never cancel a streaming job without running stream_complete()Alberto Garcia
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf
2016-03-17block: Add blk_next_root_bs()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17blockdev: Separate BB name managementMax Reitz
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz
2016-03-17blockdev: Rename blk_backendsMax Reitz
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-17block: Add blk_commit_all()Max Reitz
2016-03-17block: Use blk_next() in block-backend.cMax Reitz
2016-03-17Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi