summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* vvfat: Fix default volume labelKevin Wolf2019-11-291-0/+2
* vvfat: Fix volume name assertionKevin Wolf2019-11-291-1/+6
* mirror: Workaround for unexpected iohandler events during completionFam Zheng2019-11-291-0/+9
* mirror: Don't extend the last sub-chunkFam Zheng2019-11-291-4/+15
* block/mirror: Refresh stale bitmap iterator cacheMax Reitz2019-11-291-0/+5
* block/mirror: Revive dead yielding codeMax Reitz2019-11-291-11/+12
* block/gluster: prevent data loss after i/o errorJeff Cody2019-11-291-1/+52
* block/gluster: code movement of qemu_gluster_close()Jeff Cody2019-11-291-11/+11
* block/gluster: return correct error valueJeff Cody2019-11-291-1/+1
* block: Don't ignore flags in blk_{,co,aio}_write_zeroes()Kevin Wolf2019-11-291-3/+4
* block/vpc: update comments to be compliant w/coding guidelinesJeff Cody2019-11-291-34/+34
* block/vpc: set errp in vpc_openJeff Cody2019-11-291-0/+9
* block/vpc: make checks on max table size a bit more laxJeff Cody2019-11-291-4/+0
* block/vpc: Use the correct max sector count for VHD imagesJeff Cody2019-11-291-5/+5
* block/vpc: use current_size field for XenConverter VHD imagesJeff Cody2019-11-291-0/+2
* vpc: use current_size field for XenServer VHD imagesStefan Hajnoczi2019-11-291-1/+3
* block/vpc: set errp in vpc_createJeff Cody2019-11-291-0/+5
* block: Fix blk_aio_write_zeroes()Kevin Wolf2019-11-291-7/+13
* qcow2: Prevent backing file names longer than 1023Max Reitz2019-11-291-0/+4
* vpc: fix return value check for blk_pwritePaolo Bonzini2019-11-291-1/+1
* mirror: Replace bdrv_drain(bs) with bdrv_co_drain(bs)Fam Zheng2019-11-291-1/+1
* block: Fix bdrv_drain in coroutineFam Zheng2019-11-291-0/+45
* crypto: Avoid memory leak on failureEric Blake2019-11-291-6/+6
* nbd: don't request FUA on FLUSHEric Blake2019-11-291-4/+0
* block/nfs: add missing #include "qemu/cutils.h"Stefan Hajnoczi2019-11-291-0/+1
* block/nfs: add missing #include "qapi/error.h"Stefan Hajnoczi2019-11-291-0/+1
* 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
OpenPOWER on IntegriCloud