aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-06-22vpc: Don't round up already aligned BAT sizesKevin Wolf
2020-06-22sheepdog: Consistently set bdrv_has_zero_init_truncateEric Blake
2020-06-22qcow2: List autoclear bit names in headerEric Blake
2020-06-22block: Avoid memleak on qcow2 image info failureEric Blake
2020-06-22block: Fix VM size field width in snapshot dumpMax Reitz
2020-06-22block: fix crash on zero-length unaligned write and readVladimir Sementsov-Ogievskiy
2020-06-22block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy
2020-06-22block/backup: fix memory leak in bdrv_backup_top_append()Eiichi Tsukata
2020-06-22blkdebug: Allow taking/unsharing permissionsMax Reitz
2020-06-22iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)Felipe Franciosi
2020-06-15block: Call attention to truncation of long NBD exportsEric Blake
2020-06-03block/io: fix bdrv_co_do_copy_on_readvVladimir Sementsov-Ogievskiy
2020-06-03block/block-copy: fix progress calculationVladimir Sementsov-Ogievskiy
2020-06-03block/qcow2-threads: fix qcow2_decompressVladimir Sementsov-Ogievskiy
2020-06-02qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz
2020-06-02qcow2: Fix qcow2_alloc_cluster_abort() for external data fileKevin Wolf
2020-06-02qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()Kevin Wolf
2020-06-01qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy
2020-05-11backup-top: Begin drain earlierMax Reitz
2020-05-11block/nbd: fix memory leak in nbd_open()Pan Nengyuan
2020-05-11block/nbd: extract the common cleanup codePan Nengyuan
2019-12-09block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy
2019-12-02block/file-posix: Fix laio_init() error handling crash bugMarkus Armbruster
2019-11-26block/qcow2-bitmap: fix bitmap migrationVladimir Sementsov-Ogievskiy
2019-11-18nbd: Don't send oversize stringsEric Blake
2019-11-18bitmap: Enforce maximum bitmap name lengthEric Blake
2019-11-07qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASKMax Reitz
2019-11-07qcow2-bitmap: Fix uint64_t left-shift overflowTuguoyi
2019-11-04block/file-posix: Let post-EOF fallocate serializeMax Reitz
2019-11-04block: Add bdrv_co_get_self_request()Max Reitz
2019-11-04block: Make wait/mark serialising requests publicMax Reitz
2019-11-04block/block-copy: fix s->copy_size for compressed clusterVladimir Sementsov-Ogievskiy
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz
2019-10-28block: Let format drivers pass @exactMax Reitz
2019-10-28block: Evaluate @exact in protocol driversMax Reitz
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz
2019-10-28block: Do not truncate file node when formattingMax Reitz
2019-10-28block/cor: Drop cor_co_truncate()Max Reitz
2019-10-28block: Handle filter truncation like native impl.Max Reitz
2019-10-28qcow2: Fix v3 snapshot table entry compliancyMax Reitz
2019-10-28qcow2: Repair snapshot table with too many entriesMax Reitz
2019-10-28qcow2: Fix overly long snapshot tablesMax Reitz
2019-10-28qcow2: Keep track of the snapshot table lengthMax Reitz
2019-10-28qcow2: Fix broken snapshot table entriesMax Reitz
2019-10-28qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz
2019-10-28qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz
2019-10-28qcow2: Write v3-compliant snapshot list on upgradeMax Reitz
2019-10-28qcow2: Put qcow2_upgrade() into its own functionMax Reitz
2019-10-28qcow2: Make qcow2_write_snapshots() publicMax Reitz