2008-10-21 17:00:41

by Alasdair G Kergon

[permalink] [raw]
Subject: [git pull] Additional device-mapper patches for 2.6.28

Please pull from:

master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git

to get the following additional device-mapper patches for 2.6.28:

Alasdair G Kergon (1):
dm exception store: refactor zero_area

Heinz Mauelshagen (1):
dm raid1: separate region_hash interface part1

Kazuo Ito (1):
dm kcopyd: avoid queue shuffle

Kiyoshi Ueda (2):
dm: remove unused flush_all
dm: tidy local_init

Martin K. Petersen (1):
dm: mark split bio as cloned

Mikulas Patocka (5):
dm snapshot: fix primary_pe race
dm snapshot: drop unused last_percent
dm exception store: fix misordered writes
dm: publish array_too_big
dm: remove dm header from targets

Milan Broz (3):
dm crypt: tidy sector
dm crypt: fix async split
dm crypt: remove waitqueue

drivers/md/Makefile | 2 +-
drivers/md/dm-crypt.c | 56 +++-
drivers/md/dm-delay.c | 3 +-
drivers/md/dm-exception-store.c | 108 ++++--
drivers/md/dm-io.c | 2 +-
drivers/md/dm-kcopyd.c | 14 +-
drivers/md/dm-linear.c | 2 +-
drivers/md/dm-log.c | 2 +-
drivers/md/dm-mpath.c | 3 +-
drivers/md/dm-path-selector.c | 3 +-
drivers/md/dm-raid1.c | 791 +++++----------------------------------
drivers/md/dm-region-hash.c | 704 ++++++++++++++++++++++++++++++++++
drivers/md/dm-round-robin.c | 3 +-
drivers/md/dm-snap.c | 11 +-
drivers/md/dm-snap.h | 5 +-
drivers/md/dm-stripe.c | 6 +-
drivers/md/dm-zero.c | 2 +-
drivers/md/dm.c | 49 +--
drivers/md/dm.h | 9 -
include/linux/device-mapper.h | 3 +
include/linux/dm-region-hash.h | 104 +++++
21 files changed, 1084 insertions(+), 798 deletions(-)
create mode 100644 drivers/md/dm-region-hash.c
create mode 100644 include/linux/dm-region-hash.h

Thanks,
Alasdair
--
[email protected]


2008-10-21 17:09:19

by Greg KH

[permalink] [raw]
Subject: Re: [stable] [git pull] Additional device-mapper patches for 2.6.28

On Tue, Oct 21, 2008 at 05:59:01PM +0100, Alasdair G Kergon wrote:
> Please pull from:
>
> master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git
>
> to get the following additional device-mapper patches for 2.6.28:

Hm, as you copied [email protected], does that mean that some of these
are applicable to -stable releases?

thanks,

greg k-h

2008-10-21 17:14:15

by Mikulas Patocka

[permalink] [raw]
Subject: Re: [stable] [git pull] Additional device-mapper patches for 2.6.28



On Tue, 21 Oct 2008, Greg KH wrote:

> On Tue, Oct 21, 2008 at 05:59:01PM +0100, Alasdair G Kergon wrote:
> > Please pull from:
> >
> > master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git
> >
> > to get the following additional device-mapper patches for 2.6.28:
>
> Hm, as you copied [email protected], does that mean that some of these
> are applicable to -stable releases?
>
> thanks,
>
> greg k-h

That "fix primary_pe race" should be considered for -stable.

Mikulas

2008-10-21 17:37:10

by Alasdair G Kergon

[permalink] [raw]
Subject: Re: [stable] [git pull] Additional device-mapper patches for 2.6.28

On Tue, Oct 21, 2008 at 10:04:36AM -0700, Greg KH wrote:
> Hm, as you copied [email protected], does that mean that some of these
> are applicable to -stable releases?

Yes - the ones with 'Cc: [email protected]' in the changelog from which
I generated the Cc list. I've sent them separately.

Alasdair
--
[email protected]

2008-10-21 18:11:01

by Greg KH

[permalink] [raw]
Subject: Re: [stable] [git pull] Additional device-mapper patches for 2.6.28

On Tue, Oct 21, 2008 at 01:12:49PM -0400, Mikulas Patocka wrote:
>
>
> On Tue, 21 Oct 2008, Greg KH wrote:
>
> > On Tue, Oct 21, 2008 at 05:59:01PM +0100, Alasdair G Kergon wrote:
> > > Please pull from:
> > >
> > > master.kernel.org:/pub/scm/linux/kernel/git/agk/linux-2.6-dm.git
> > >
> > > to get the following additional device-mapper patches for 2.6.28:
> >
> > Hm, as you copied [email protected], does that mean that some of these
> > are applicable to -stable releases?
> >
> > thanks,
> >
> > greg k-h
>
> That "fix primary_pe race" should be considered for -stable.

After it goes into Linus's tree, can you send it to [email protected]
with the git commit id?

thanks,

greg k-h