aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2-cache.c
AgeCommit message (Expand)Author
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-28qcow2.h: add missing includeVladimir Sementsov-Ogievskiy
2019-03-08qcow2: External file I/OKevin Wolf
2018-02-13qcow2: Allow configuring the L2 slice sizeAlberto 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
2017-11-17qcow2: Fix overly broad madvise()Max Reitz
2017-11-17qcow2: Refuse to get unaligned offsets from cacheMax Reitz
2017-09-26qcow2: add qcow2_cache_discardPavel Butsykin
2016-11-25qcow2: Remove stale commentAlberto Garcia
2016-11-25qcow2: Make qcow2_cache_table_release() work only in LinuxAlberto Garcia
2016-07-05block: Convert bdrv_pwrite(v/_sync) to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pread(v) to BdrvChildKevin Wolf
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-08qcow2: avoid extra flushes in qcow2Denis V. Lunev
2016-01-20block: Clean up includesPeter Maydell
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf
2015-09-14qcow2: Rename BDRVQcowState to BDRVQcow2StateKevin Wolf
2015-09-04qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia
2015-09-04qcow2: add option to clean unused cache entries after some timeAlberto Garcia
2015-09-04qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia
2015-07-07qcow2: remove unnecessary checkAlberto Garcia
2015-05-22qcow2: style fixes in qcow2-cache.cAlberto Garcia
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia
2015-05-22qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia
2015-05-22qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia
2015-05-22qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia
2015-05-22qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia
2015-02-06block: Give always priority to unused entries in the qcow2 L2 cacheAlberto Garcia
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster
2014-08-15qcow2: Handle failure for potentially large allocationsKevin Wolf
2013-10-11qcow2: Use negated overflow check maskMax Reitz
2013-09-12qcow2-cache: Empty cacheMax Reitz
2013-08-30qcow2: Employ metadata overlap checksMax Reitz
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-06-15qcow2: always operate caches in writeback modePaolo Bonzini
2012-03-12qcow2: Add some tracingKevin Wolf
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-19qcow2: Use Qcow2Cache in writeback mode during loadvm/savevmKevin Wolf