aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto Garcia
2018-02-13qcow2: Rename l2_table in count_cow_clusters()Alberto Garcia
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters_unallocated()Alberto Garcia
2018-02-13qcow2: Rename l2_table in count_contiguous_clusters()Alberto Garcia
2018-02-13qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()Alberto Garcia
2018-02-13qcow2: Update qcow2_truncate() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update expand_zero_clusters_in_l1() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice supportAlberto Garcia
2018-02-13qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()Alberto Garcia
2018-02-13qcow2: Update qcow2_update_snapshot_refcount() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice supportAlberto Garcia
2018-02-13qcow2: Update zero_single_l2() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update discard_single_l2() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update handle_copied() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Refactor get_cluster_table()Alberto Garcia
2018-02-13qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia
2018-02-13qcow2: Update l2_load() to support L2 slicesAlberto Garcia
2018-02-13qcow2: Add offset_to_l2_slice_index()Alberto Garcia
2018-02-13qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia
2018-02-13qcow2: Add offset_to_l1_index()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_table_release()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()Alberto Garcia
2018-02-13qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()Alberto Garcia
2018-02-13qcow2: Add table size field to Qcow2CacheAlberto Garcia
2018-02-13qcow2: Fix documentation of get_cluster_table()Alberto Garcia
2018-02-13block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy
2018-02-13sheepdog: Allow fully preallocated truncationMax Reitz
2018-02-13sheepdog: Pass old and new size to sd_prealloc()Max Reitz
2018-02-13sheepdog: Make sd_prealloc() take a BDSMax Reitz
2018-02-13gluster: Add preallocated truncationMax Reitz
2018-02-13gluster: Query current size in do_truncate()Max Reitz
2018-02-13gluster: Pull truncation from qemu_gluster_createMax Reitz
2018-02-13gluster: Move glfs_close() to create's clean-upMax Reitz
2018-02-13qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()Alberto Garcia
2018-02-09block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster