All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] rbd: cleanup and plug leaks
@ 2013-04-26 12:04 Alex Elder
  2013-04-26 12:05 ` [PATCH 1/6] rbd: fix leak of snapshots during initial probe Alex Elder
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Alex Elder @ 2013-04-26 12:04 UTC (permalink / raw)
  To: ceph-devel

(This series, and the patch I just posted, are available
in the "review/wip-rbd-cleanup" branch of the ceph-client
git repository.)

This series is one of several I expect to be posting that
are mostly small tweaks and polish to the rbd code.  I'm
doing a review of the whole thing with an eye toward
verifying error paths and finding memory leaks.  Along
the way I'm making small changes to improve overall
consistency and perhaps shore up some coding style issues.

					-Alex

[PATCH 1/6] rbd: fix leak of snapshots during initial probe
[PATCH 2/6] rbd: make snap_size order parameter optional
[PATCH 3/6] rbd: only update values on snap_info success
[PATCH 4/6] rbd: rename __rbd_add_snap_dev()
[PATCH 5/6] rbd: fix leak of format 2 snapshot names
[PATCH 6/6] rbd: use rbd_obj_method_sync() return value

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

end of thread, other threads:[~2013-04-29 15:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 12:04 [PATCH 0/6] rbd: cleanup and plug leaks Alex Elder
2013-04-26 12:05 ` [PATCH 1/6] rbd: fix leak of snapshots during initial probe Alex Elder
2013-04-29 15:12   ` Josh Durgin
2013-04-26 12:05 ` [PATCH 2/6] rbd: make snap_size order parameter optional Alex Elder
2013-04-29 15:14   ` Josh Durgin
2013-04-26 12:06 ` [PATCH 3/6] rbd: only update values on snap_info success Alex Elder
2013-04-29 15:15   ` Josh Durgin
2013-04-26 12:06 ` [PATCH 4/6] rbd: rename __rbd_add_snap_dev() Alex Elder
2013-04-29 15:15   ` Josh Durgin
2013-04-26 12:06 ` [PATCH 5/6] rbd: fix leak of format 2 snapshot names Alex Elder
2013-04-26 17:40   ` [PATCH 5/6, v2] " Alex Elder
2013-04-29 15:16   ` [PATCH 5/6] " Josh Durgin
2013-04-29 15:18     ` Josh Durgin
2013-04-26 12:06 ` [PATCH 6/6] rbd: use rbd_obj_method_sync() return value Alex Elder
2013-04-29 15:22   ` 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.