All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ceph: abstract message data information setting
@ 2013-03-05 13:51 Alex Elder
  2013-03-05 13:52 ` [PATCH 1/5] libceph: isolate message page field manipulation Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Alex Elder @ 2013-03-05 13:51 UTC (permalink / raw)
  To: ceph-devel

The first two of these were posted before, but they ran into
trouble because assertions that data information fields in
ceph messages got set only once were failing.  Now those
assertions are commented out--initially.

The third and fourth patches in this series address the
reasons the assertions could fail, by changing the osd
client to only set message data fields once, and by changing
the mds client to only set them if there is data to be sent.

The final patch activates those commented-out assertions.

These are available in the branch "review/wip-abstract_data"
in the ceph-client git repository.

					-Alex

[PATCH 1/5] libceph: isolate message page field manipulation
[PATCH 2/5] libceph: isolate other message data fields
[PATCH 3/5] ceph: only set message data pointers if non-empty
[PATCH 4/5] libceph: set response data fields earlier
[PATCH 5/5] libceph: activate message data assignment checks


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

end of thread, other threads:[~2013-03-05 21:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 13:51 [PATCH 0/5] ceph: abstract message data information setting Alex Elder
2013-03-05 13:52 ` [PATCH 1/5] libceph: isolate message page field manipulation Alex Elder
2013-03-05 16:03   ` Alex Elder
2013-03-05 13:52 ` [PATCH 2/5] libceph: isolate other message data fields Alex Elder
2013-03-05 13:53 ` [PATCH 3/5] ceph: only set message data pointers if non-empty Alex Elder
2013-03-05 21:20   ` Greg Farnum
2013-03-05 13:53 ` [PATCH 4/5] libceph: set response data fields earlier Alex Elder
2013-03-05 13:53 ` [PATCH 5/5] libceph: activate message data assignment checks Alex Elder
2013-03-05 21:21   ` Greg Farnum

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.