Linux RAID subsystem development
 help / color / mirror / Atom feed
* [PATCH md 000 of 5] Introduction
@ 2005-10-04  5:23 NeilBrown
  2005-10-04  5:23 ` [PATCH md 001 of 5] Initial sysfs support for md NeilBrown
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: NeilBrown @ 2005-10-04  5:23 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid


Following are 5 patches that start by adding sysfs support to 'md',
and then proceed to add functionality that makes use if it.

For example:
  The raid5 stripe cache can be resized with
    echo NNN > /sys/block/mdX/md/raid5/stripe_cache_size
  An array can resync'ed with
    echo repair > /sys/block/mdX/md/scan_mode

  On raid5, the number of parity mismatches found will be reported in
    /sys/block/mdX/md/mismatch_cnd

You will note that raid5 has got the most new functionality.  Matching
functionality for other md personalities will follow.

These patches should be suitable for merging after 2.6.14 is released.

NeilBrown


 [PATCH md 001 of 5] Initial sysfs support for md
 [PATCH md 002 of 5] Extend md sysfs support to component devices.
 [PATCH md 003 of 5] Add kobject/sysfs support to raid5
 [PATCH md 004 of 5] Allow a manual resync with md
 [PATCH md 005 of 5] Teach raid5 the difference between 'check' and 'repair'.

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH md 000 of 5] Introduction
@ 2005-09-02  6:12 NeilBrown
  0 siblings, 0 replies; 13+ messages in thread
From: NeilBrown @ 2005-09-02  6:12 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid


5 patches for md in 2.5.13-mm1.
The first you may already have of linux-kernel.

The remainder are little bug fixes and some enhancments to the content
of /proc/mdstat.  All are suitable for early dispatch to Linus.

Thanks,
NeilBrown

 [PATCH md 001 of 5] drivers/md/raid1.c: make a function static
 [PATCH md 002 of 5] Choose better default offset for bitmap.
 [PATCH md 003 of 5] Use queue_hardsect_size instead of block_size for md superblock size calc.
 [PATCH md 004 of 5] Add information about superblock version to /proc/mdstat
 [PATCH md 005 of 5] Report spare drives in /proc/mdstat

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

end of thread, other threads:[~2005-10-13  5:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-04  5:23 [PATCH md 000 of 5] Introduction NeilBrown
2005-10-04  5:23 ` [PATCH md 001 of 5] Initial sysfs support for md NeilBrown
2005-10-04  5:23 ` [PATCH md 002 of 5] Extend md sysfs support to component devices NeilBrown
2005-10-11 23:51   ` Andrew Morton
2005-10-04  5:23 ` [PATCH md 003 of 5] Add kobject/sysfs support to raid5 NeilBrown
2005-10-11 23:54   ` Andrew Morton
2005-10-13  5:24     ` Neil Brown
2005-10-04  5:23 ` [PATCH md 004 of 5] Allow a manual resync with md NeilBrown
2005-10-11 23:56   ` Andrew Morton
2005-10-13  5:18     ` Neil Brown
2005-10-11 23:57   ` Andrew Morton
2005-10-04  5:23 ` [PATCH md 005 of 5] Teach raid5 the difference between 'check' and 'repair' NeilBrown
  -- strict thread matches above, loose matches on Subject: below --
2005-09-02  6:12 [PATCH md 000 of 5] Introduction NeilBrown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox