Age | Commit message (Expand) | Author |
2016-04-12 | qcow2: Prevent backing file names longer than 1023 | Max Reitz |
2016-04-12 | vpc: fix return value check for blk_pwrite | Paolo Bonzini |
2016-04-11 | mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs) | Fam Zheng |
2016-04-11 | block: Fix bdrv_drain in coroutine | Fam Zheng |
2016-04-05 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-04-05 | crypto: Avoid memory leak on failure | Eric Blake |
2016-04-05 | nbd: don't request FUA on FLUSH | Eric Blake |
2016-03-30 | block/nfs: add missing #include "qemu/cutils.h" | Stefan Hajnoczi |
2016-03-30 | block/nfs: add missing #include "qapi/error.h" | Stefan Hajnoczi |
2016-03-30 | block/null-{co,aio}: Implement get_block_status() | Max Reitz |
2016-03-30 | block/null-{co,aio}: Allow reading zeroes | Max Reitz |
2016-03-30 | block: Remove bdrv_(set_)enable_write_cache() | Kevin Wolf |
2016-03-30 | block: Remove BDRV_O_CACHE_WB | Kevin Wolf |
2016-03-30 | raw: Support BDRV_REQ_FUA | Kevin Wolf |
2016-03-30 | nbd: Support BDRV_REQ_FUA | Kevin Wolf |
2016-03-30 | iscsi: Support BDRV_REQ_FUA | Kevin Wolf |
2016-03-30 | block: Introduce bdrv_co_writev_flags() | Kevin Wolf |
2016-03-30 | block/qapi: Use blk_enable_write_cache() | Kevin Wolf |
2016-03-30 | block: Move enable_write_cache to BB level | Kevin Wolf |
2016-03-30 | block: Handle flush error in bdrv_pwrite_sync() | Kevin Wolf |
2016-03-30 | block: Always set writeback mode in blk_new_open() | Kevin Wolf |
2016-03-30 | replay: introduce block devices record/replay | Pavel Dovgalyuk |
2016-03-30 | block: add flush callback | Pavel Dovgalyuk |
2016-03-30 | block: move encryption deprecation warning into qcow code | Daniel P. Berrange |
2016-03-30 | block: add generic full disk encryption driver | Daniel P. Berrange |
2016-03-30 | block: add flag to indicate that no I/O will be performed | Daniel P. Berrange |
2016-03-30 | block/qapi: Pass bdrv_query_blk_stats() s->stats | Max Reitz |
2016-03-30 | block/qapi: Set s->device in bdrv_query_stats() | Max Reitz |
2016-03-30 | block/qapi: fix unbounded stack for dump_qdict | Peter Xu |
2016-03-30 | block/qapi: make two printf() formats literal | Peter Xu |
2016-03-30 | block: Remove blk_set_bs() | Kevin Wolf |
2016-03-30 | block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host | Programmingkid |
2016-03-29 | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging | Peter Maydell |
2016-03-28 | block: never cancel a streaming job without running stream_complete() | Alberto Garcia |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-22 | include/qemu/iov.h: Don't include qemu-common.h | Markus Armbruster |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake |
2016-03-17 | quorum: Emit QUORUM_REPORT_BAD for reads in fifo mode | Alberto Garcia |
2016-03-17 | block: Use blk_co_pwritev() in blk_co_write_zeroes() | Kevin Wolf |
2016-03-17 | block: Use blk_aio_prwv() for aio_read/write/write_zeroes | Kevin Wolf |
2016-03-17 | block: Use blk_prw() in blk_pread()/blk_pwrite() | Kevin Wolf |
2016-03-17 | block: Use blk_co_pwritev() in blk_write_zeroes() | Kevin Wolf |
2016-03-17 | block: Pull up blk_read_unthrottled() implementation | Kevin Wolf |
2016-03-17 | block: Use blk_co_pwritev() for blk_write() | Kevin Wolf |
2016-03-17 | block: Use blk_co_preadv() for blk_read() | Kevin Wolf |
2016-03-17 | block: Use BdrvChild in BlockBackend | Kevin Wolf |
2016-03-17 | block: Add blk_next_root_bs() | Max Reitz |
2016-03-17 | block: Move some bdrv_*_all() functions to BB | Max Reitz |