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 E8D10C7618E for ; Fri, 21 Apr 2023 12:59:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232135AbjDUM67 (ORCPT ); Fri, 21 Apr 2023 08:58:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231576AbjDUM66 (ORCPT ); Fri, 21 Apr 2023 08:58:58 -0400 Received: from box.fidei.email (box.fidei.email [71.19.144.250]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 649AA139 for ; Fri, 21 Apr 2023 05:58:57 -0700 (PDT) Received: from authenticated-user (box.fidei.email [71.19.144.250]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by box.fidei.email (Postfix) with ESMTPSA id D064080858; Fri, 21 Apr 2023 08:58:55 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dorminy.me; s=mail; t=1682081936; bh=zqW0ty3H+D8imlaKqAAzIONU39Ijr4o2QlLWUZtkGG4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=iDjlOoBulEoIIJ+TAq8wZsn6dMARB8no/NPsetd71fUG7J6jN9T8tpbVrrloziDlZ 7G9+e4zhBEurregi0qyHG90MMdFJIL4cINYemY3DqpTi6lXi6TT6J9m1O3eG5SHwCA YpJl3wPP6oDUUZef8Xejx6EKiqmLvQdbf7Mkw3lUSEeP/3xVBMvRX+dvYPdtyvc9Oa E3dFBEmyrh34gF75EKtLXj0KnnTtTts+AjGmv+c2EpnhZLfIb2z+Got1bxoE9JxjeY hZItBZKxUASZRsGXHc3CzINPT+WN8sxCdC1nEcgRWX3hnD4EWhuipCSWpnyfmIEdeD AlTQfZFAEGbTQ== Message-ID: <9472eb7d-9daa-54c0-2d33-740edf509542@dorminy.me> Date: Fri, 21 Apr 2023 08:58:54 -0400 MIME-Version: 1.0 Subject: Re: [PATCH] btrfs: don't commit transaction for every subvol create Content-Language: en-US To: dsterba@suse.cz Cc: Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org, kernel-team@meta.com References: <61e8946ae040075ce2fe378e39b500c4ac97e8a3.1681151504.git.sweettea-kernel@dorminy.me> <20230417184635.GL19619@twin.jikos.cz> From: Sweet Tea Dorminy In-Reply-To: <20230417184635.GL19619@twin.jikos.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org > > So I think it's safe and allows the use case of creating many subvolumes > without the full transaction commit overhead. And we don't need the > commandline options. Added to misc-next, thanks. Just to check, have you pushed misc-next containing this to github? I can't find it in git log. Thanks!