From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751658Ab3CBXPW (ORCPT ); Sat, 2 Mar 2013 18:15:22 -0500 Received: from li9-11.members.linode.com ([67.18.176.11]:50977 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750970Ab3CBXPU (ORCPT ); Sat, 2 Mar 2013 18:15:20 -0500 Date: Sat, 2 Mar 2013 18:15:06 -0500 From: "Theodore Ts'o" To: Linus Torvalds Cc: Dave Jones , Markus Trippelsdorf , "gnehzuil.liu" , Zheng Liu , Borislav Petkov , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [GIT PULL URGENT] ext4 regression fix for 3.9 Message-ID: <20130302231506.GH22941@thunk.org> Mail-Followup-To: Theodore Ts'o , Linus Torvalds , Dave Jones , Markus Trippelsdorf , "gnehzuil.liu" , Zheng Liu , Borislav Petkov , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <20130227174553.GA224@x4> <20130227184912.GA19624@thunk.org> <20130227185625.GA224@x4> <20130227191923.GA1121@redhat.com> <20130227192907.GB14253@thunk.org> <20130227201217.GD14253@thunk.org> <20130301033005.GA7081@redhat.com> <20130301040039.GA4452@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 02, 2013 at 11:54:37AM -0800, Linus Torvalds wrote: > > This needs to be fixed or reverted. I traced back some user > interaction problems to this same issue. It literally gets so bad that > the whole system is choppy, and a profile shows that a lot of time is > being spent in the spin-lock protecting these data structures. Called > from ext4_es_reclaim_extents_count, ext4_es_lru_add and > ext4_es_shrink. I'm doing final testing on a pull request that will fix these problems. I'll send it to you later this evening. - Ted