All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] continued messenger-related changes
@ 2012-06-06  3:24 Alex Elder
  2012-06-06  3:30 ` [PATCH] libceph: osd_client: don't drop reply reference too early Alex Elder
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Alex Elder @ 2012-06-06  3:24 UTC (permalink / raw)
  To: ceph-devel

This is a series of 11 related patches but I've grouped them into
smaller sub-sets as follows.  A few of these were posted previously
but their changes--if any--were merely related to adjustments to
account for other patches inserted before them in the series.  Two
of them are being submitted on behalf of Sage Weil.

These patches can also be viewed here:
    https://github.com/ceph/ceph-client/commits/wip-messenger-review

					-Alex

[PATCH] libceph: osd_client: don't drop reply reference too early
    This fixes a potential bug found by inspection.

[PATCH] libceph: use con get/put ops from osd_client
    This fixes a possibly serious problem with reference counting
    that Sage found while reviewing my last series of patches.

[PATCH 1/2] libceph: embed ceph connection structure in mon_client
[PATCH 2/2] libceph: drop connection refcounting for mon_client
    These two rearrange how the ceph connection is represented in
    a mon_client structure, and make the referencing counting
    methods no-ops.

[PATCH 1/2] libceph: init monitor connection when opening
[PATCH 2/2] libceph: fully initialize connection in con_init()
    This finishes a small sub-series from before that did not get
    fully committed.  It unifies the way ceph connections are
    initialized so that ceph connection fields are manipulated by
    the messenger code, not the caller.

[PATCH] libceph: tweak ceph_alloc_msg()
    This is a standalone cleanup that aims to make the real purpose
    of this function a bit more obvious.

[PATCH 1/4] libceph: have messages point to their connection
[PATCH 2/4] libceph: have messages take a connection reference
[PATCH 3/4] libceph: make ceph_con_revoke() a msg operation
[PATCH 4/4] libceph: make ceph_con_revoke_message() a msg op
    These four patches make every message maintain a reference to
    the connection it is associated with.  Having this reference
    allows the revoke routines to be called with a message alone
    rather than having to supply a connection pointer as well.

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

end of thread, other threads:[~2012-06-06 17:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06  3:24 [PATCH 00/11] continued messenger-related changes Alex Elder
2012-06-06  3:30 ` [PATCH] libceph: osd_client: don't drop reply reference too early Alex Elder
2012-06-06 16:18   ` Sage Weil
2012-06-06  3:30 ` [PATCH] libceph: use con get/put ops from osd_client Alex Elder
2012-06-06  3:30 ` [PATCH 1/2] libceph: embed ceph connection structure in mon_client Alex Elder
2012-06-06  5:22   ` Sage Weil
2012-06-06 16:19   ` Sage Weil
2012-06-06  3:31 ` [PATCH 2/2] libceph: drop connection refcounting for mon_client Alex Elder
2012-06-06  3:31 ` [PATCH 1/2] libceph: init monitor connection when opening Alex Elder
2012-06-06  3:31 ` [PATCH 2/2] libceph: fully initialize connection in con_init() Alex Elder
2012-06-06  3:31 ` [PATCH] libceph: tweak ceph_alloc_msg() Alex Elder
2012-06-06  5:14   ` Sage Weil
2012-06-06  3:31 ` [PATCH 1/4] libceph: have messages point to their connection Alex Elder
2012-06-06  5:16   ` Sage Weil
2012-06-06  3:31 ` [PATCH 2/4] libceph: have messages take a connection reference Alex Elder
2012-06-06 17:06   ` Sage Weil
2012-06-06 17:34     ` Alex Elder
2012-06-06  3:31 ` [PATCH 3/4] libceph: make ceph_con_revoke() a msg operation Alex Elder
2012-06-06  5:18   ` Sage Weil
2012-06-06 11:51     ` Alex Elder
2012-06-06  3:31 ` [PATCH 4/4] libceph: make ceph_con_revoke_message() a msg op Alex Elder
2012-06-06  5:22   ` Sage Weil
2012-06-06 11:40     ` 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.