aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-05-08qcow2: Avoid integer wraparound in qcow2_co_truncate()Alberto Garcia1-5/+7
2020-05-07block: luks: better error message when creating too large filesMaxim Levitsky1-4/+21
2020-05-05Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...Peter Maydell16-149/+309
2020-05-05Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...Peter Maydell1-4/+2
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell4-12/+6
2020-05-05block/block-copy: use aio-task-pool APIVladimir Sementsov-Ogievskiy1-13/+106
2020-05-05block/block-copy: refactor task creationVladimir Sementsov-Ogievskiy1-34/+46
2020-05-05block/block-copy: add state pointer to BlockCopyTaskVladimir Sementsov-Ogievskiy1-13/+15
2020-05-05block/block-copy: alloc task on each iterationVladimir Sementsov-Ogievskiy1-7/+11
2020-05-05block/block-copy: rename in-flight requests to tasksVladimir Sementsov-Ogievskiy1-50/+48
2020-05-05block: Comment cleanupsEric Blake3-7/+8
2020-05-05qcow2: Tweak comment about bitmaps vs. resizeEric Blake1-1/+1
2020-05-05qcow2: Allow resize of images with internal snapshotsEric Blake2-7/+38
2020-05-05block: Add blk_new_with_bs() helperEric Blake11-49/+68
2020-05-04block/nbd-client: drop max_block restriction from discardVladimir Sementsov-Ogievskiy1-1/+1
2020-05-04block/nbd-client: drop max_block restriction from block_statusVladimir Sementsov-Ogievskiy1-3/+1
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2-32/+26
2020-05-04Compress lines for immediate returnSimran Singhal4-12/+6
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