linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] md: More sector_t conversions -- intro
@ 2009-05-25  9:27 Andre Noll
  2009-05-25  9:27 ` [PATCH 1/6] md: Make mddev->chunk_size sector-based Andre Noll
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Andre Noll @ 2009-05-25  9:27 UTC (permalink / raw)
  To: neilb; +Cc: linux-raid, Andre Noll

Hi

this patch set against the for-next tree as of last Friday converts a
couple of remaining internal representation of md sizes to sector_t,
fixes a bug in the reshape code and adds a couple of trivial cleanups.

Patch #1 converts mddev->chunk_size which was previously stored
in bytes.  Patch #2 fixes what I believe is a bug in super_1_sync()
and might be a candiate for -stable. Patches #3 and #4 are further
straight-forward conversions that deal with mddev->new_chunk,
conf->chunk_size and conf->prev_chunk. Patches #5 and #6 are pure
cleanups.

All patches pass the tests of the mdadm test suite except
07reshape5intr which appears fail also for the vanilla for-next tree.

Please review and consider for inclusion into for-next.

Thanks
Andre

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

end of thread, other threads:[~2009-05-27  8:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-25  9:27 [PATCH 0/6] md: More sector_t conversions -- intro Andre Noll
2009-05-25  9:27 ` [PATCH 1/6] md: Make mddev->chunk_size sector-based Andre Noll
2009-05-25 23:02   ` Neil Brown
2009-05-25  9:27 ` [PATCH 2/6] md: Fix a bug in super_1_sync() Andre Noll
2009-05-25  9:49   ` NeilBrown
2009-05-25 13:40     ` Andre Noll
2009-05-25  9:27 ` [PATCH 3/6] md: Convert mddev->new_chunk to sectors Andre Noll
2009-05-25  9:27 ` [PATCH 4/6] md: convert conf->chunk_size and conf->prev_chunk " Andre Noll
2009-05-25 23:14   ` Neil Brown
2009-05-25  9:27 ` [PATCH 5/6] md/raid5: Use is_power_of_2() in raid5_reconfig()/raid6_reconfig() Andre Noll
2009-05-25  9:27 ` [PATCH 6/6] md/raid5: Kill outdated comment Andre Noll
2009-05-25 23:49 ` [PATCH 0/6] md: More sector_t conversions -- intro Neil Brown
2009-05-26  2:40   ` Neil Brown
2009-05-27  8:02   ` Andre Noll

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).