aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-06-22block/backup-top: fix failure pathVladimir Sementsov-Ogievskiy1-9/+12
2020-06-22block/backup: fix memory leak in bdrv_backup_top_append()Eiichi Tsukata1-1/+1
2020-06-22blkdebug: Allow taking/unsharing permissionsMax Reitz1-1/+92
2020-06-22iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711)Felipe Franciosi1-2/+3
2020-06-15block: Call attention to truncation of long NBD exportsEric Blake1-8/+13
2020-06-03block/io: fix bdrv_co_do_copy_on_readvVladimir Sementsov-Ogievskiy1-1/+1
2020-06-03block/block-copy: fix progress calculationVladimir Sementsov-Ogievskiy2-15/+14
2020-06-03block/qcow2-threads: fix qcow2_decompressVladimir Sementsov-Ogievskiy1-5/+7
2020-06-02qcow2: Fix alloc_cluster_abort() for pre-existing clustersMax Reitz1-1/+1
2020-06-02qcow2: Fix qcow2_alloc_cluster_abort() for external data fileKevin Wolf1-2/+5
2020-06-02qcow2: update_refcount(): Reset old_table_index after qcow2_cache_put()Kevin Wolf1-0/+1
2020-06-01qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmapVladimir Sementsov-Ogievskiy1-23/+18
2020-05-11backup-top: Begin drain earlierMax Reitz1-2/+2
2020-05-11block/nbd: fix memory leak in nbd_open()Pan Nengyuan1-0/+1
2020-05-11block/nbd: extract the common cleanup codePan Nengyuan1-11/+15
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