aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Allow configuring the L2 slice sizeAlberto Garcia2018-02-133-11/+39
* qcow2: Rename l2_table in count_cow_clusters()Alberto Garcia2018-02-131-2/+2
* qcow2: Rename l2_table in count_contiguous_clusters_unallocated()Alberto Garcia2018-02-131-3/+3
* qcow2: Rename l2_table in count_contiguous_clusters()Alberto Garcia2018-02-131-4/+4
* qcow2: Rename l2_table in qcow2_alloc_compressed_cluster_offset()Alberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_truncate() to support L2 slicesAlberto Garcia2018-02-131-3/+3
* qcow2: Update expand_zero_clusters_in_l1() to support L2 slicesAlberto Garcia2018-02-131-23/+28
* qcow2: Prepare expand_zero_clusters_in_l1() for adding L2 slice supportAlberto Garcia2018-02-131-91/+96
* qcow2: Read refcount before L2 table in expand_zero_clusters_in_l1()Alberto Garcia2018-02-131-6/+6
* qcow2: Update qcow2_update_snapshot_refcount() to support L2 slicesAlberto Garcia2018-02-131-14/+18
* qcow2: Prepare qcow2_update_snapshot_refcount() for adding L2 slice supportAlberto Garcia2018-02-131-69/+75
* qcow2: Update zero_single_l2() to support L2 slicesAlberto Garcia2018-02-131-14/+14
* qcow2: Update discard_single_l2() to support L2 slicesAlberto Garcia2018-02-131-16/+16
* qcow2: Update handle_alloc() to support L2 slicesAlberto Garcia2018-02-131-9/+9
* qcow2: Update handle_copied() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_alloc_cluster_link_l2() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Update qcow2_get_cluster_offset() to support L2 slicesAlberto Garcia2018-02-131-15/+15
* qcow2: Update get_cluster_table() to support L2 slicesAlberto Garcia2018-02-131-8/+8
* qcow2: Refactor get_cluster_table()Alberto Garcia2018-02-131-14/+7
* qcow2: Update l2_allocate() to support L2 slicesAlberto Garcia2018-02-131-22/+34
* qcow2: Prepare l2_allocate() for adding L2 slice supportAlberto Garcia2018-02-131-24/+29
* qcow2: Update l2_load() to support L2 slicesAlberto Garcia2018-02-131-11/+17
* qcow2: Add offset_to_l2_slice_index()Alberto Garcia2018-02-131-0/+5
* qcow2: Add l2_slice_size field to BDRVQcow2StateAlberto Garcia2018-02-132-0/+4
* qcow2: Add offset_to_l1_index()Alberto Garcia2018-02-132-2/+7
* qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()Alberto Garcia2018-02-133-7/+5
* qcow2: Remove BDS parameter from qcow2_cache_discard()Alberto Garcia2018-02-133-5/+5
* qcow2: Remove BDS parameter from qcow2_cache_clean_unused()Alberto Garcia2018-02-133-4/+4
* qcow2: Remove BDS parameter from qcow2_cache_destroy()Alberto Garcia2018-02-133-10/+10
* qcow2: Remove BDS parameter from qcow2_cache_put()Alberto Garcia2018-02-134-31/+31
* qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()Alberto Garcia2018-02-134-18/+14
* qcow2: Remove BDS parameter from qcow2_cache_table_release()Alberto Garcia2018-02-131-5/+4
* qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()Alberto Garcia2018-02-131-5/+4
* qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()Alberto Garcia2018-02-131-7/+6
* qcow2: Add table size field to Qcow2CacheAlberto Garcia2018-02-131-15/+14
* qcow2: Fix documentation of get_cluster_table()Alberto Garcia2018-02-131-2/+1
* block: maintain persistent disabled bitmapsVladimir Sementsov-Ogievskiy2018-02-134-25/+9
* sheepdog: Allow fully preallocated truncationMax Reitz2018-02-131-3/+12
* sheepdog: Pass old and new size to sd_prealloc()Max Reitz2018-02-131-11/+5
* sheepdog: Make sd_prealloc() take a BDSMax Reitz2018-02-131-8/+21
* gluster: Add preallocated truncationMax Reitz2018-02-131-16/+1
* gluster: Query current size in do_truncate()Max Reitz2018-02-131-2/+19
* gluster: Pull truncation from qemu_gluster_createMax Reitz2018-02-131-34/+40
* gluster: Move glfs_close() to create's clean-upMax Reitz2018-02-131-4/+6
* qcow2: Use g_try_realloc() in qcow2_expand_zero_clusters()Alberto Garcia2018-02-131-1/+9
* block: Simplify bdrv_can_write_zeroes_with_unmap()Eric Blake2018-02-096-19/+6
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-0929-8/+34
* Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-092-2/+0
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-095-5/+0
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-0912-0/+15