index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
qcow2-cluster.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qcow2: Batch flushes for COW
Kevin Wolf
2011-01-24
1
-1
/
+1
*
qcow2: Use QcowCache
Kevin Wolf
2011-01-24
1
-136
/
+72
*
qcow2: fix unaligned access
Aurelien Jarno
2011-01-24
1
-1
/
+1
*
block/qcow2.c: rename qcow_ functions to qcow2_
Jes Sorensen
2010-12-17
1
-3
/
+3
*
qcow2: Invalidate cache after failed read
Kevin Wolf
2010-11-04
1
-0
/
+1
*
qcow2: Support exact L1 table growth
Stefan Hajnoczi
2010-10-22
1
-9
/
+16
*
qcow2: Avoid bounce buffers for AIO read requests
Kevin Wolf
2010-09-21
1
-1
/
+7
*
qcow2: Get rid of additional sync on COW
Kevin Wolf
2010-09-21
1
-2
/
+8
*
qcow2: Move sync out of qcow2_alloc_clusters
Kevin Wolf
2010-09-21
1
-0
/
+3
*
qcow2: Remove unnecessary flush after L2 write
Kevin Wolf
2010-09-08
1
-4
/
+12
*
qcow2: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-12
/
+12
*
qcow2: Restore L1 entry on l2_allocate failure
Kevin Wolf
2010-06-15
1
-0
/
+1
*
qcow2: Change l2_load to return 0/-errno
Kevin Wolf
2010-05-28
1
-16
/
+22
*
qcow2: Allow qcow2_get_cluster_offset to return errors
Kevin Wolf
2010-05-28
1
-14
/
+22
*
qcow2: Fix error handling in l2_allocate
Kevin Wolf
2010-05-28
1
-10
/
+13
*
qcow2: Clear L2 table cache after write error
Kevin Wolf
2010-05-28
1
-0
/
+1
*
block: Open the underlying image file in generic code
Kevin Wolf
2010-05-03
1
-31
/
+33
*
qcow2: Return 0/-errno in l2_allocate
Kevin Wolf
2010-04-23
1
-17
/
+23
*
qcow2: Return 0/-errno in write_l1_entry
Kevin Wolf
2010-04-23
1
-5
/
+5
*
qcow2: Fix error return code in qcow2_alloc_cluster_link_l2
Kevin Wolf
2010-04-23
1
-2
/
+2
*
qcow2: Return 0/-errno in write_l2_entries
Kevin Wolf
2010-04-23
1
-4
/
+5
*
qcow2: Trigger blkdebug events
Kevin Wolf
2010-04-23
1
-0
/
+15
*
qcow2: Remove request from in-flight list after error
Kevin Wolf
2010-04-10
1
-0
/
+1
*
qcow2: Fix access after end of array
Kevin Wolf
2010-02-19
1
-2
/
+6
*
qcow2: Fix signedness bugs
Kevin Wolf
2010-02-10
1
-6
/
+6
*
qcow2: Don't ignore qcow2_alloc_clusters return value
Kevin Wolf
2010-01-26
1
-2
/
+17
*
qcow2: Return 0/-errno in qcow2_alloc_cluster_offset
Kevin Wolf
2010-01-26
1
-10
/
+18
*
qcow2: Return 0/-errno in get_cluster_table
Kevin Wolf
2010-01-26
1
-12
/
+18
*
qcow2: Fix error handling in qcow2_grow_l1_table
Kevin Wolf
2010-01-26
1
-4
/
+6
*
qcow2: Allow qcow2 disk images with size zero
Stefan Weil
2009-11-09
1
-0
/
+3
*
Revert "qcow2: Bring synchronous read/write back to life"
Kevin Wolf
2009-10-27
1
-3
/
+3
*
qcow2: Bring synchronous read/write back to life
Kevin Wolf
2009-10-15
1
-3
/
+3
*
qcow2: Increase maximum cluster size to 2 MB
Kevin Wolf
2009-10-05
1
-6
/
+8
*
Fix sys-queue.h conflict for good
Blue Swirl
2009-09-12
1
-2
/
+2
*
qcow2: Order concurrent AIO requests on the same unallocated cluster
Kevin Wolf
2009-09-09
1
-0
/
+39
*
qcow2: Fix L1 table memory allocation
Kevin Wolf
2009-07-10
1
-1
/
+1
*
alloc_cluster_link_l2: Write complete sectors
Kevin Wolf
2009-06-16
1
-3
/
+25
*
l2_allocate: Write complete sectors
Kevin Wolf
2009-06-16
1
-5
/
+28
*
qcow2: Rename global functions
Kevin Wolf
2009-06-16
1
-31
/
+32
*
qcow2: Split out guest cluster functions
Kevin Wolf
2009-06-16
1
-0
/
+754