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 48240C38A24 for ; Thu, 7 May 2020 14:59:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3072820736 for ; Thu, 7 May 2020 14:59:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726515AbgEGO72 (ORCPT ); Thu, 7 May 2020 10:59:28 -0400 Received: from verein.lst.de ([213.95.11.211]:47188 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725985AbgEGO72 (ORCPT ); Thu, 7 May 2020 10:59:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id BA04A68BFE; Thu, 7 May 2020 16:59:24 +0200 (CEST) Date: Thu, 7 May 2020 16:59:24 +0200 From: Christoph Hellwig To: "Theodore Y. Ts'o" Cc: Christoph Hellwig , linux-ext4@vger.kernel.org, viro@zeniv.linux.org.uk, 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: <20200507145924.GA28854@lst.de> References: <20200505154324.3226743-1-hch@lst.de> <20200507062419.GA5766@lst.de> <20200507144947.GJ404484@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200507144947.GJ404484@mit.edu> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, May 07, 2020 at 10:49:47AM -0400, Theodore Y. Ts'o wrote: > On Thu, May 07, 2020 at 08:24:19AM +0200, Christoph Hellwig wrote: > > 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? > > I'll pick up the two fixes, thanks. Which tree are the rest of the > patches going to go through? vfs.git would be most logic if Al agrees. OTOH there is a fair amount of ext4 patches, so if you want to pick the series up I wouldn't mind either.