From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YNd4H-0004f7-Gg for linux-mtd@lists.infradead.org; Tue, 17 Feb 2015 07:59:41 +0000 Message-ID: <1424159956.30682.4.camel@sauron.fi.intel.com> Subject: Re: UBIFS handling of erased page errors From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Iwo Mergler Date: Tue, 17 Feb 2015 09:59:16 +0200 In-Reply-To: References: ,<1424075632.2573.225.camel@sauron.fi.intel.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: "linux-mtd@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-02-17 at 17:39 +1100, Iwo Mergler wrote: > Hi Artem, > > > thank you for the analysis of my unexpected lottery win. ;-) > > I couldn't see a likely debugfs entry for in-the-gaps allocation, > which one is it? OK, there is no separate knob for this, but it could be added if needed. Right now the feature is enabled with the 'chk_index' knob. This knob is about extra index checks, which slow down the FS. But it also forces 'in-the-gaps' from time to time. > I'll go and tell the customer to delete files occasionally. Not sure about how deleting is helpful. Artem.