All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] rbd: stop using ceph_calc_raw_layout()
@ 2012-11-14 18:31 Alex Elder
  2012-11-14 18:33 ` [PATCH 1/4] rbd: pull in ceph_calc_raw_layout() Alex Elder
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Elder @ 2012-11-14 18:31 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

This series makes rbd no longer call ceph_calc_raw_layout(),
and in doing so, also stop calling ceph_calc_file_object_mapping()
for its requests.  Apparently the call to the former was for
the *other* side-effects it had (unrelated to the layout).

					-Alex

[PATCH 1/4] rbd: pull in ceph_calc_raw_layout()
[PATCH 2/4] rbd: open code rbd_calc_raw_layout()
[PATCH 3/4] rbd: don't bother calculating file mapping
[PATCH 4/4] rbd: use a common layout for each device

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

end of thread, other threads:[~2012-11-14 18:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 18:31 [PATCH 0/4] rbd: stop using ceph_calc_raw_layout() Alex Elder
2012-11-14 18:33 ` [PATCH 1/4] rbd: pull in ceph_calc_raw_layout() Alex Elder
2012-11-14 18:33 ` [PATCH 2/4] rbd: open code rbd_calc_raw_layout() Alex Elder
2012-11-14 18:34 ` [PATCH 3/4] rbd: don't bother calculating file mapping Alex Elder
2012-11-14 18:34 ` [PATCH 4/4] rbd: use a common layout for each device 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.