linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [md PATCH 00/13] md patches for the current merge window
@ 2011-01-11 22:12 NeilBrown
  2011-01-11 22:12 ` [md PATCH 02/13] md: fix regression resulting in delays in clearing bits in a bitmap NeilBrown
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: NeilBrown @ 2011-01-11 22:12 UTC (permalink / raw)
  To: linux-raid
  Cc: Jonathan Brassow, Mike Snitzer, RémiRérolle,
	Joe Perches

The following assortment of patches for md are planned to be submitted
for the current merge window, probably in a couple of days.  Any
comments most welcome.

Some are bug fixes, some of minor changes to prepare for future work,
nothing is really significant

They are all currently in my for-next branch
   git://neil.brown.name/md for-next
and so should appear in -next today or tomorrow.

Thanks,
NeilBrown

---

Joe Perches (1):
      md: Fix single printks with multiple KERN_<level>s

Jonathan Brassow (4):
      md: separate meta and data devs
      md-new-param-to_sync_page_io
      md-new-param-to-calc_dev_sboffset
      md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer

NeilBrown (7):
      md: allow suspend_lo and suspend_hi to decrease as well as increase.
      md: Don't let implementation detail of curr_resync leak out through sysfs.
      md: Be more careful about clearing flags bit in ->recovery
      md: md_stop_writes requires mddev_lock.
      md: Ensure no IO request to get md device before it is properly initialised.
      md: fix regression resulting in delays in clearing bits in a bitmap
      md: fix regression with re-adding devices to arrays with no metadata

Rémi Rérolle (1):
      md: fix sync_completed reporting for very large drives (>2TB)


 drivers/md/bitmap.c |   12 ++-
 drivers/md/md.c     |  187 +++++++++++++++++++++++++++++++--------------------
 drivers/md/md.h     |   13 +++-
 drivers/md/raid1.c  |   33 ++++-----
 drivers/md/raid10.c |   17 ++---
 drivers/md/raid5.c  |    7 +-
 6 files changed, 157 insertions(+), 112 deletions(-)

-- 
Signature

--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-01-11 22:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 22:12 [md PATCH 00/13] md patches for the current merge window NeilBrown
2011-01-11 22:12 ` [md PATCH 02/13] md: fix regression resulting in delays in clearing bits in a bitmap NeilBrown
2011-01-11 22:12 ` [md PATCH 03/13] md: Fix single printks with multiple KERN_<level>s NeilBrown
2011-01-11 22:12 ` [md PATCH 06/13] md: md_stop_writes requires mddev_lock NeilBrown
2011-01-11 22:12 ` [md PATCH 07/13] md: Be more careful about clearing flags bit in ->recovery NeilBrown
2011-01-11 22:12 ` [md PATCH 05/13] md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointer NeilBrown
2011-01-11 22:12 ` [md PATCH 01/13] md: fix regression with re-adding devices to arrays with no metadata NeilBrown
2011-01-11 22:12 ` [md PATCH 04/13] md: Ensure no IO request to get md device before it is properly initialised NeilBrown
2011-01-11 22:12 ` [md PATCH 11/13] md: Don't let implementation detail of curr_resync leak out through sysfs NeilBrown
2011-01-11 22:12 ` [md PATCH 10/13] md: separate meta and data devs NeilBrown
2011-01-11 22:12 ` [md PATCH 08/13] md-new-param-to-calc_dev_sboffset NeilBrown
2011-01-11 22:12 ` [md PATCH 12/13] md: allow suspend_lo and suspend_hi to decrease as well as increase NeilBrown
2011-01-11 22:12 ` [md PATCH 09/13] md-new-param-to_sync_page_io NeilBrown
2011-01-11 22:12 ` [md PATCH 13/13] md: fix sync_completed reporting for very large drives (>2TB) 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).