aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-12-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-11/+10
2019-12-19qcow2: Move error check of local_err near its assignmentTuguoyi1-5/+5
2019-12-18qcow2: Use offset_into_cluster()Alberto Garcia1-5/+3
2019-12-18qcow2: Declare BDRV_REQ_NO_FALLBACK supportedKevin Wolf1-1/+2
2019-12-18nbd: assert that Error** is not NULL in nbd_iter_channel_errorVladimir Sementsov-Ogievskiy1-0/+1
2019-12-18block/snapshot: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy1-2/+2
2019-12-09block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy1-3/+6
2019-12-02block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster1-1/+1
2019-11-26block/qcow2-bitmap: fix bitmap migrationVladimir Sementsov-Ogievskiy1-1/+20
2019-11-18nbd: Don't send oversize stringsEric Blake1-0/+10
2019-11-18bitmap: Enforce maximum bitmap name lengthEric Blake2-3/+11
2019-11-07qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASKMax Reitz1-1/+1
2019-11-07qcow2-bitmap: Fix uint64_t left-shift overflowTuguoyi1-3/+11
2019-11-04block/file-posix: Let post-EOF fallocate serializeMax Reitz1-0/+36
2019-11-04block: Add bdrv_co_get_self_request()Max Reitz1-0/+18
2019-11-04block: Make wait/mark serialising requests publicMax Reitz1-12/+12
2019-11-04block/block-copy: fix s->copy_size for compressed clusterVladimir Sementsov-Ogievskiy1-2/+2
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell30-322/+936
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz3-5/+19
2019-10-28block: Let format drivers pass @exactMax Reitz3-3/+16
2019-10-28block: Evaluate @exact in protocol driversMax Reitz2-2/+13
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz24-55/+74
2019-10-28block: Do not truncate file node when formattingMax Reitz3-16/+0
2019-10-28block/cor: Drop cor_co_truncate()Max Reitz1-8/+0
2019-10-28block: Handle filter truncation like native impl.Max Reitz1-7/+6
2019-10-28qcow2: Fix v3 snapshot table entry compliancyMax Reitz1-0/+18
2019-10-28qcow2: Repair snapshot table with too many entriesMax Reitz1-0/+14
2019-10-28qcow2: Fix overly long snapshot tablesMax Reitz1-10/+78
2019-10-28qcow2: Keep track of the snapshot table lengthMax Reitz1-1/+13
2019-10-28qcow2: Fix broken snapshot table entriesMax Reitz1-11/+56
2019-10-28qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz3-1/+36
2019-10-28qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz3-18/+120
2019-10-28qcow2: Write v3-compliant snapshot list on upgradeMax Reitz1-2/+30
2019-10-28qcow2: Put qcow2_upgrade() into its own functionMax Reitz1-5/+38
2019-10-28qcow2: Make qcow2_write_snapshots() publicMax Reitz2-1/+2
2019-10-28qcow2: Keep unknown extra snapshot dataMax Reitz2-10/+58
2019-10-28qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz3-4/+8
2019-10-28qcow2: Use endof()Max Reitz1-3/+4
2019-10-28mirror: Do not dereference invalid pointersMax Reitz1-4/+9
2019-10-28block/nvme: add support for discardMaxim Levitsky2-0/+85
2019-10-28block/nvme: add support for write zerosMaxim Levitsky2-1/+72
2019-10-28block/block-copy: increase buffered copy requestVladimir Sementsov-Ogievskiy1-16/+32
2019-10-28block/block-copy: add memory limitVladimir Sementsov-Ogievskiy1-0/+5
2019-10-28block/block-copy: refactor copyingVladimir Sementsov-Ogievskiy2-70/+54
2019-10-28block/block-copy: limit copy_range_size to 16 MiBVladimir Sementsov-Ogievskiy1-2/+8
2019-10-28block/block-copy: allocate buffer in block_copy_with_bounce_bufferVladimir Sementsov-Ogievskiy1-13/+8
2019-10-28Revert "mirror: Only mirror granularity-aligned chunks"Vladimir Sementsov-Ogievskiy1-29/+0
2019-10-28block/mirror: support unaligned write in active mirrorVladimir Sementsov-Ogievskiy1-3/+68
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy1-4/+13
2019-10-28block/mirror: simplify do_sync_target_writeVladimir Sementsov-Ogievskiy1-67/+28