All of lore.kernel.org
 help / color / mirror / Atom feed
* Another pile of patches
@ 2012-10-26 22:42 Alex Elder
  2012-10-26 22:44 ` [PATCH, resend] rbd: simplify rbd_rq_fn() Alex Elder
                   ` (5 more replies)
  0 siblings, 6 replies; 41+ messages in thread
From: Alex Elder @ 2012-10-26 22:42 UTC (permalink / raw)
  To: ceph-devel

I'm about to send out several series of patches.  They are in
order--each series based on the previous, so I'm summarizing
them here.

					-Alex

[PATCH, resend] rbd: simplify rbd_rq_fn()
   Resending this one

[PATCH] rbd: remove snapshots on error in rbd_add()
    Bug

[PATCH] rbd: make pool_id a 64 bit value
    Prepares for upcoming changes

[PATCH 1/2] rbd: move snap info out of rbd_mapping struct
[PATCH 2/2] rbd: rename snap_exists field
    A few changes related to mapping structure (which I'm going
    to be removing entirely soon)

[PATCH 1/2] rbd: move ceph_parse_options() call up
[PATCH 2/2] rbd: do all argument parsing in one place
    Consolidate argument parsing

[PATCH 1/8] rbd: get rid of snap_name_len
[PATCH 2/8] rbd: remove options args from rbd_add_parse_args()
[PATCH 3/8] rbd: remove snap_name arg from rbd_add_parse_args()
[PATCH 4/8] rbd: pass and populate rbd_options structure
[PATCH 5/8] rbd: have rbd_add_parse_args() return error
[PATCH 6/8] rbd: define image specification structure
[PATCH 7/8] rbd: add reference counting to rbd_spec
[PATCH 8/8] rbd: fill rbd_spec in rbd_add_parse_args()
    This a series that arranges for the argument parsing routine
    for rbd_add() to do nothing more than parse arguments.  Right
    now it's a mix of parsing and initialization, and this lays
    some solid ground work for a cleaner implementation of the
    upcoming layering features.

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

end of thread, other threads:[~2012-10-30 20:19 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 22:42 Another pile of patches Alex Elder
2012-10-26 22:44 ` [PATCH, resend] rbd: simplify rbd_rq_fn() Alex Elder
2012-10-29 20:29   ` Josh Durgin
2012-10-30 12:01     ` Alex Elder
2012-10-26 22:45 ` [PATCH] rbd: remove snapshots on error in rbd_add() Alex Elder
2012-10-29 20:36   ` Josh Durgin
2012-10-26 22:45 ` [PATCH] rbd: make pool_id a 64 bit value Alex Elder
2012-10-29 20:40   ` Josh Durgin
2012-10-26 22:48 ` [PATCH 0/2] rbd: mapping structure changes Alex Elder
2012-10-26 22:51   ` [PATCH 1/2] rbd: move snap info out of rbd_mapping struct Alex Elder
2012-10-29 20:43     ` Josh Durgin
2012-10-26 22:51   ` [PATCH 2/2] rbd: rename snap_exists field Alex Elder
2012-10-29 20:46     ` Josh Durgin
2012-10-26 22:52 ` [PATCH 0/2] rbd: consolidate argument parsing Alex Elder
2012-10-26 22:55   ` [PATCH 1/2] rbd: move ceph_parse_options() call up Alex Elder
2012-10-29 21:08     ` Josh Durgin
2012-10-26 22:55   ` [PATCH 2/2] rbd: do all argument parsing in one place Alex Elder
2012-10-29 21:13     ` Josh Durgin
2012-10-26 22:56 ` [PATCH 0/8] rbd: have rbd_add_parse_args() only parse args Alex Elder
2012-10-26 23:00   ` [PATCH 1/8] rbd: get rid of snap_name_len Alex Elder
2012-10-29 21:14     ` Josh Durgin
2012-10-26 23:00   ` [PATCH 2/8] rbd: remove options args from rbd_add_parse_args() Alex Elder
2012-10-29 21:17     ` Josh Durgin
2012-10-26 23:01   ` [PATCH 3/8] rbd: remove snap_name arg " Alex Elder
2012-10-29 21:26     ` Josh Durgin
2012-10-26 23:02   ` [PATCH 4/8] rbd: pass and populate rbd_options structure Alex Elder
2012-10-29 21:27     ` Josh Durgin
2012-10-26 23:02   ` [PATCH 5/8] rbd: have rbd_add_parse_args() return error Alex Elder
2012-10-29 21:28     ` Josh Durgin
2012-10-26 23:03   ` [PATCH 6/8] rbd: define image specification structure Alex Elder
2012-10-29 22:13     ` Josh Durgin
2012-10-30 12:40       ` Alex Elder
2012-10-30 20:13         ` Josh Durgin
2012-10-26 23:03   ` [PATCH 7/8] rbd: add reference counting to rbd_spec Alex Elder
2012-10-29 22:20     ` Josh Durgin
2012-10-30 12:59       ` Alex Elder
2012-10-30 20:17         ` Josh Durgin
2012-10-26 23:03   ` [PATCH 8/8] rbd: fill rbd_spec in rbd_add_parse_args() Alex Elder
2012-10-29 22:30     ` Josh Durgin
2012-10-30 13:09       ` Alex Elder
2012-10-30 20:18         ` 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.