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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 7550AC433E1 for ; Sun, 24 May 2020 19:17:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57FA1207D8 for ; Sun, 24 May 2020 19:17:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388099AbgEXTR1 (ORCPT ); Sun, 24 May 2020 15:17:27 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:56895 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387823AbgEXTR0 (ORCPT ); Sun, 24 May 2020 15:17:26 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 04OJHDUC017213 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 24 May 2020 15:17:13 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 238DA420304; Sun, 24 May 2020 15:17:13 -0400 (EDT) Date: Sun, 24 May 2020 15:17:13 -0400 From: "Theodore Y. Ts'o" To: Al Viro Cc: Christoph Hellwig , linux-ext4@vger.kernel.org, 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: fiemap cleanups v4 Message-ID: <20200524191713.GA228632@mit.edu> References: <20200523073016.2944131-1-hch@lst.de> <20200523155216.GZ23230@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200523155216.GZ23230@ZenIV.linux.org.uk> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat, May 23, 2020 at 04:52:16PM +0100, Al Viro wrote: > On Sat, May 23, 2020 at 09:30:07AM +0200, Christoph Hellwig wrote: > > Hi all, > > > > This series cleans up the fiemap support in ext4 and in general. > > > > Ted or Al, can one of you pick this up? It touches both ext4 and core > > code, so either tree could work. > > > > > > Changes since v3: > > - dropped the fixes that have been merged int mainline > > > > Changes since v2: > > - commit message typo > > - doc updates > > - use d_inode in cifs > > - add a missing return statement in cifs > > - remove the filemap_write_and_wait call from ext4_ioctl_get_es_cache > > > > Changes since v1: > > - rename fiemap_validate to fiemap_prep > > - lift FIEMAP_FLAG_SYNC handling to common code > > - add a new linux/fiemap.h header > > - remove __generic_block_fiemap > > - remove access_ok calls from fiemap and ext4 > > Hmmm... I can do an immutable shared branch, no problem. What would > you prefer for a branchpoint for that one? I thought we had already agreed to run these patches through the ext4 git tree, since most of the changes affect the ext4 tree (and there aren't any other iomap fiemap changes pending as far as I know). The v3 versions of these patches have been part of the ext4 dev tree since May 19th. Since the ext4 dev tree is rewinding, I can easily update it fiemap-fixes patch to be on top of the first two patches which Linus has already accepted, and then merge it into the ext4 dev branch. - Ted