From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751009AbZHWWpF (ORCPT ); Sun, 23 Aug 2009 18:45:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750753AbZHWWpF (ORCPT ); Sun, 23 Aug 2009 18:45:05 -0400 Received: from bombadil.infradead.org ([18.85.46.34]:56949 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750704AbZHWWpE (ORCPT ); Sun, 23 Aug 2009 18:45:04 -0400 Date: Sun, 23 Aug 2009 18:45:04 -0400 From: Christoph Hellwig To: Justin Piszcz Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, xfs@oss.sgi.com Subject: Re: Kernel 2.6.30.4 XFS(..?) regression (& with/2.6.31-rc6) Message-ID: <20090823224504.GA19942@infradead.org> References: <20090816022331.GA2309@infradead.org> <20090822142550.GA10003@infradead.org> <20090822201558.GA17955@infradead.org> <20090822205502.GA18904@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ok, let's see where errors could happen then. There are four theoretical possibilities: (a) XFS (b) loop driver (c) crypto loop code (d) block layer Or combinations thereof. I would take (a) and (d) as more unlikely as they tend to get used much more and I would have heard more bug reports already. The cryptoloop code hasn't changed at all since 2.6.29. The loop code howver has a very interesting commit just after 2.6.39: commit 68db1961bbf4e16c220ccec4a780e966bc1fece3 Author: Nikanth Karthikesan Date: Tue Mar 24 12:29:54 2009 +0100 loop: support barrier writes Can you try reverting this one (it cleanly reverse-applies against 2.6.30 and current mainline) and see if that makes a difference?