From: Theodore Ts'o Subject: Re: [PATCH 3/3] ext4: Find desired extent in ext4_ext_shift_extents() using binsearch Date: Wed, 4 Jan 2017 18:58:18 -0500 Message-ID: <20170104235818.v3fwchrjnxnhuble@thunk.org> References: <20170102125450.22807-1-roman.penyaev@profitbricks.com> <20170102125450.22807-4-roman.penyaev@profitbricks.com> <20170103144041.t5lmorkdqqljnwvl@thunk.org> <20170103221510.dkrxqav7qrq772ji@thunk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Namjae Jeon , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org To: Roman Penyaev Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org It looks like the original (before your patch) 1k failures due to a bug introduced via the block.git tree, which has since been fixed in Linus's mainline tree as of today. It wouldn't surprise me if the bug interacted poorly your changes, so things will probably better with your patches applied directly on top of the tip of Linus's tree. That being said, it looks like there were still regressions introduced on the 4k configuration, so I'm in the middle of rerunning my baseline and trying out your patches as well. Cheers, - Ted