index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
qcow2-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-25
qcow2: Remove stale comment
Alberto Garcia
1
-1
/
+0
2016-11-25
qcow2: Make qcow2_cache_table_release() work only in Linux
Alberto Garcia
1
-2
/
+3
2016-07-05
block: Convert bdrv_pwrite(v/_sync) to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-07-05
block: Convert bdrv_pread(v) to BdrvChild
Kevin Wolf
1
-1
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-5
/
+0
2016-06-08
qcow2: avoid extra flushes in qcow2
Denis V. Lunev
1
-2
/
+9
2016-01-20
block: Clean up includes
Peter Maydell
1
-2
/
+1
2015-10-16
block: Convert bs->file to BdrvChild
Kevin Wolf
1
-5
/
+6
2015-09-14
qcow2: Rename BDRVQcowState to BDRVQcow2State
Kevin Wolf
1
-7
/
+7
2015-09-04
qcow2: reorder fields in Qcow2CachedTable to reduce padding
Alberto Garcia
1
-1
/
+1
2015-09-04
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
1
-0
/
+35
2015-09-04
qcow2: mark the memory as no longer needed after qcow2_cache_empty()
Alberto Garcia
1
-0
/
+26
2015-07-07
qcow2: remove unnecessary check
Alberto Garcia
1
-3
/
+0
2015-05-22
qcow2: style fixes in qcow2-cache.c
Alberto Garcia
1
-3
/
+3
2015-05-22
qcow2: make qcow2_cache_put() a void function
Alberto Garcia
1
-6
/
+1
2015-05-22
qcow2: use a hash to look for entries in the L2 cache
Alberto Garcia
1
-2
/
+7
2015-05-22
qcow2: remove qcow2_cache_find_entry_to_replace()
Alberto Garcia
1
-29
/
+16
2015-05-22
qcow2: use an LRU algorithm to replace entries from the L2 cache
Alberto Garcia
1
-18
/
+15
2015-05-22
qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
Alberto Garcia
1
-17
/
+15
2015-05-22
qcow2: use one single memory block for the L2/refcount cache tables
Alberto Garcia
1
-29
/
+26
2015-02-06
block: Give always priority to unused entries in the qcow2 L2 cache
Alberto Garcia
1
-1
/
+3
2014-08-20
qcow2: Use g_try_new0() for cache array
Max Reitz
1
-4
/
+9
2014-08-20
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
1
-1
/
+1
2014-08-15
qcow2: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+12
2013-10-11
qcow2: Use negated overflow check mask
Max Reitz
1
-5
/
+3
2013-09-12
qcow2-cache: Empty cache
Max Reitz
1
-0
/
+18
2013-08-30
qcow2: Employ metadata overlap checks
Max Reitz
1
-0
/
+17
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-06-15
qcow2: always operate caches in writeback mode
Paolo Bonzini
1
-23
/
+2
2012-03-12
qcow2: Add some tracing
Kevin Wolf
1
-0
/
+18
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-07-19
qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm
Kevin Wolf
1
-0
/
+12
2011-01-31
Reorganize struct Qcow2Cache for better struct packing
Jes Sorensen
1
-1
/
+1
2011-01-24
qcow2: Batch flushes for COW
Kevin Wolf
1
-3
/
+17
2011-01-24
qcow2: Use QcowCache
Kevin Wolf
1
-0
/
+10
2011-01-24
qcow2: Add QcowCache
Kevin Wolf
1
-0
/
+290