All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ceph: ceph file layout helper fixes
@ 2012-03-12 22:50 Alex Elder
  2012-03-12 22:57 ` [PATCH 1/5] ceph: move file layout helpers to ceph_fs.h Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Alex Elder @ 2012-03-12 22:50 UTC (permalink / raw)
  To: ceph-devel

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

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

end of thread, other threads:[~2012-03-30 19:55 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-12 22:50 [PATCH 0/5] ceph: ceph file layout helper fixes Alex Elder
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

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.