summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-04-05Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-6/+6
2016-04-05crypto: Avoid memory leak on failureEric Blake1-6/+6
2016-04-05nbd: don't request FUA on FLUSHEric Blake1-4/+0
2016-03-30block/nfs: add missing #include "qemu/cutils.h"Stefan Hajnoczi1-0/+1
2016-03-30block/nfs: add missing #include "qapi/error.h"Stefan Hajnoczi1-0/+1
2016-03-30block/null-{co,aio}: Implement get_block_status()Max Reitz1-0/+22
2016-03-30block/null-{co,aio}: Allow reading zeroesMax Reitz1-0/+20
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2-2/+0
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf2-13/+1
2016-03-30raw: Support BDRV_REQ_FUAKevin Wolf1-3/+14
2016-03-30nbd: Support BDRV_REQ_FUAKevin Wolf3-8/+34
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf1-16/+14
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-1/+8
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf1-3/+4
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf3-17/+29
2016-03-30block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf1-3/+3
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf11-28/+19
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