linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL REQUEST] two md updates for 3.3
@ 2012-02-09  1:16 NeilBrown
  2012-03-28 13:33 ` Alexander Lyakas
  0 siblings, 1 reply; 3+ messages in thread
From: NeilBrown @ 2012-02-09  1:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux RAID, Jonathan Brassow

[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]


Hi Linus,

The following changes since commit 307729c8bc5b5a41361af8af95906eee7552acb1:

  md/raid1: perform bad-block tests for WriteMostly devices too. (2012-01-11 08:35:17 +1100)

are available in the git repository at:

  git://neil.brown.name/md/ md-3.3-fixes

for you to fetch changes up to db91ff55bdf06736b849afc1b1fce5763bbb8d5d:

  md: two small fixes to handling interrupt resync. (2012-02-07 12:01:51 +1100)

----------------------------------------------------------------
(from the branch description for md-scratch local branch)

for-linus
Some simple md-related fixes.

1/ two small fixes to ensure we handle an interrupted resync properly.
2/ avoid loading the bitmap multiple times in dm-raid

----------------------------------------------------------------
Jonathan Brassow (1):
      Prevent DM RAID from loading bitmap twice.

NeilBrown (1):
      md: two small fixes to handling interrupt resync.

 drivers/md/dm-raid.c |   12 +++++++++---
 drivers/md/md.c      |    5 +++--
 2 files changed, 12 insertions(+), 5 deletions(-)


Thanks,
NeilBrown

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

* Re: [PULL REQUEST] two md updates for 3.3
  2012-02-09  1:16 [PULL REQUEST] two md updates for 3.3 NeilBrown
@ 2012-03-28 13:33 ` Alexander Lyakas
  2012-03-28 23:31   ` NeilBrown
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Lyakas @ 2012-03-28 13:33 UTC (permalink / raw)
  To: NeilBrown; +Cc: linux RAID, Jonathan Brassow

Hi Neil,
aren't those resync fixes the ones we had a long discussion about?
Do you think those could be backported to 3.2 (which is picked by
Ubuntu Precise)?

Thanks,
  Alex.


On Thu, Feb 9, 2012 at 3:16 AM, NeilBrown <neilb@suse.de> wrote:
>
> Hi Linus,
>
> The following changes since commit 307729c8bc5b5a41361af8af95906eee7552acb1:
>
>  md/raid1: perform bad-block tests for WriteMostly devices too. (2012-01-11 08:35:17 +1100)
>
> are available in the git repository at:
>
>  git://neil.brown.name/md/ md-3.3-fixes
>
> for you to fetch changes up to db91ff55bdf06736b849afc1b1fce5763bbb8d5d:
>
>  md: two small fixes to handling interrupt resync. (2012-02-07 12:01:51 +1100)
>
> ----------------------------------------------------------------
> (from the branch description for md-scratch local branch)
>
> for-linus
> Some simple md-related fixes.
>
> 1/ two small fixes to ensure we handle an interrupted resync properly.
> 2/ avoid loading the bitmap multiple times in dm-raid
>
> ----------------------------------------------------------------
> Jonathan Brassow (1):
>      Prevent DM RAID from loading bitmap twice.
>
> NeilBrown (1):
>      md: two small fixes to handling interrupt resync.
>
>  drivers/md/dm-raid.c |   12 +++++++++---
>  drivers/md/md.c      |    5 +++--
>  2 files changed, 12 insertions(+), 5 deletions(-)
>
>
> Thanks,
> NeilBrown
--
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] 3+ messages in thread

* Re: [PULL REQUEST] two md updates for 3.3
  2012-03-28 13:33 ` Alexander Lyakas
@ 2012-03-28 23:31   ` NeilBrown
  0 siblings, 0 replies; 3+ messages in thread
From: NeilBrown @ 2012-03-28 23:31 UTC (permalink / raw)
  To: Alexander Lyakas; +Cc: linux RAID, Jonathan Brassow

[-- Attachment #1: Type: text/plain, Size: 1998 bytes --]

On Wed, 28 Mar 2012 15:33:51 +0200 Alexander Lyakas <alex.bolshoy@gmail.com>
wrote:

> Hi Neil,
> aren't those resync fixes the ones we had a long discussion about?

I don't remember... they came up more recently, but maybe they relate to an
earlier discussion.

> Do you think those could be backported to 3.2 (which is picked by
> Ubuntu Precise)?

I don't object - feel free to forward them to stable@vger.kernel.org

NeilBrown

> 
> Thanks,
>   Alex.
> 
> 
> On Thu, Feb 9, 2012 at 3:16 AM, NeilBrown <neilb@suse.de> wrote:
> >
> > Hi Linus,
> >
> > The following changes since commit 307729c8bc5b5a41361af8af95906eee7552acb1:
> >
> >  md/raid1: perform bad-block tests for WriteMostly devices too. (2012-01-11 08:35:17 +1100)
> >
> > are available in the git repository at:
> >
> >  git://neil.brown.name/md/ md-3.3-fixes
> >
> > for you to fetch changes up to db91ff55bdf06736b849afc1b1fce5763bbb8d5d:
> >
> >  md: two small fixes to handling interrupt resync. (2012-02-07 12:01:51 +1100)
> >
> > ----------------------------------------------------------------
> > (from the branch description for md-scratch local branch)
> >
> > for-linus
> > Some simple md-related fixes.
> >
> > 1/ two small fixes to ensure we handle an interrupted resync properly.
> > 2/ avoid loading the bitmap multiple times in dm-raid
> >
> > ----------------------------------------------------------------
> > Jonathan Brassow (1):
> >      Prevent DM RAID from loading bitmap twice.
> >
> > NeilBrown (1):
> >      md: two small fixes to handling interrupt resync.
> >
> >  drivers/md/dm-raid.c |   12 +++++++++---
> >  drivers/md/md.c      |    5 +++--
> >  2 files changed, 12 insertions(+), 5 deletions(-)
> >
> >
> > Thanks,
> > NeilBrown
> --
> 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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2012-03-28 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09  1:16 [PULL REQUEST] two md updates for 3.3 NeilBrown
2012-03-28 13:33 ` Alexander Lyakas
2012-03-28 23:31   ` 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).