All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Elder <elder@inktank.com>
To: "ceph-devel@vger.kernel.org" <ceph-devel@vger.kernel.org>
Subject: [PATCH 0/4] rbd: separate reading from interpreting rbd header
Date: Mon, 06 Aug 2012 11:15:45 -0700	[thread overview]
Message-ID: <502009D1.7090005@inktank.com> (raw)

Right now rbd_read_header() both reads the header object for an rbd
image and decodes its contents.  This series rearranges this a bit so
this process is broken into into two steps--reading of the raw header
data and then separately decoding its contents.

[PATCH 1/4] rbd: rearrange rbd_header_from_disk()
[PATCH 2/4] rbd: return earlier in rbd_header_from_disk()
[PATCH 3/4] rbd: expand rbd_dev_ondisk_valid() checks
[PATCH 4/4] rbd: separate reading header from decoding it

					-Alex


             reply	other threads:[~2012-08-06 18:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-06 18:15 Alex Elder [this message]
2012-08-06 18:17 ` [PATCH 1/4] rbd: rearrange rbd_header_from_disk() Alex Elder
2012-08-08  0:29   ` Josh Durgin
2012-08-06 18:17 ` [PATCH 2/4] rbd: return earlier in rbd_header_from_disk() Alex Elder
2012-08-08  0:29   ` Josh Durgin
2012-08-06 18:17 ` [PATCH 3/4] rbd: expand rbd_dev_ondisk_valid() checks Alex Elder
2012-08-08  0:31   ` Josh Durgin
2012-08-06 18:17 ` [PATCH 4/4] rbd: separate reading header from decoding it Alex Elder
2012-08-08  0:58   ` Josh Durgin
2012-08-08  2:16     ` Alex Elder
2012-08-08  4:05       ` Josh Durgin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=502009D1.7090005@inktank.com \
    --to=elder@inktank.com \
    --cc=ceph-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.