* Re: [10/24] vfs: Add no_nrwrite_index_update writeback control flag
2010-05-25 11:12 ` Christoph Hellwig
@ 2010-05-25 16:52 ` Greg KH
2010-05-25 17:00 ` Jayson R. King
2010-05-25 16:53 ` Jayson R. King
2010-05-25 16:58 ` Greg KH
2 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2010-05-25 16:52 UTC (permalink / raw)
To: Christoph Hellwig
Cc: linux-kernel, stable, stable-review, torvalds, akpm, alan,
linux-fsdevel, Ext4 Developers List, Theodore Tso, Jayson R. King,
Aneesh Kumar K.V
On Tue, May 25, 2010 at 07:12:08AM -0400, Christoph Hellwig wrote:
> On Mon, May 24, 2010 at 03:28:06PM -0700, Greg KH wrote:
> > 2.6.27-stable review patch. If anyone has any objections, please let us know.
>
> NACK. This has been shown to cause severe writeback regression for
> other filesystems and is beeing reverted in mianline.
Ok, if I drop this one, I think I need to drop an ext4 patch as well,
I'll go figure that out and respin a -rc2 with this change in it.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [10/24] vfs: Add no_nrwrite_index_update writeback control flag
2010-05-25 16:52 ` Greg KH
@ 2010-05-25 17:00 ` Jayson R. King
2010-05-25 17:12 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Jayson R. King @ 2010-05-25 17:00 UTC (permalink / raw)
To: Greg KH
Cc: Christoph Hellwig, linux-kernel, stable, stable-review, torvalds,
akpm, alan, linux-fsdevel, Ext4 Developers List, Theodore Tso,
Jayson R. King, Aneesh Kumar K.V
On 05/25/2010 11:52 AM, Greg KH wrote:
> On Tue, May 25, 2010 at 07:12:08AM -0400, Christoph Hellwig wrote:
>> On Mon, May 24, 2010 at 03:28:06PM -0700, Greg KH wrote:
>>> 2.6.27-stable review patch. If anyone has any objections, please let us know.
>>
>> NACK. This has been shown to cause severe writeback regression for
>> other filesystems and is beeing reverted in mianline.
>
> Ok, if I drop this one, I think I need to drop an ext4 patch as well,
> I'll go figure that out and respin a -rc2 with this change in it.
You'd have to drop the next two ext4 -stable patches to get a buildable
kernel if you drop this one. The last of those ext4 patches is the one
which fixes the deadlock from kernel bugzilla #12579.
Jayson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [10/24] vfs: Add no_nrwrite_index_update writeback control flag
2010-05-25 17:00 ` Jayson R. King
@ 2010-05-25 17:12 ` Greg KH
2010-05-26 0:49 ` Jayson R. King
0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2010-05-25 17:12 UTC (permalink / raw)
To: Jayson R. King
Cc: Christoph Hellwig, linux-kernel, stable, stable-review, torvalds,
akpm, alan, linux-fsdevel, Ext4 Developers List, Theodore Tso,
Aneesh Kumar K.V
On Tue, May 25, 2010 at 12:00:58PM -0500, Jayson R. King wrote:
> On 05/25/2010 11:52 AM, Greg KH wrote:
> > On Tue, May 25, 2010 at 07:12:08AM -0400, Christoph Hellwig wrote:
> >> On Mon, May 24, 2010 at 03:28:06PM -0700, Greg KH wrote:
> >>> 2.6.27-stable review patch. If anyone has any objections, please let us know.
> >>
> >> NACK. This has been shown to cause severe writeback regression for
> >> other filesystems and is beeing reverted in mianline.
> >
> > Ok, if I drop this one, I think I need to drop an ext4 patch as well,
> > I'll go figure that out and respin a -rc2 with this change in it.
>
> You'd have to drop the next two ext4 -stable patches to get a buildable
> kernel if you drop this one. The last of those ext4 patches is the one
> which fixes the deadlock from kernel bugzilla #12579.
I've now dropped those next two ext4 patches. If someone wants to get
this bug fixed for the .27 tree, please feel free to send me the
patches.
Personally, I doubt many people care about ext4 on the .27 kernel
release...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [10/24] vfs: Add no_nrwrite_index_update writeback control flag
2010-05-25 17:12 ` Greg KH
@ 2010-05-26 0:49 ` Jayson R. King
0 siblings, 0 replies; 9+ messages in thread
From: Jayson R. King @ 2010-05-26 0:49 UTC (permalink / raw)
To: Greg KH
Cc: Jayson R. King, Christoph Hellwig, linux-kernel, stable,
stable-review, torvalds, akpm, alan, linux-fsdevel,
Ext4 Developers List, Theodore Tso, Aneesh Kumar K.V
On 05/25/2010 12:12 PM, Greg KH wrote:
> I've now dropped those next two ext4 patches. If someone wants to get
> this bug fixed for the .27 tree, please feel free to send me the
> patches.
I'll nominate Ted's "ext4: Use our own write_cache_pages()" patch for
.27-stable when it hits mainline. If it is included in -stable, then
those last two ext4 patches can be re-applied.
> Personally, I doubt many people care about ext4 on the .27 kernel
> release...
In any case, 2.6.27 is a good kernel, and ext4 is a good FS, IMO.
Jayson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [10/24] vfs: Add no_nrwrite_index_update writeback control flag
2010-05-25 11:12 ` Christoph Hellwig
2010-05-25 16:52 ` Greg KH
@ 2010-05-25 16:53 ` Jayson R. King
2010-05-25 16:58 ` Greg KH
2 siblings, 0 replies; 9+ messages in thread
From: Jayson R. King @ 2010-05-25 16:53 UTC (permalink / raw)
To: Christoph Hellwig
Cc: Greg KH, linux-kernel, stable, stable-review, torvalds, akpm,
alan, linux-fsdevel, Ext4 Developers List, Theodore Tso,
Jayson R. King, Aneesh Kumar K.V
On 05/25/2010 06:12 AM, Christoph Hellwig wrote:
> On Mon, May 24, 2010 at 03:28:06PM -0700, Greg KH wrote:
>> 2.6.27-stable review patch. If anyone has any objections, please let us know.
>
> NACK. This has been shown to cause severe writeback regression for
> other filesystems and is beeing reverted in mianline.
It can't be reverted directly (you'll get a build failure) since the
next ext4 patch in this -stable series depends on it.
There's a commit from Ted Ts'o in the ext4 git, "ext4: Use our own
write_cache_pages()", which removes the dependency, but that patch is
not yet in mainline so isn't a -stable candidate. When/if that patch
hits mainline, it can be added to -stable and this patch dropped/reverted.
Jayson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [10/24] vfs: Add no_nrwrite_index_update writeback control flag
2010-05-25 11:12 ` Christoph Hellwig
2010-05-25 16:52 ` Greg KH
2010-05-25 16:53 ` Jayson R. King
@ 2010-05-25 16:58 ` Greg KH
2 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2010-05-25 16:58 UTC (permalink / raw)
To: Christoph Hellwig
Cc: linux-kernel, stable, stable-review, torvalds, akpm, alan,
linux-fsdevel, Ext4 Developers List, Theodore Tso, Jayson R. King,
Aneesh Kumar K.V
On Tue, May 25, 2010 at 07:12:08AM -0400, Christoph Hellwig wrote:
> On Mon, May 24, 2010 at 03:28:06PM -0700, Greg KH wrote:
> > 2.6.27-stable review patch. If anyone has any objections, please let us know.
>
> NACK. This has been shown to cause severe writeback regression for
> other filesystems and is beeing reverted in mianline.
Ok, I've dropped this one, and the two ext4 patches after this one as
well. If someone wants them back, please feel free to redo them so that
they apply to the .27 tree now.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread