aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-04-30qcow2: Forward ZERO_WRITE flag for full preallocationKevin Wolf1-3/+19
2020-04-30block: truncate: Don't make backing file data visibleKevin Wolf1-0/+25
2020-04-30file-posix: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf1-0/+4
2020-04-30raw-format: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf1-1/+3
2020-04-30qcow2: Support BDRV_REQ_ZERO_WRITE for truncateKevin Wolf2-1/+35
2020-04-30block-backend: Add flags to blk_truncate()Kevin Wolf10-16/+16
2020-04-30block: Add flags to bdrv(_co)_truncate()Kevin Wolf11-23/+28
2020-04-30block: Add flags to BlockDriver.bdrv_co_truncate()Kevin Wolf13-11/+22
2020-04-30qapi: Only input visitors can actually failMarkus Armbruster1-8/+1
2020-04-29block/file-posix: Fix check_cache_dropped() error handlingMarkus Armbruster1-1/+4
2020-04-29various: Remove suspicious '\' character outside of #define in C codePhilippe Mathieu-Daudé2-6/+6
2020-04-20block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cbChen Qun1-2/+1
2020-04-07Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-84/+133
2020-04-07vpc: Don't round up already aligned BAT sizesKevin Wolf1-1/+1
2020-04-07block: Fix blk->in_flight during blk_wait_while_drained()Kevin Wolf1-12/+5
2020-04-07block: Increase BB.in_flight for coroutine and sync interfacesKevin Wolf1-23/+80
2020-04-07block-backend: Reorder flush/pdiscard function definitionsKevin Wolf1-46/+46
2020-04-07backup: don't acquire aio_context in backup_cleanStefan Reiter1-4/+0
2020-04-07replication: assert we own context before job_cancel_syncStefan Reiter1-1/+4
2020-04-07qcow2: Check request size in qcow2_co_pwritev_compressed_part()Alberto Garcia1-0/+5
2020-04-07qcow2: Forbid discard in qcow2 v2 images with backing filesAlberto Garcia1-0/+6
2020-03-27qcow2: Remove unused fields from BDRVQcow2StateKevin Wolf1-3/+0
2020-03-27mirror: Wait only for in-flight operationsKevin Wolf1-1/+8
2020-03-27Revert "mirror: Don't let an operation wait for itself"Kevin Wolf1-12/+9
2020-03-27block/iscsi:use the flags in iscsi_open() prevent Clang warningChen Qun1-1/+1
2020-03-26sheepdog: Consistently set bdrv_has_zero_init_truncateEric Blake1-0/+2
2020-03-26qcow2: Avoid feature name extension on small cluster sizeEric Blake1-2/+9
2020-03-26qcow2: List autoclear bit names in headerEric Blake1-1/+11
2020-03-26qcow2: Comment typo fixesEric Blake1-3/+3
2020-03-26block: trickle down the fallback image creation function use to the block dri...Maxim Levitsky4-13/+19
2020-03-26block: pass BlockDriver reference to the .bdrv_co_createMaxim Levitsky17-18/+45
2020-03-26block/mirror: fix use after free of local_errVladimir Sementsov-Ogievskiy1-0/+1
2020-03-24block/qcow2: zero data_file child after freeVladimir Sementsov-Ogievskiy1-0/+2
2020-03-24block: Avoid memleak on qcow2 image info failureEric Blake1-0/+1
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2-14/+17
2020-03-18block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirtyVladimir Sementsov-Ogievskiy1-10/+5
2020-03-18block/dirty-bitmap: improve _next_dirty_area APIVladimir Sementsov-Ogievskiy1-2/+4
2020-03-18block/dirty-bitmap: add _next_dirty APIVladimir Sementsov-Ogievskiy1-0/+6
2020-03-18block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_tVladimir Sementsov-Ogievskiy1-3/+3
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell1-3/+1
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+2
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster1-3/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé1-1/+1
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-03-16block/io: fix bdrv_co_do_copy_on_readvVladimir Sementsov-Ogievskiy1-1/+1
2020-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-0/+41
2020-03-11crypto.c: cleanup created file when block_crypto_co_create_opts_luks failsDaniel Henrique Barboza1-0/+18
2020-03-11block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza1-0/+23
2020-03-11block/block-copy: hide structure definitionsVladimir Sementsov-Ogievskiy3-14/+76
2020-03-11block/block-copy: reduce intersecting request lockVladimir Sementsov-Ogievskiy1-24/+105