All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] rbd: another set of patches
@ 2012-08-24 16:26 Alex Elder
  2012-08-24 16:32 ` [PATCH 01/11] rbd: handle locking inside __rbd_client_find() Alex Elder
                   ` (12 more replies)
  0 siblings, 13 replies; 35+ messages in thread
From: Alex Elder @ 2012-08-24 16:26 UTC (permalink / raw)
  To: ceph-devel

I keep moving simple and simplifying patches to the front of
my patch queue.  This is my latest set of things that are
ready to get reviewed and committed.

					-Alex

[PATCH 01/11] rbd: handle locking inside __rbd_client_find()
    This simplifies a little code.
[PATCH 02/11] rbd: don't over-allocate space for object prefix
    Don't allocate the max required space for the object prefix.
    This also ensures that the object prefix is either terminated
    with '\0' or else is maximally-sized.
[PATCH 03/11] rbd: kill incore snap_names_len
    Eliminate an unnecessary field in struct rbd_image_header.
[PATCH 04/11] rbd: more cleanup in rbd_header_from_disk()
    Rearrange some code, for better logical grouping.
[PATCH 05/11] rbd: move rbd_opts to struct rbd_device
    Tie rbd-specific options to the rbd_device, not the client.
[PATCH 06/11] rbd: add read_only rbd map option
[PATCH 07/11] rbd: kill notify_timeout option
    These two were done together, in this order, to preserve the
    argument parsing code.  The first adds the ability to map an
    rbd image read-only.  The second eliminates the only other
    rbd option, which is otherwise unused.
[PATCH 08/11] rbd: bio_chain_clone() cleanups
    Simple refactoring.
[PATCH 09/11] rbd: drop needless test in rbd_rq_fn()
    Trivial.
[PATCH 10/11] rbd: check for overflow in rbd_get_num_segments()
    Make sure we don't exceed 64-bit maximum when adding offset
    and length.
[PATCH 11/11] rbd: split up rbd_get_segment()
    Refactor rbd_get_segment() into three separate functions,
    which return a segment name, offset, and length.

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

end of thread, other threads:[~2012-09-07 21:40 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24 16:26 [PATCH 00/11] rbd: another set of patches Alex Elder
2012-08-24 16:32 ` [PATCH 01/11] rbd: handle locking inside __rbd_client_find() Alex Elder
2012-08-30 16:09   ` Yehuda Sadeh
2012-08-24 16:32 ` [PATCH 02/11] rbd: don't over-allocate space for object prefix Alex Elder
2012-08-30 16:18   ` Yehuda Sadeh
2012-08-24 16:33 ` [PATCH 03/11] rbd: kill incore snap_names_len Alex Elder
2012-08-30 16:24   ` Yehuda Sadeh
2012-08-30 16:41     ` Alex Elder
2012-09-06 15:36   ` [PATCH, v2 " Alex Elder
2012-09-07 21:22     ` Yehuda Sadeh
2012-08-24 16:33 ` [PATCH 04/11] rbd: more cleanup in rbd_header_from_disk() Alex Elder
2012-08-30 16:48   ` Yehuda Sadeh
2012-08-24 16:33 ` [PATCH 05/11] rbd: move rbd_opts to struct rbd_device Alex Elder
2012-08-30 17:07   ` Yehuda Sadeh
2012-09-06 14:21     ` Alex Elder
2012-09-07 21:40       ` Yehuda Sadeh
2012-08-24 16:34 ` [PATCH 06/11] rbd: add read_only rbd map option Alex Elder
2012-08-30 17:29   ` Yehuda Sadeh
2012-08-30 17:39     ` Alex Elder
2012-09-06 15:36   ` [PATCH, v2 " Alex Elder
2012-09-07 15:45     ` Sage Weil
2012-09-07 20:36       ` Alex Elder
2012-09-07 21:26     ` Yehuda Sadeh Weinraub
2012-08-24 16:34 ` [PATCH 07/11] rbd: kill notify_timeout option Alex Elder
2012-08-30 17:31   ` Yehuda Sadeh
2012-08-24 16:35 ` [PATCH 08/11] rbd: bio_chain_clone() cleanups Alex Elder
2012-08-30 17:40   ` Yehuda Sadeh
2012-08-24 16:35 ` [PATCH 09/11] rbd: drop needless test in rbd_rq_fn() Alex Elder
2012-08-30 17:41   ` Yehuda Sadeh
2012-08-24 16:36 ` [PATCH 10/11] rbd: check for overflow in rbd_get_num_segments() Alex Elder
2012-08-30 17:50   ` Yehuda Sadeh
2012-08-24 16:36 ` [PATCH 11/11] rbd: split up rbd_get_segment() Alex Elder
2012-08-30 18:03   ` Yehuda Sadeh
2012-08-30 12:32 ` [PATCH 00/11] rbd: another set of patches Alex Elder
2012-09-06 15:34 ` 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.