index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2-cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Change bdrv_{pread,pwrite,pwrite_sync}() param order
Alberto Faria
2022-07-12
1
-4
/
+4
*
block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()
Alberto Faria
2022-07-12
1
-4
/
+3
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
1
-1
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
qcow2.h: add missing include
Vladimir Sementsov-Ogievskiy
2019-05-28
1
-1
/
+0
*
qcow2: External file I/O
Kevin Wolf
2019-03-08
1
-3
/
+3
*
qcow2: Allow configuring the L2 slice size
Alberto Garcia
2018-02-13
1
-2
/
+8
*
qcow2: Remove BDS parameter from qcow2_cache_is_table_offset()
Alberto Garcia
2018-02-13
1
-2
/
+1
*
qcow2: Remove BDS parameter from qcow2_cache_discard()
Alberto Garcia
2018-02-13
1
-1
/
+1
*
qcow2: Remove BDS parameter from qcow2_cache_clean_unused()
Alberto Garcia
2018-02-13
1
-1
/
+1
*
qcow2: Remove BDS parameter from qcow2_cache_destroy()
Alberto Garcia
2018-02-13
1
-1
/
+1
*
qcow2: Remove BDS parameter from qcow2_cache_put()
Alberto Garcia
2018-02-13
1
-1
/
+1
*
qcow2: Remove BDS parameter from qcow2_cache_entry_mark_dirty()
Alberto Garcia
2018-02-13
1
-2
/
+1
*
qcow2: Remove BDS parameter from qcow2_cache_table_release()
Alberto Garcia
2018-02-13
1
-5
/
+4
*
qcow2: Remove BDS parameter from qcow2_cache_get_table_idx()
Alberto Garcia
2018-02-13
1
-5
/
+4
*
qcow2: Remove BDS parameter from qcow2_cache_get_table_addr()
Alberto Garcia
2018-02-13
1
-7
/
+6
*
qcow2: Add table size field to Qcow2Cache
Alberto Garcia
2018-02-13
1
-15
/
+14
*
qcow2: Fix overly broad madvise()
Max Reitz
2017-11-17
1
-1
/
+1
*
qcow2: Refuse to get unaligned offsets from cache
Max Reitz
2017-11-17
1
-0
/
+21
*
qcow2: add qcow2_cache_discard
Pavel Butsykin
2017-09-26
1
-0
/
+26
*
qcow2: Remove stale comment
Alberto Garcia
2016-11-25
1
-1
/
+0
*
qcow2: Make qcow2_cache_table_release() work only in Linux
Alberto Garcia
2016-11-25
1
-2
/
+3
*
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
2016-07-05
1
-1
/
+1
*
os-posix: include sys/mman.h
Paolo Bonzini
2016-06-16
1
-5
/
+0
*
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
2016-06-08
1
-2
/
+9
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-2
/
+1
*
block: Convert bs->file to BdrvChild
Kevin Wolf
2015-10-16
1
-5
/
+6
*
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
2015-09-14
1
-7
/
+7
*
qcow2: reorder fields in Qcow2CachedTable to reduce padding
Alberto Garcia
2015-09-04
1
-1
/
+1
*
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
2015-09-04
1
-0
/
+35
*
qcow2: mark the memory as no longer needed after qcow2_cache_empty()
Alberto Garcia
2015-09-04
1
-0
/
+26
*
qcow2: remove unnecessary check
Alberto Garcia
2015-07-07
1
-3
/
+0
*
qcow2: style fixes in qcow2-cache.c
Alberto Garcia
2015-05-22
1
-3
/
+3
*
qcow2: make qcow2_cache_put() a void function
Alberto Garcia
2015-05-22
1
-6
/
+1
*
qcow2: use a hash to look for entries in the L2 cache
Alberto Garcia
2015-05-22
1
-2
/
+7
*
qcow2: remove qcow2_cache_find_entry_to_replace()
Alberto Garcia
2015-05-22
1
-29
/
+16
*
qcow2: use an LRU algorithm to replace entries from the L2 cache
Alberto Garcia
2015-05-22
1
-18
/
+15
*
qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
Alberto Garcia
2015-05-22
1
-17
/
+15
*
qcow2: use one single memory block for the L2/refcount cache tables
Alberto Garcia
2015-05-22
1
-29
/
+26
*
block: Give always priority to unused entries in the qcow2 L2 cache
Alberto Garcia
2015-02-06
1
-1
/
+3
*
qcow2: Use g_try_new0() for cache array
Max Reitz
2014-08-20
1
-4
/
+9
*
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
1
-1
/
+1
*
qcow2: Handle failure for potentially large allocations
Kevin Wolf
2014-08-15
1
-1
/
+12
*
qcow2: Use negated overflow check mask
Max Reitz
2013-10-11
1
-5
/
+3
*
qcow2-cache: Empty cache
Max Reitz
2013-09-12
1
-0
/
+18
*
qcow2: Employ metadata overlap checks
Max Reitz
2013-08-30
1
-0
/
+17
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-1
/
+1
[next]