Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753996Ab1BGUo0 (ORCPT ); Mon, 7 Feb 2011 15:44:26 -0500 Received: from li9-11.members.linode.com ([67.18.176.11]:55725 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752555Ab1BGUoY (ORCPT ); Mon, 7 Feb 2011 15:44:24 -0500 Date: Mon, 7 Feb 2011 15:44:19 -0500 From: "Ted Ts'o" To: Milan Broz Cc: Matt , Linux Kernel , linux-ext4 Subject: Re: ext4: Fix data corruption with multi-block writepages support Message-ID: <20110207204419.GE3457@thunk.org> Mail-Followup-To: Ted Ts'o , Milan Broz , Matt , Linux Kernel , linux-ext4 References: <20110207174552.GC3457@thunk.org> <4D503A06.3010403@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D503A06.3010403@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on test.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1139 Lines: 26 On Mon, Feb 07, 2011 at 07:29:26PM +0100, Milan Broz wrote: > > So it was ext4 only bug in ext4_end_bio(), > dm-crypt per-cpu code was just trigger here, right? There appeared to be two bugs that people were discussing on that particular dm_crypt mail thread. Some people were complaining about issues with dm_crypt even when ext4 was not involved. So I think it's fair to say that there was definitely _a_ ext4 bug which was most easily seen when dm_crypt was in play, but which was definitely not dm_crypt specific (it was possible to see it on an hdd-only system, but the workload was much more severe). In any case, as soon as the problem was found, we disabled the ext4 optimization in 2.6.37-rc5. So the fact that we found and fixed an ext4 bug that was triggered by dm_crypt should not be taken as a statement (one way or the other) that dm_crypt is Bug-Free(tm). :-) - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/