Prev: writeback: pay attention to wbc->nr_to_write in write_cache_pages
Next: acquire_console_mutex: WARNING: at 2.6.33.4-rt20/kernel/mutex-debug.c:65 mutex_remove_waiter+0xe8/0x11c()
From: Christoph Hellwig on 25 May 2010 07:20 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 25 May 2010 13:00 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 25 May 2010 13:10 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Greg KH on 25 May 2010 13:20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jayson R. King on 25 May 2010 13:30
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |