All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] rbd: improve how rbd ids are selected
@ 2012-02-29  3:38 Alex Elder
  2012-02-29  3:40 ` [PATCH 2/5] rbd: encapsulate new rbd id selection Alex Elder
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Alex Elder @ 2012-02-29  3:38 UTC (permalink / raw)
  To: ceph-devel

New rbd devices are granted a unique identifiers based on how many
devices are already in existence.  This series rearranges how that
is done, switching from using a spinlock to using an atomic variable
to select the next rbd id to use.  In the process a bit of the code
got a bit more isolated.

					-Alex

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

end of thread, other threads:[~2012-03-02 19:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29  3:38 [PATCH 0/5] rbd: improve how rbd ids are selected Alex Elder
2012-02-29  3:40 ` [PATCH 2/5] rbd: encapsulate new rbd id selection Alex Elder
2012-02-29  3:40 ` [PATCH 2/5] rbd: rework calculation of new rbd id's Alex Elder
2012-02-29 20:37   ` Yehuda Sadeh Weinraub
2012-02-29  3:40 ` [PATCH 3/5] rbd: protect the rbd_dev_list with a spinlock Alex Elder
2012-02-29  3:40 ` [PATCH 4/5] rbd: tie rbd_dev_list changes to rbd_id operations Alex Elder
2012-02-29  3:40 ` [PATCH 5/5] rbd: restore previous rbd id sequence behavior Alex Elder
2012-02-29 20:53   ` Yehuda Sadeh Weinraub
2012-02-29 21:27     ` Alex Elder
2012-03-02 19:54 ` [PATCH 0/5] rbd: improve how rbd ids are selected Sage Weil

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.