All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libceph: focus calc_layout() on filling in the osd op
@ 2013-02-25 23:09 Alex Elder
  2013-02-25 23:12 ` [PATCH 1/3] libceph: pass object number back to calc_layout() caller Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Elder @ 2013-02-25 23:09 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

This series refactors the code involved with identifying the
details of the name, offset, and length of an object involved
with an osd request based on a file layout.  It makes the focus
of calc_layout() be filling in an osd op structure based on the
file layout it is provided.  The caller (ceph_osdc_new_request())
is then responsible for filling in fields related to the request,
such as the name of the target object.

					-Alex

[PATCH 1/3] libceph: pass object number back to calc_layout() caller
[PATCH 2/3] libceph: format target object name in caller
[PATCH 3/3] libceph: don't pass request to calc_layout()

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

end of thread, other threads:[~2013-02-26 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 23:09 [PATCH 0/3] libceph: focus calc_layout() on filling in the osd op Alex Elder
2013-02-25 23:12 ` [PATCH 1/3] libceph: pass object number back to calc_layout() caller Alex Elder
2013-02-25 23:12 ` [PATCH 2/3] libceph: format target object name in caller Alex Elder
2013-02-25 23:12 ` [PATCH 3/3] libceph: don't pass request to calc_layout() Alex Elder
2013-02-26 18:20 ` [PATCH 0/3] libceph: focus calc_layout() on filling in the osd op Josh Durgin

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.