linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* status of patches ( raid5 multiple threads )
@ 2012-09-10 18:45 vincent Ferrer
  2012-09-10 23:44 ` NeilBrown
  0 siblings, 1 reply; 8+ messages in thread
From: vincent Ferrer @ 2012-09-10 18:45 UTC (permalink / raw)
  To: linux-raid

Hi Shaohua  (and linux-raid maintainers),

Interested in knowing status of patches  "raid5  create multiple threads "
http://www.spinics.net/lists/raid/msg39978.html

Specifically want to know if it is available in any of the latest
kernel releases 3.x ?

Or otherwise when are these patches expected to get merged into linux
kernel tree.

Appreciate great work.

Thanks & regards
vincy

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

* Re: status of patches ( raid5 multiple threads )
  2012-09-10 18:45 status of patches ( raid5 multiple threads ) vincent Ferrer
@ 2012-09-10 23:44 ` NeilBrown
  2013-02-19 19:22   ` vincent Ferrer
  0 siblings, 1 reply; 8+ messages in thread
From: NeilBrown @ 2012-09-10 23:44 UTC (permalink / raw)
  To: vincent Ferrer; +Cc: linux-raid

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

On Mon, 10 Sep 2012 11:45:18 -0700 vincent Ferrer <vincentchicago1@gmail.com>
wrote:

> Hi Shaohua  (and linux-raid maintainers),
> 
> Interested in knowing status of patches  "raid5  create multiple threads "
> http://www.spinics.net/lists/raid/msg39978.html
> 
> Specifically want to know if it is available in any of the latest
> kernel releases 3.x ?
> 
> Or otherwise when are these patches expected to get merged into linux
> kernel tree.

I don't plan to submit them for 3.7, though I might for 3.8 if I get a change
to give them a proper review.

NeilBrown

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

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

* Re: status of patches ( raid5 multiple threads )
  2012-09-10 23:44 ` NeilBrown
@ 2013-02-19 19:22   ` vincent Ferrer
  2013-02-20  3:13     ` NeilBrown
  0 siblings, 1 reply; 8+ messages in thread
From: vincent Ferrer @ 2013-02-19 19:22 UTC (permalink / raw)
  To: NeilBrown; +Cc: linux-raid

Hi  Neil / Shaohua,

Did the patches for  "raid5  create multiple threads" got
reviewed/merged into  3.8 kernel ?  Or otherwise what is the plan and
current state of multi-thread raid5 support in latest linux kernels ?

Appreciate your answers and great work.

-Vincy



On Mon, Sep 10, 2012 at 4:44 PM, NeilBrown <neilb@suse.de> wrote:
> On Mon, 10 Sep 2012 11:45:18 -0700 vincent Ferrer <vincentchicago1@gmail.com>
> wrote:
>
>> Hi Shaohua  (and linux-raid maintainers),
>>
>> Interested in knowing status of patches  "raid5  create multiple threads "
>> http://www.spinics.net/lists/raid/msg39978.html
>>
>> Specifically want to know if it is available in any of the latest
>> kernel releases 3.x ?
>>
>> Or otherwise when are these patches expected to get merged into linux
>> kernel tree.
>
> I don't plan to submit them for 3.7, though I might for 3.8 if I get a change
> to give them a proper review.
>
> NeilBrown

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

* Re: status of patches ( raid5 multiple threads )
  2013-02-19 19:22   ` vincent Ferrer
@ 2013-02-20  3:13     ` NeilBrown
  2013-02-20  4:04       ` vincent Ferrer
  0 siblings, 1 reply; 8+ messages in thread
From: NeilBrown @ 2013-02-20  3:13 UTC (permalink / raw)
  To: vincent Ferrer; +Cc: linux-raid

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

On Tue, 19 Feb 2013 11:22:06 -0800 vincent Ferrer <vincentchicago1@gmail.com>
wrote:

> Hi  Neil / Shaohua,
> 
> Did the patches for  "raid5  create multiple threads" got
> reviewed/merged into  3.8 kernel ?  Or otherwise what is the plan and
> current state of multi-thread raid5 support in latest linux kernels ?
> 
> Appreciate your answers and great work.
> 

No, not in 3.8.  I really should spend some time reviewing that code, but
I've had a very busy summer...

Have you (or anyone else) tested them?  Can you report anything positive or
negative?  Having someone other than the author say "this helped a lot" would
be a very strong motivator for me....

NeilBrown


> -Vincy
> 
> 
> 
> On Mon, Sep 10, 2012 at 4:44 PM, NeilBrown <neilb@suse.de> wrote:
> > On Mon, 10 Sep 2012 11:45:18 -0700 vincent Ferrer <vincentchicago1@gmail.com>
> > wrote:
> >
> >> Hi Shaohua  (and linux-raid maintainers),
> >>
> >> Interested in knowing status of patches  "raid5  create multiple threads "
> >> http://www.spinics.net/lists/raid/msg39978.html
> >>
> >> Specifically want to know if it is available in any of the latest
> >> kernel releases 3.x ?
> >>
> >> Or otherwise when are these patches expected to get merged into linux
> >> kernel tree.
> >
> > I don't plan to submit them for 3.7, though I might for 3.8 if I get a change
> > to give them a proper review.
> >
> > NeilBrown


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

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

* Re: status of patches ( raid5 multiple threads )
  2013-02-20  3:13     ` NeilBrown
@ 2013-02-20  4:04       ` vincent Ferrer
  2013-02-20  4:16         ` NeilBrown
  0 siblings, 1 reply; 8+ messages in thread
From: vincent Ferrer @ 2013-02-20  4:04 UTC (permalink / raw)
  To: NeilBrown; +Cc: linux-raid

Have'nt tested/tried  yet. Which kernel version these patches can work with ?

On Tue, Feb 19, 2013 at 7:13 PM, NeilBrown <neilb@suse.de> wrote:
> On Tue, 19 Feb 2013 11:22:06 -0800 vincent Ferrer <vincentchicago1@gmail.com>
> wrote:
>
>> Hi  Neil / Shaohua,
>>
>> Did the patches for  "raid5  create multiple threads" got
>> reviewed/merged into  3.8 kernel ?  Or otherwise what is the plan and
>> current state of multi-thread raid5 support in latest linux kernels ?
>>
>> Appreciate your answers and great work.
>>
>
> No, not in 3.8.  I really should spend some time reviewing that code, but
> I've had a very busy summer...
>
> Have you (or anyone else) tested them?  Can you report anything positive or
> negative?  Having someone other than the author say "this helped a lot" would
> be a very strong motivator for me....
>
> NeilBrown
>
>
>> -Vincy
>>
>>
>>
>> On Mon, Sep 10, 2012 at 4:44 PM, NeilBrown <neilb@suse.de> wrote:
>> > On Mon, 10 Sep 2012 11:45:18 -0700 vincent Ferrer <vincentchicago1@gmail.com>
>> > wrote:
>> >
>> >> Hi Shaohua  (and linux-raid maintainers),
>> >>
>> >> Interested in knowing status of patches  "raid5  create multiple threads "
>> >> http://www.spinics.net/lists/raid/msg39978.html
>> >>
>> >> Specifically want to know if it is available in any of the latest
>> >> kernel releases 3.x ?
>> >>
>> >> Or otherwise when are these patches expected to get merged into linux
>> >> kernel tree.
>> >
>> > I don't plan to submit them for 3.7, though I might for 3.8 if I get a change
>> > to give them a proper review.
>> >
>> > NeilBrown
>

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

* Re: status of patches ( raid5 multiple threads )
  2013-02-20  4:04       ` vincent Ferrer
@ 2013-02-20  4:16         ` NeilBrown
  2013-02-21  0:07           ` vincent Ferrer
  0 siblings, 1 reply; 8+ messages in thread
From: NeilBrown @ 2013-02-20  4:16 UTC (permalink / raw)
  To: vincent Ferrer; +Cc: linux-raid

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

On Tue, 19 Feb 2013 20:04:35 -0800 vincent Ferrer <vincentchicago1@gmail.com>
wrote:

> Have'nt tested/tried  yet. Which kernel version these patches can work with ?
>
"the latest".

They are in linux-next.  That might be the easiest place to try.

NeilBrown

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

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

* Re: status of patches ( raid5 multiple threads )
  2013-02-20  4:16         ` NeilBrown
@ 2013-02-21  0:07           ` vincent Ferrer
  2013-02-21  0:50             ` NeilBrown
  0 siblings, 1 reply; 8+ messages in thread
From: vincent Ferrer @ 2013-02-21  0:07 UTC (permalink / raw)
  To: NeilBrown; +Cc: linux-raid

Hi Neil
I may be able to test it depending how compatible/portable patches are
with kernel  version 3.4.27.
Can you please give me rough estimate that how much effort it can be
to back port raid5 patches to  3.4.27 kernel

thanks !
vincy

On Tue, Feb 19, 2013 at 8:16 PM, NeilBrown <neilb@suse.de> wrote:
> On Tue, 19 Feb 2013 20:04:35 -0800 vincent Ferrer <vincentchicago1@gmail.com>
> wrote:
>
>> Have'nt tested/tried  yet. Which kernel version these patches can work with ?
>>
> "the latest".
>
> They are in linux-next.  That might be the easiest place to try.
>
> NeilBrown

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

* Re: status of patches ( raid5 multiple threads )
  2013-02-21  0:07           ` vincent Ferrer
@ 2013-02-21  0:50             ` NeilBrown
  0 siblings, 0 replies; 8+ messages in thread
From: NeilBrown @ 2013-02-21  0:50 UTC (permalink / raw)
  To: vincent Ferrer; +Cc: linux-raid

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

On Wed, 20 Feb 2013 16:07:07 -0800 vincent Ferrer <vincentchicago1@gmail.com>
wrote:

> Hi Neil
> I may be able to test it depending how compatible/portable patches are
> with kernel  version 3.4.27.
> Can you please give me rough estimate that how much effort it can be
> to back port raid5 patches to  3.4.27 kernel
> 

I think there has probably been too much change from 3.4 to 3.7 for that to
be a really useful exercise.   Thanks anyway.

NeilBrown

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

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

end of thread, other threads:[~2013-02-21  0:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10 18:45 status of patches ( raid5 multiple threads ) vincent Ferrer
2012-09-10 23:44 ` NeilBrown
2013-02-19 19:22   ` vincent Ferrer
2013-02-20  3:13     ` NeilBrown
2013-02-20  4:04       ` vincent Ferrer
2013-02-20  4:16         ` NeilBrown
2013-02-21  0:07           ` vincent Ferrer
2013-02-21  0:50             ` 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).