Age | Commit message (Expand) | Author |
2019-12-09 | block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap | Vladimir Sementsov-Ogievskiy |
2019-12-02 | block/file-posix: Fix laio_init() error handling crash bug | Markus Armbruster |
2019-11-26 | block/qcow2-bitmap: fix bitmap migration | Vladimir Sementsov-Ogievskiy |
2019-11-18 | nbd: Don't send oversize strings | Eric Blake |
2019-11-18 | bitmap: Enforce maximum bitmap name length | Eric Blake |
2019-11-07 | qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK | Max Reitz |
2019-11-07 | qcow2-bitmap: Fix uint64_t left-shift overflow | Tuguoyi |
2019-11-04 | block/file-posix: Let post-EOF fallocate serialize | Max Reitz |
2019-11-04 | block: Add bdrv_co_get_self_request() | Max Reitz |
2019-11-04 | block: Make wait/mark serialising requests public | Max Reitz |
2019-11-04 | block/block-copy: fix s->copy_size for compressed cluster | Vladimir Sementsov-Ogievskiy |
2019-10-28 | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in... | Peter Maydell |
2019-10-28 | block: Pass truncate exact=true where reasonable | Max Reitz |
2019-10-28 | block: Let format drivers pass @exact | Max Reitz |
2019-10-28 | block: Evaluate @exact in protocol drivers | Max Reitz |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-10-28 | block: Do not truncate file node when formatting | Max Reitz |
2019-10-28 | block/cor: Drop cor_co_truncate() | Max Reitz |
2019-10-28 | block: Handle filter truncation like native impl. | Max Reitz |
2019-10-28 | qcow2: Fix v3 snapshot table entry compliancy | Max Reitz |
2019-10-28 | qcow2: Repair snapshot table with too many entries | Max Reitz |
2019-10-28 | qcow2: Fix overly long snapshot tables | Max Reitz |
2019-10-28 | qcow2: Keep track of the snapshot table length | Max Reitz |
2019-10-28 | qcow2: Fix broken snapshot table entries | Max Reitz |
2019-10-28 | qcow2: Add qcow2_check_fix_snapshot_table() | Max Reitz |
2019-10-28 | qcow2: Separate qcow2_check_read_snapshot_table() | Max Reitz |
2019-10-28 | qcow2: Write v3-compliant snapshot list on upgrade | Max Reitz |
2019-10-28 | qcow2: Put qcow2_upgrade() into its own function | Max Reitz |
2019-10-28 | qcow2: Make qcow2_write_snapshots() public | Max Reitz |
2019-10-28 | qcow2: Keep unknown extra snapshot data | Max Reitz |
2019-10-28 | qcow2: Add Error ** to qcow2_read_snapshots() | Max Reitz |
2019-10-28 | qcow2: Use endof() | Max Reitz |
2019-10-28 | mirror: Do not dereference invalid pointers | Max Reitz |
2019-10-28 | block/nvme: add support for discard | Maxim Levitsky |
2019-10-28 | block/nvme: add support for write zeros | Maxim Levitsky |
2019-10-28 | block/block-copy: increase buffered copy request | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/block-copy: add memory limit | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/block-copy: refactor copying | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/block-copy: limit copy_range_size to 16 MiB | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/block-copy: allocate buffer in block_copy_with_bounce_buffer | Vladimir Sementsov-Ogievskiy |
2019-10-28 | Revert "mirror: Only mirror granularity-aligned chunks" | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/mirror: support unaligned write in active mirror | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/block-backend: add blk_co_pwritev_part | Vladimir Sementsov-Ogievskiy |
2019-10-28 | block/mirror: simplify do_sync_target_write | Vladimir Sementsov-Ogievskiy |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang |
2019-10-25 | qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation() | Kevin Wolf |
2019-10-25 | block/backup: drop dead code from backup_job_create | Vladimir Sementsov-Ogievskiy |
2019-10-22 | block/nbd: nbd reconnect | Vladimir Sementsov-Ogievskiy |
2019-10-17 | qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit | Vladimir Sementsov-Ogievskiy |
2019-10-17 | block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw | Vladimir Sementsov-Ogievskiy |