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 E1CCAC433F5 for ; Tue, 15 Mar 2022 17:42:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350222AbiCORn4 (ORCPT ); Tue, 15 Mar 2022 13:43:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346789AbiCORny (ORCPT ); Tue, 15 Mar 2022 13:43:54 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 990DA58E76; Tue, 15 Mar 2022 10:42:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=rHAQfd7cRwkz10qwPdHw3mB9SrDXxAH5OuCmqTG1YJQ=; b=vZfoOUjhy/Q0fRDq/RQsU4hKsv oBPwho0CUYG49MBJKmH9/2sTilldZWScG9j4DqSmU009OxGpZYAfR3Ci8Hz/j6zF2D+UFnfg+SN/3 RngOEJ/IIvRjMlSG9PMtvnYlpJ+2JUqiCgxSz7F6v2pzUgTSVGeAFK252AfwYer3ymPYds1yyRSKc Y/lnu+BT3sueW7ICWhUGS86aTSVfsI5QM0HOMPm8vUswt6P4ROP9MzqR9IatlfOWrJQf4cdppWj6R mH1q0t1ExXpmqG4W92sI7RfWDqMhACbuzqRLKaEjd1VaCFK2v8jTCwelTNRzrinUVJAeHj2I5ArTM 2pR51xQg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nUBBq-00A5z6-3B; Tue, 15 Mar 2022 17:42:34 +0000 Date: Tue, 15 Mar 2022 10:42:34 -0700 From: Luis Chamberlain To: Josef Bacik Cc: David Sterba , Theodore Ts'o , Greg KH , Amir Goldstein , Sasha Levin , lsf-pc , linux-btrfs@vger.kernel.org, linux-fsdevel , Jan Kara , "Darrick J. Wong" , Matthew Wilcox , Goldwyn Rodrigues , Pankaj Raghav , Javier =?iso-8859-1?Q?Gonz=E1lez?= , Damien Le Moal , Johannes Thumshirn , Chaitanya Kulkarni , Adam Manzanares , kanchan Joshi , Pankaj Raghav , Kanchan Joshi Subject: Re: btrfs profiles to test was: (Re: [LSF/MM TOPIC] FS, MM, and stable trees) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Mar 15, 2022 at 10:23:53AM -0400, Josef Bacik wrote: > On Mon, Mar 14, 2022 at 03:45:28PM -0700, Luis Chamberlain wrote: > > On Fri, Mar 11, 2022 at 06:07:21PM -0800, Luis Chamberlain wrote: > > > On Thu, Mar 10, 2022 at 01:51:22PM -0500, Josef Bacik wrote: > > > > [root@fedora-rawhide ~]# cat /xfstests-dev/local.config > > > > [btrfs_normal_freespacetree] > > > > [btrfs_compress_freespacetree] > > > > [btrfs_normal] > > > > [btrfs_compression] > > > > [kdave] > > > > [btrfs_normal_noholes] > > > > [btrfs_compress_noholes] > > > > [btrfs_noholes_freespacetree] > > > > > > + linux-btrfs and zone folks. > > > > > > The name needs to be: $FS_$FANCY_SINGLE_SPACED_NAME > > > > Actually using_underscores_is_fine for the hostnames so we can keep > > your original except kdave :) and that just gets mapped to btrfs_kdave > > for now until you guys figure out what to call it. > > > > Lol you didn't need to save the name, I just threw that in there because Sterba > wanted me to test something specific for some patch and I just never deleted it. Heh, I figured, I just didn't know what the hell to name that. > > Likewise it would be useful if someone goees through these and gives me > > hints as to the kernel revision that supports such config, so that if > > testing on stable for instance or an older kernel, then the kconfig > > option for them does not appear. > > > > I'm cloning this stuff and doing it now, I got fed up trying to find the > performance difference between virtme and libvirt. If your shit gives me the > right performance and makes it so I don't have to think then I'll be happy > enough to use it. Thanks, Groovy. Luis