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.3 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 B00F4C10DCE for ; Fri, 13 Mar 2020 13:17:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8FF64206BE for ; Fri, 13 Mar 2020 13:17:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726610AbgCMNRo (ORCPT ); Fri, 13 Mar 2020 09:17:44 -0400 Received: from mx2.suse.de ([195.135.220.15]:58178 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726554AbgCMNRo (ORCPT ); Fri, 13 Mar 2020 09:17:44 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 61F3BAE87; Fri, 13 Mar 2020 13:17:43 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 5CF00DA7A7; Fri, 13 Mar 2020 14:17:17 +0100 (CET) Date: Fri, 13 Mar 2020 14:17:17 +0100 From: David Sterba To: Filipe Manana Cc: dsterba@suse.cz, linux-btrfs , Josef Bacik Subject: Re: [PATCH v3 0/4] Btrfs: make ranged fsyncs always respect the given range Message-ID: <20200313131717.GL12659@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Filipe Manana , linux-btrfs , Josef Bacik References: <20200309124108.18952-1-fdmanana@kernel.org> <20200312203324.GI12659@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Fri, Mar 13, 2020 at 11:01:35AM +0000, Filipe Manana wrote: > > > Filipe Manana (4): > > > Btrfs: fix missing file extent item for hole after ranged fsync > > > Btrfs: add helper to get the end offset of a file extent item > > > Btrfs: factor out inode items copy loop from btrfs_log_inode() > > > Btrfs: make ranged full fsyncs more efficient > > > > Moved from for-next to misc-next, thanks. > > Btw, Josef's reviewed-by tag is missing in the changelog of patch 4 > (however there's an unusual reviewed-by tag from you). I meant to put my rev-by to the cleanup patches, for the 4th patch I'll update it.