* [git pull] Additional device-mapper patches for 2.6.28
@ 2008-10-21 16:59 Alasdair G Kergon
2008-10-21 17:04 ` [stable] " Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Alasdair G Kergon @ 2008-10-21 16:59 UTC (permalink / raw)
To: Linus Torvalds
Cc: dm-devel, linux-kernel, Heinz Mauelshagen, Kiyoshi Ueda,
Mikulas Patocka, Milan Broz, Kazuo Ito, Martin K. Petersen,
stable
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
--
agk@redhat.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable] [git pull] Additional device-mapper patches for 2.6.28
2008-10-21 16:59 [git pull] Additional device-mapper patches for 2.6.28 Alasdair G Kergon
@ 2008-10-21 17:04 ` Greg KH
2008-10-21 17:12 ` Mikulas Patocka
2008-10-21 17:35 ` Alasdair G Kergon
0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2008-10-21 17:04 UTC (permalink / raw)
To: Linus Torvalds, dm-devel, linux-kernel, Heinz Mauelshagen,
Kiyoshi Ueda, Mikulas Patocka, Milan Broz, Kazuo Ito,
Martin K. Petersen, stable
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 stable@kernel.org, does that mean that some of these
are applicable to -stable releases?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable] [git pull] Additional device-mapper patches for 2.6.28
2008-10-21 17:04 ` [stable] " Greg KH
@ 2008-10-21 17:12 ` Mikulas Patocka
2008-10-21 17:31 ` Greg KH
2008-10-21 17:35 ` Alasdair G Kergon
1 sibling, 1 reply; 5+ messages in thread
From: Mikulas Patocka @ 2008-10-21 17:12 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, dm-devel, linux-kernel, Heinz Mauelshagen,
Kiyoshi Ueda, Milan Broz, Kazuo Ito, Martin K. Petersen, stable
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 stable@kernel.org, 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable] [git pull] Additional device-mapper patches for 2.6.28
2008-10-21 17:12 ` Mikulas Patocka
@ 2008-10-21 17:31 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2008-10-21 17:31 UTC (permalink / raw)
To: Mikulas Patocka
Cc: Linus Torvalds, dm-devel, linux-kernel, Heinz Mauelshagen,
Kiyoshi Ueda, Milan Broz, Kazuo Ito, Martin K. Petersen, stable
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 stable@kernel.org, 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 stable@kernel.org
with the git commit id?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [stable] [git pull] Additional device-mapper patches for 2.6.28
2008-10-21 17:04 ` [stable] " Greg KH
2008-10-21 17:12 ` Mikulas Patocka
@ 2008-10-21 17:35 ` Alasdair G Kergon
1 sibling, 0 replies; 5+ messages in thread
From: Alasdair G Kergon @ 2008-10-21 17:35 UTC (permalink / raw)
To: Greg KH
Cc: Linus Torvalds, dm-devel, linux-kernel, Heinz Mauelshagen,
Kiyoshi Ueda, Mikulas Patocka, Milan Broz, Kazuo Ito,
Martin K. Petersen, stable
On Tue, Oct 21, 2008 at 10:04:36AM -0700, Greg KH wrote:
> Hm, as you copied stable@kernel.org, does that mean that some of these
> are applicable to -stable releases?
Yes - the ones with 'Cc: stable@kernel.org' in the changelog from which
I generated the Cc list. I've sent them separately.
Alasdair
--
agk@redhat.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-10-21 18:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 16:59 [git pull] Additional device-mapper patches for 2.6.28 Alasdair G Kergon
2008-10-21 17:04 ` [stable] " Greg KH
2008-10-21 17:12 ` Mikulas Patocka
2008-10-21 17:31 ` Greg KH
2008-10-21 17:35 ` Alasdair G Kergon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox