All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] COW: Speed up writes
@ 2013-11-06 15:59 Charlie Shepherd
  2013-11-06 15:59 ` [Qemu-devel] [PATCH v3 1/2] " Charlie Shepherd
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Charlie Shepherd @ 2013-11-06 15:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, gabriel, Charlie Shepherd, stefanha

v3:
  - Refix cow_update_bitmap and squash patches 1 & 3 together to ensuring that we only flush if
    necessary, patch 1 on its own would change this causing a regression.
v2:
  - Fix bit position calculations in cow_update_bitmap
  - Add necessary check in cow_set_bits

Following on from Paolo's commits 26ae980 and 276cbc7, this patchset
implements some changes he recommended earlier which I didn't previously have
time to do while on GSoC.

Charlie Shepherd (2):
  COW: Speed up writes
  COW: Extend checking allocated bits to beyond one sector

 block/cow.c | 123 ++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 75 insertions(+), 48 deletions(-)

-- 
1.8.4.rc3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-11-15 18:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 15:59 [Qemu-devel] [PATCH v3 0/2] COW: Speed up writes Charlie Shepherd
2013-11-06 15:59 ` [Qemu-devel] [PATCH v3 1/2] " Charlie Shepherd
2013-11-06 16:17   ` Paolo Bonzini
2013-11-06 16:24     ` Charlie Shepherd
2013-11-13 12:59   ` Kevin Wolf
2013-11-15 18:43     ` Charlie Shepherd
2013-11-06 15:59 ` [Qemu-devel] [PATCH v3 2/2] COW: Extend checking allocated bits to beyond one sector Charlie Shepherd
2013-11-11 16:39 ` [Qemu-devel] [PATCH v3 0/2] COW: Speed up writes Kevin Wolf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.