From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Elder Subject: [PATCH 0/7, v2] libceph: abstract message data information Date: Sat, 09 Mar 2013 10:00:47 -0600 Message-ID: <513B5CAF.4010702@inktank.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ia0-f174.google.com ([209.85.210.174]:60832 "EHLO mail-ia0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758702Ab3CIQAu (ORCPT ); Sat, 9 Mar 2013 11:00:50 -0500 Received: by mail-ia0-f174.google.com with SMTP id k38so699728iah.19 for ; Sat, 09 Mar 2013 08:00:50 -0800 (PST) Sender: ceph-devel-owner@vger.kernel.org List-ID: To: ceph-devel@vger.kernel.org Over half of these have been reviewed already, but I'm re-posting them because I've rebased them to be on top of the series I just posted (that is, these are based on branch "review/wip-cleanup" or 60b789f libceph: record byte count not page count), and because I've added two more patches since the last time I sent them out. I won't bother summarizing them again this time, their individual descriptions should be good enough. -Alex The patches below marked with "***" are still in need of review. [PATCH 1/7] libceph: isolate message page field manipulation [PATCH 2/7] libceph: set page info with byte length *** [PATCH 3/7] libceph: isolate other message data fields [PATCH 4/7] ceph: only set message data pointers if non-empty [PATCH 5/7] libceph: record message data byte length *** [PATCH 6/7] libceph: set response data fields earlier *** [PATCH 7/7] libceph: activate message data assignment checks