linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] nfs-utils: blkmapd
@ 2011-01-21 16:53 Jim Rees
  2011-01-21 16:53 ` [PATCH 1/3] change device offset to signed to match the spec Jim Rees
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jim Rees @ 2011-01-21 16:53 UTC (permalink / raw)
  To: Benny Halevy; +Cc: linux-nfs, peter honeyman

This set of patches fixes various bugs in stripe size calculation turned up
in testing.  I believe blkmapd will now handle any layout that is allowed by
the spec and can be constructed by device-mapper.

If a striped device is not a multiple of both the number of constituent
devices and the stripe width, blkmapd will truncate the device so that
device-mapper can handle it.

Jim Rees (3):
  change device offset to signed to match the spec
  Fix calculation of stripe device and unit sizes
  Various improvements to comments and syslog messages

 utils/blkmapd/device-discovery.c |    2 -
 utils/blkmapd/device-discovery.h |    4 +-
 utils/blkmapd/device-process.c   |   50 +++++++++++++++++++------------------
 utils/blkmapd/dm-device.c        |   28 ++++++++++++++++-----
 4 files changed, 49 insertions(+), 35 deletions(-)


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

end of thread, other threads:[~2011-01-24  3:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-21 16:53 [PATCH 0/3] nfs-utils: blkmapd Jim Rees
2011-01-21 16:53 ` [PATCH 1/3] change device offset to signed to match the spec Jim Rees
2011-01-21 16:53 ` [PATCH 2/3] Fix calculation of stripe device and unit sizes Jim Rees
2011-01-21 16:54 ` [PATCH 3/3] Various improvements to comments and syslog messages Jim Rees
2011-01-24  3:01 ` [PATCH 0/3] nfs-utils: blkmapd Benny Halevy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).