All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] libceph: use op formatter for ceph_osdc_new_request()
@ 2013-03-29 21:30 Alex Elder
  2013-03-29 21:31 ` [PATCH 1/4] libceph: pass offset and length out of calc_layout() Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alex Elder @ 2013-03-29 21:30 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

The only place outside rbd that allocates an osd request
and then initializes the array of osd ops inside it is
ceph_osdc_new_request().  This series rearranges a little
code so that the new op formatting functions (osd_req_op_init()
and osd_req_op_extent_init()) can be used there.

					-Alex

[PATCH 1/4] libceph: pass offset and length out of calc_layout()
[PATCH 2/4] libceph: don't update op in calc_layout()
[PATCH 3/4] libceph: clean up ceph_osd_new_request()
[PATCH 4/4] libceph: use osd_req_op_extent_init()

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29 21:30 [PATCH 0/4] libceph: use op formatter for ceph_osdc_new_request() Alex Elder
2013-03-29 21:31 ` [PATCH 1/4] libceph: pass offset and length out of calc_layout() Alex Elder
2013-03-29 21:32 ` [PATCH 2/4] libceph: don't update op in calc_layout() Alex Elder
2013-03-29 21:32 ` [PATCH 3/4] libceph: clean up ceph_osd_new_request() Alex Elder
2013-03-29 21:32 ` [PATCH 4/4] libceph: use osd_req_op_extent_init() Alex Elder
2013-04-03 18:48 ` [PATCH 0/4] libceph: use op formatter for ceph_osdc_new_request() 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.