All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Elder <elder@dreamhost.com>
To: ceph-devel@vger.kernel.org
Subject: [PATCH 0/5] ceph: ceph file layout helper fixes
Date: Mon, 12 Mar 2012 17:50:13 -0500	[thread overview]
Message-ID: <4F5E7DA5.4040802@dreamhost.com> (raw)

This series makes a set of changes to the file layout helper macros
used in Ceph.  First, their definitions are moved into a more
appropriate source file.  Then they are changed to take a pointer
rather than a struct argument.  Next, changes are made so they're
always used for accessing a Ceph inode's file layout information,
and a symbolic value is used to represent "no preferred placement
group."  And finally, some changes ensure close attention is paid
to the types of these values and what they get assigned to, and
for most of them they're changed to use 64-bit unsigned values.

					-Alex

             reply	other threads:[~2012-03-12 22:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-12 22:50 Alex Elder [this message]
2012-03-12 22:57 ` [PATCH 1/5] ceph: move file layout helpers to ceph_fs.h Alex Elder
2012-03-12 22:57 ` [PATCH 2/5] ceph: make ceph file layout helpers take a pointer Alex Elder
2012-03-12 22:57 ` [PATCH 3/5] ceph: make use of ceph file layout helpers Alex Elder
2012-03-16  5:59   ` Sage Weil
2012-03-30 19:55     ` Alex Elder
2012-03-12 22:57 ` [PATCH 4/5] ceph: use 64-bit math in ceph_calc_file_object_mapping() Alex Elder
2012-03-16  6:17   ` Sage Weil
2012-03-16 13:25     ` Alex Elder
2012-03-12 22:57 ` [PATCH 5/5] ceph: fix up the types of the file layout helpers Alex Elder
2012-03-16  6:10   ` Sage Weil
2012-03-30 19:55     ` Alex Elder

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=4F5E7DA5.4040802@dreamhost.com \
    --to=elder@dreamhost.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.