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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA660C77B75 for ; Mon, 22 May 2023 10:09:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231134AbjEVKJD (ORCPT ); Mon, 22 May 2023 06:09:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229512AbjEVKJC (ORCPT ); Mon, 22 May 2023 06:09:02 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D684B7; Mon, 22 May 2023 03:09:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DEEDB612D2; Mon, 22 May 2023 10:09:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B48ACC433D2; Mon, 22 May 2023 10:08:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684750140; bh=f+TjsaX3pc2xNfuoY7ZIrIhtkHD0EV4+3vT4AgxlZoo=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=Vz/OwO68P0z5L3CcTBKeen8IVLpqKCsL+EO842KBN7gCjHaFesa6sRXd394htdAOI su2yqXMixtZrxma9KHqZWvVD26OZ2NfXlRfgmioOr7mq6JHgxeeZvoA4HPlH/pXvJf n81Mfy3yxMrTd1nmLHBxHz1RQB2JW9G5/mjdewZYsgLEYn/0Q0Mq9ZW7kjcttSO6UF 1zA/dUD2Bi9qa/wHnRmHW9IMbfpTIsElnwjHROeunSLM2e2bqJyGqOSTljtq9puP4r m9LJtebKI9H7nCfLs43DOVOxPvFnr5zfO3fRtm1V6Jb3vQOLwCpRbbf3SnQxMfOzBU bE97FQJ+17UOg== Message-ID: Subject: Re: [PATCH v4 9/9] btrfs: convert to multigrain timestamps From: Jeff Layton To: dsterba@suse.cz Cc: Alexander Viro , Christian Brauner , "Darrick J. Wong" , Hugh Dickins , Andrew Morton , Dave Chinner , Chuck Lever , Jan Kara , Amir Goldstein , David Howells , Neil Brown , Matthew Wilcox , Andreas Dilger , Theodore T'so , Chris Mason , Josef Bacik , David Sterba , Namjae Jeon , Steve French , Sergey Senozhatsky , Tom Talpey , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-mm@kvack.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org Date: Mon, 22 May 2023 06:08:56 -0400 In-Reply-To: <20230522095601.GH32559@twin.jikos.cz> References: <20230518114742.128950-1-jlayton@kernel.org> <20230518114742.128950-10-jlayton@kernel.org> <20230522095601.GH32559@twin.jikos.cz> Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1 (3.48.1-1.fc38) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, 2023-05-22 at 11:56 +0200, David Sterba wrote: > On Thu, May 18, 2023 at 07:47:42AM -0400, Jeff Layton wrote: > > Signed-off-by: Jeff Layton >=20 > Acked-by: David Sterba >=20 > Please add a brief description to the changelog too, there's a similar > text in the patches adding the infrastructure. Something like "Allow to > optimize lot of metadata updates by encoding the status in the cmtime. > The fine grained time is needed for NFS." Sure thing. Christian, do you want to just alter the changelog with David's suggestion, or would you rather I resend the series? Thanks, --=20 Jeff Layton