aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-13lpc: drop pcie host dependencyMichael S. Tsirkin
2018-02-13tests: acpi: fix FADT not being compared to reference tableIgor Mammedov
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum
2018-02-13libvhost-user: Support across-memory-boundary accessYongji Xie
2018-02-13libvhost-user: Fix resource leakYongji Xie
2018-02-13virtio-balloon: unref the memory region before continuingTiwei Bie
2018-02-13Merge remote-tracking branch 'mreitz/tags/pull-block-2018-02-13' into queue-b...Kevin Wolf
2018-02-13iotests: Add l2-cache-entry-size to iotest 137Alberto Garcia
2018-02-13iotests: Test downgrading an image using a small L2 slice sizeAlberto Garcia
2018-02-13iotests: Test valid values of l2-cache-entry-sizeAlberto Garcia
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