linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH md 000 of 10] Introduction
@ 2005-11-02 10:14 NeilBrown
  2005-11-02 10:14 ` [PATCH md 001 of 10] Make sure /block link in /sys/.../md/ goes to correct devices NeilBrown
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: NeilBrown @ 2005-11-02 10:14 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Greg KH, linux-raid

Following are 10 patches for md against what is currently in -mm.
'8' probbly applied to 2.6.14, but the rest do not as they are 
fixes and improvements to stuff that is only in -mm.

The bulk of these patches are refining the new sysfs-based interface
to md devices (/sys/block/mdX/md/...) and fixing up some of the
functionality provided by that interface.  The interface is a long way
from complete, but at least with these patches it should be correct.

Notable patches include '4' which fixes some issues with module ref-counting
that I had missed, and protect against the possibility of a sysfs file
being openned with an array is active, and read after it has been stopped.
Also '10' is notable as it contains some documentation for the interface.

At Andrew's request I'm cc:ing some of these to Greg KH - those that specifically
involve sysfs stuff (and are marked with an '*').

With these in place, I think the md stuff in -mm is ready to go to Linus.

Thanks,
NeilBrown


*[PATCH md 001 of 10] Make sure /block link in /sys/.../md/ goes to correct devices.
 [PATCH md 002 of 10] Make manual repair work for raid1.
 [PATCH md 003 of 10] Make sure a user-request sync of raid5 ignores intent bitmap
*[PATCH md 004 of 10] Fix some locking and module refcounting issues with md's use of sysfs.
*[PATCH md 005 of 10] Split off some md attributes in sysfs to a separate group.
 [PATCH md 006 of 10] Only try to print recovery/resync status for personalities that support recovery
 [PATCH md 007 of 10] Ignore auto-readonly flag for arrays where it isn't meaningful.
 [PATCH md 008 of 10] Complete conversion of md to use kthreads.
*[PATCH md 009 of 10] Improve 'scan_mode' and rename it to 'sync_action'
*[PATCH md 010 of 10] Document sysfs usage of md, and make a couple of small refinements.

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

end of thread, other threads:[~2005-11-02 21:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 10:14 [PATCH md 000 of 10] Introduction NeilBrown
2005-11-02 10:14 ` [PATCH md 001 of 10] Make sure /block link in /sys/.../md/ goes to correct devices NeilBrown
2005-11-02 21:46   ` Greg KH
2005-11-02 10:14 ` [PATCH md 002 of 10] Make manual repair work for raid1 NeilBrown
2005-11-02 10:15 ` [PATCH md 003 of 10] Make sure a user-request sync of raid5 ignores intent bitmap NeilBrown
2005-11-02 10:15 ` [PATCH md 004 of 10] Fix some locking and module refcounting issues with md's use of sysfs NeilBrown
2005-11-02 21:47   ` Greg KH
2005-11-02 10:15 ` [PATCH md 005 of 10] Split off some md attributes in sysfs to a separate group NeilBrown
2005-11-02 21:48   ` Greg KH
2005-11-02 10:15 ` [PATCH md 006 of 10] Only try to print recovery/resync status for personalities that support recovery NeilBrown
2005-11-02 10:15 ` [PATCH md 007 of 10] Ignore auto-readonly flag for arrays where it isn't meaningful NeilBrown
2005-11-02 10:15 ` [PATCH md 008 of 10] Complete conversion of md to use kthreads NeilBrown
2005-11-02 10:15 ` [PATCH md 009 of 10] Improve 'scan_mode' and rename it to 'sync_action' NeilBrown
2005-11-02 21:49   ` Greg KH
2005-11-02 10:16 ` [PATCH md 010 of 10] Document sysfs usage of md, and make a couple of small refinements NeilBrown
2005-11-02 21:50   ` Greg KH

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