summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/null-{co,aio}: Implement get_block_status()Max Reitz2019-11-291-0/+22
* block/null-{co,aio}: Allow reading zeroesMax Reitz2019-11-291-0/+20
* block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2019-11-292-2/+0
* block: Remove BDRV_O_CACHE_WBKevin Wolf2019-11-292-13/+1
* raw: Support BDRV_REQ_FUAKevin Wolf2019-11-291-3/+14
* nbd: Support BDRV_REQ_FUAKevin Wolf2019-11-293-8/+34
* iscsi: Support BDRV_REQ_FUAKevin Wolf2019-11-291-16/+14
* block: Introduce bdrv_co_writev_flags()Kevin Wolf2019-11-291-1/+8
* block/qapi: Use blk_enable_write_cache()Kevin Wolf2019-11-291-3/+4
* block: Move enable_write_cache to BB levelKevin Wolf2019-11-293-17/+29
* block: Handle flush error in bdrv_pwrite_sync()Kevin Wolf2019-11-291-3/+3
* block: Always set writeback mode in blk_new_open()Kevin Wolf2019-11-2911-28/+19
* replay: introduce block devices record/replayPavel Dovgalyuk2019-11-292-1/+161
* block: add flush callbackPavel Dovgalyuk2019-11-291-0/+7
* block: move encryption deprecation warning into qcow codeDaniel P. Berrange2019-11-292-0/+17
* block: add generic full disk encryption driverDaniel P. Berrange2019-11-292-0/+589
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2019-11-291-0/+2
* block/qapi: Pass bdrv_query_blk_stats() s->statsMax Reitz2019-11-291-25/+25
* block/qapi: Set s->device in bdrv_query_stats()Max Reitz2019-11-291-3/+2
* block/qapi: fix unbounded stack for dump_qdictPeter Xu2019-11-291-1/+2
* block/qapi: make two printf() formats literalPeter Xu2019-11-291-6/+4
* block: Remove blk_set_bs()Kevin Wolf2019-11-291-17/+0
* block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X hostProgrammingkid2019-11-291-39/+126
* block: never cancel a streaming job without running stream_complete()Alberto Garcia2019-11-291-5/+6
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-2919-12/+19
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2019-11-291-1/+1
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2019-11-291-0/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-2934-1/+34
* qapi: Don't special-case simple union wrappersEric Blake2019-11-293-10/+10
* quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia2019-11-291-8/+9
* block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf2019-11-291-4/+5
* block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf2019-11-291-13/+92
* block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf2019-11-291-15/+21
* block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf2019-11-291-9/+8
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2019-11-292-16/+10
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2019-11-292-13/+31
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2019-11-292-8/+61
* block: Use BdrvChild in BlockBackendKevin Wolf2019-11-291-101/+153
* block: Add blk_next_root_bs()Max Reitz2019-11-291-0/+24
* block: Move some bdrv_*_all() functions to BBMax Reitz2019-11-292-26/+38
* blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz2019-11-291-17/+0
* blockdev: Split monitor reference from BB creationMax Reitz2019-11-2910-33/+21
* blockdev: Separate BB name managementMax Reitz2019-11-291-31/+61
* blockdev: Add list of all BlockBackendsMax Reitz2019-11-291-1/+23
* blockdev: Rename blk_backendsMax Reitz2019-11-291-9/+11
* qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz2019-11-294-34/+10
* block: Add blk_commit_all()Max Reitz2019-11-291-0/+5
* block: Use blk_next() in block-backend.cMax Reitz2019-11-291-6/+6
* Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi2019-11-291-13/+0
* block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody2019-11-291-4/+7
OpenPOWER on IntegriCloud