Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755674Ab2F1PoT (ORCPT ); Thu, 28 Jun 2012 11:44:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35886 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755427Ab2F1PoR (ORCPT ); Thu, 28 Jun 2012 11:44:17 -0400 Date: Thu, 28 Jun 2012 11:44:03 -0400 (EDT) From: Mikulas Patocka X-X-Sender: mpatocka@file.rdu.redhat.com To: Jan Kara cc: Alexander Viro , Jens Axboe , "Alasdair G. Kergon" , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, dm-devel@redhat.com Subject: Re: Crash when IO is being submitted and block size is changed In-Reply-To: <20120628111541.GB17515@quack.suse.cz> Message-ID: References: <20120628111541.GB17515@quack.suse.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 27 On Thu, 28 Jun 2012, Jan Kara wrote: > > Do you have any other ideas what to do with it? > Yeah, it's nasty and neither solution looks particularly appealing. One > idea that came to my mind is: I'm trying to solve some races between direct > IO, buffered IO, hole punching etc. by a new mapping interval lock. I'm not > sure if it will go anywhere yet but if it does, we can fix the above race > by taking the mapping lock for the whole block device around setting block > size thus effectivelly disallowing any IO to it. > > Honza > -- > Jan Kara > SUSE Labs, CR What races are you trying to solve? There used to be i_alloc_mem that prevented direct i/o while the file is being truncated, but it disappeared in recent kernels... Mikulas -- 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/