All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0]  rbd: layered writes
@ 2013-04-19 22:46 Alex Elder
  2013-04-19 22:49 ` [PATCH] libceph: fix two messenger bugs Alex Elder
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Alex Elder @ 2013-04-19 22:46 UTC (permalink / raw)
  To: ceph-devel

This set of patches culminates in providing layered
write functionality for rbd clone images.  Until the
feature bits get enabled, most of this code is not
yet activated.  But it has been tested and it's
ready for review.  The feature will be enabled soon,
after a few more things get cleaned up to prepare
for it.

					-Alex

[PATCH] libceph: fix two messenger bugs
    Two bugs, two improvements.

[PATCH] libceph: support pages for class request data
    This just defines a function that allows a page array
    to be specified for the data to be written by an
    object class method.

[PATCH 1/4] rbd: define separate read and write format funcs
[PATCH 2/4] rbd: encapsulate submission of image object requests
[PATCH 3/4] rbd: define zero_pages()
[PATCH 4/4] rbd: support page array image requests
    The first two of these are just cleanups.  The second two
    add some functionality to allow image requests to use
    page arrays for their object data.

[PATCH 1/2] rbd: implement full object parent reads
[PATCH 2/2] rbd: issue a copyup for layered writes
    These last two finally implement the layered copyup
    functionality.  The first is sort of a half step, to
    break up the review into smaller pieces.

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

end of thread, other threads:[~2013-04-22 18:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 22:46 [PATCH 0] rbd: layered writes Alex Elder
2013-04-19 22:49 ` [PATCH] libceph: fix two messenger bugs Alex Elder
2013-04-22  7:14   ` Josh Durgin
2013-04-19 22:49 ` [PATCH] libceph: support pages for class request data Alex Elder
2013-04-22  7:15   ` Josh Durgin
2013-04-19 22:49 ` [PATCH 1/4] rbd: define separate read and write format funcs Alex Elder
2013-04-22  7:23   ` Josh Durgin
2013-04-19 22:50 ` [PATCH 2/4] rbd: encapsulate submission of image object requests Alex Elder
2013-04-22  7:35   ` Josh Durgin
2013-04-19 22:50 ` [PATCH 3/4] rbd: define zero_pages() Alex Elder
2013-04-22  8:05   ` Josh Durgin
2013-04-22 12:35     ` Alex Elder
2013-04-19 22:50 ` [PATCH 4/4] rbd: support page array image requests Alex Elder
2013-04-22  8:13   ` Josh Durgin
2013-04-19 22:50 ` [PATCH 1/2] rbd: implement full object parent reads Alex Elder
2013-04-22 18:13   ` Josh Durgin
2013-04-19 22:50 ` [PATCH 2/2] rbd: issue a copyup for layered writes Alex Elder
2013-04-22 18:16   ` Josh Durgin
2013-04-19 22:52 ` [PATCH 0] rbd: " Alex Elder

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.