Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755677AbcCCA2q (ORCPT ); Wed, 2 Mar 2016 19:28:46 -0500 Received: from mga09.intel.com ([134.134.136.24]:63165 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755419AbcCCA2o (ORCPT ); Wed, 2 Mar 2016 19:28:44 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,531,1449561600"; d="scan'208";a="899857931" Date: Wed, 2 Mar 2016 17:28:24 -0700 From: Ross Zwisler To: Xiong Zhou , Lokesh Jaliminche , Andreas Dilger , "Theodore Ts'o" Cc: linux-nvdimm@ml01.01.org, linux-ext4@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: ext2/3 using ext4 module mkdir IO error on pmem DAX mount Message-ID: <20160303002824.GA31238@linux.intel.com> References: <20160302064304.GA15559@dhcp12-144.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160302064304.GA15559@dhcp12-144.nay.redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 586 Lines: 17 On Wed, Mar 02, 2016 at 02:43:04PM +0800, Xiong Zhou wrote: > Hi, > > mkdir failed IO error on pmem DAX ext2/3 fs mount using ext4 module. > > This happends only on -next tree, not on Linus' tree, > at least from 4.5.0-rc5-next-20160224. I was able to reproduce this and bisect it to the following commit: commit 1f2d779fed21 ("ext4: optimize group search for inode allocation") The fact that DAX was enabled in this failure was a red herring - it fails without DAX as well. The key is just that we're mounting an ext2 formatted filesystem using the ext4 module, I think. - Ross