From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: JFYI: ext4 bug triggerable by kvm Date: Mon, 16 Aug 2010 14:42:37 -0400 Message-ID: <20100816184237.GA16579@infradead.org> References: <4C694483.5010903@msgid.tls.msk.ru> <4C694E7D.3060600@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Michael Tokarev , KVM list , Kevin Wolf To: Anthony Liguori Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:47984 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752586Ab0HPSmi (ORCPT ); Mon, 16 Aug 2010 14:42:38 -0400 Content-Disposition: inline In-Reply-To: <4C694E7D.3060600@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Aug 16, 2010 at 09:43:09AM -0500, Anthony Liguori wrote: > >Also, ext4 is _very_ slow on O_SYNC writes (which is > >used in kvm with default cache). > > Yeah, we probably need to switch to sync_file_range() to avoid the > journal commit on every write. > No, we don't. sync_file_range does not actually provide any data integrity.