From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F710C38A24 for ; Thu, 7 May 2020 06:24:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DEF7C2075E for ; Thu, 7 May 2020 06:24:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725910AbgEGGYW (ORCPT ); Thu, 7 May 2020 02:24:22 -0400 Received: from verein.lst.de ([213.95.11.211]:44796 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbgEGGYW (ORCPT ); Thu, 7 May 2020 02:24:22 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6674368B05; Thu, 7 May 2020 08:24:19 +0200 (CEST) Date: Thu, 7 May 2020 08:24:19 +0200 From: Christoph Hellwig To: linux-ext4@vger.kernel.org, viro@zeniv.linux.org.uk, tytso@mit.edu Cc: jack@suse.cz, adilger@dilger.ca, riteshh@linux.ibm.com, amir73il@gmail.com, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: Re: fix fiemap for ext4 bitmap files (+ cleanups) v3 Message-ID: <20200507062419.GA5766@lst.de> References: <20200505154324.3226743-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200505154324.3226743-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, May 05, 2020 at 05:43:13PM +0200, Christoph Hellwig wrote: > Hi all, > > the first two patches should fix the issue where ext4 doesn't > properly check the max file size for bitmap files in fiemap. > > The rest cleans up the fiemap support in ext4 and in general. Folks, I think the first two patches should go into 5.7 to fix the ext4 vs overlay problem. Ted, are you going to pick this up, or Al? The rest should be ready for 5.8 once the fixes hit mainline.