linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH md 000 of 2] Introduction
@ 2005-08-26  7:25 NeilBrown
  2005-08-26  7:25 ` [PATCH md 001 of 2] Create a MODULE_ALIAS for md corresponding to it's block major number NeilBrown
  2005-08-26  7:25 ` [PATCH md 002 of 2] Clear the 'recovery' flags when starting an md array NeilBrown
  0 siblings, 2 replies; 16+ messages in thread
From: NeilBrown @ 2005-08-26  7:25 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid

Following are two very trivial patches against 2.6.13-rc6.
If 2.6.13 is still open for such trivial fixes, it would be good for
them to go in, but if not, I won't loose any sleep over it.

The first arranges that the first open of /dev/mdX will auto-load the
md modules (I don't know when that functionality disappeared).
The second fixes a possibly problem where-by if you stop an array and
create a new one on the same md device, it might not start any resync
that might be needed.

Thanks,
NeilBrown


 [PATCH md 001 of 2] Create a MODULE_ALIAS for md corresponding to it's block major number.
 [PATCH md 002 of 2] Clear the 'recovery' flags when starting an md array.

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

Following are two patches for md in 2.6.15-rc what should get into
2.6.15-final if possible.

The first refines a newly created interface (/sys/block/mdX/md/level).
I've decided that 'raid5' is better than 'RAID-5' after all.

The second removes some limits that shouldn't really be imposed in the kernel.

Thanks,
NeilBrown



 [PATCH md 001 of 2] Change case of raid level reported in sys/mdX/md/level
 [PATCH md 002 of 2] Remove inappropriate limits in md/bitmap configuration.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH md 000 of 2] Introduction
@ 2005-11-15  1:56 NeilBrown
  2005-11-15 16:55 ` Mr. James W. Laferriere
  0 siblings, 1 reply; 16+ messages in thread
From: NeilBrown @ 2005-11-15  1:56 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid

Following are two patches for md in 2.6.14-mm2 that are suitable to go
into the 2.6.15-rc series.

The first adds a date to the deprecation of START_ARRAY ioctl.

The second fixes a recently introduced problem that causes md threads
to permanently add to the load average (other than that, every works
fine).

 [PATCH md 001 of 2] Mark START_ARRAY deprecated with a date.
 [PATCH md 002 of 2] Make md threads interruptible again.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH md 000 of 2] Introduction
@ 2005-10-31  5:58 NeilBrown
  2005-10-31  7:34 ` Andrew Morton
  0 siblings, 1 reply; 16+ messages in thread
From: NeilBrown @ 2005-10-31  5:58 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid

Two patches for md in 2.6.14-rc5-mm1 (First one depends on -mm stuff,
second should apply to most recent 2.6 kernels).

I'd like to review the sysfs a bit more before it goes to Linus, but
the rest can go anytime.
Thanks,
NeilBrown


 [PATCH md 001 of 2] Remove attempt to use dynamic names in sysfs for component devices on an MD array.
 [PATCH md 002 of 2] Allow md arrays to be started read-only (module parameter).

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

Hi again,
 two more patches for md follow.  Both raid1 related.
 These are happy to sit in the queue for after 2.6.12.

Thanks,
NeilBrown

 [PATCH md 001 of 2] Cause md/raid1 to "repack" working devices when number of drives is changed.
 [PATCH md 002 of 2] Make sure recovery happens when add_new_disk is used for hot_add

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH md 000 of 2] Introduction
@ 2005-04-08  1:41 NeilBrown
  0 siblings, 0 replies; 16+ messages in thread
From: NeilBrown @ 2005-04-08  1:41 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-raid


Two patches against 2.6.12-rc2 for md.
(patches apply to 2.6.12-rc2-mm1 with various offsets).

The first closes an extreme small race in md thread deregistration.
This race was actually lost by someone who, due to a different bug
which has since been fixed, has md threads being created and destroyed
at a very high rate.

The second removes a number of MD_BUG calls that that are either
completely pointless, or misleading (i.e. the report a bug when it is
just an unusual condition that is handled correctly).

NeilBrown


 [PATCH md 001 of 2] Close a small race in md thread deregistration
 [PATCH md 002 of 2] Remove a number of misleading calls to MD_BUG

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

end of thread, other threads:[~2005-12-05  3:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-26  7:25 [PATCH md 000 of 2] Introduction NeilBrown
2005-08-26  7:25 ` [PATCH md 001 of 2] Create a MODULE_ALIAS for md corresponding to it's block major number NeilBrown
2005-08-26  7:25 ` [PATCH md 002 of 2] Clear the 'recovery' flags when starting an md array NeilBrown
  -- strict thread matches above, loose matches on Subject: below --
2005-12-05  3:17 [PATCH md 000 of 2] Introduction NeilBrown
2005-11-15  1:56 NeilBrown
2005-11-15 16:55 ` Mr. James W. Laferriere
2005-11-17  5:12   ` Neil Brown
2005-11-17 16:19     ` Mr. James W. Laferriere
2005-10-31  5:58 NeilBrown
2005-10-31  7:34 ` Andrew Morton
2005-10-31  6:44   ` Neil Brown
2005-10-31  7:56     ` Andrew Morton
2005-10-31 14:45     ` Mr. James W. Laferriere
2005-10-31 21:54       ` Neil Brown
2005-05-13  4:51 NeilBrown
2005-04-08  1:41 NeilBrown

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