linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
From: Jaegeuk Kim <jaegeuk@kernel.org>
To: Eric Biggers <ebiggers@kernel.org>
Cc: Theodore Ts'o <tytso@mit.edu>, linux-f2fs-devel@lists.sourceforge.net
Subject: Re: [f2fs-dev] [xfstests-bld PATCH] test_appliance: add f2fs/compress config
Date: Tue, 29 Nov 2022 08:51:51 -0800	[thread overview]
Message-ID: <Y4Y4p2wpB0SOaXmz@google.com> (raw)
In-Reply-To: <20221129073559.203528-1-ebiggers@kernel.org>

On 11/28, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> Add a f2fs/compress configuration which causes all files to be
> automatically compressed, similar to how f2fs/encrypt causes all files
> to be automatically encrypted.
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>

Acked-by: Jaegeuk Kim <jaegeuk@kernel.org>

Thanks, :)

> ---
>  test-appliance/files/root/fs/f2fs/cfg/all.list | 1 +
>  test-appliance/files/root/fs/f2fs/cfg/compress | 5 +++++
>  2 files changed, 6 insertions(+)
>  create mode 100644 test-appliance/files/root/fs/f2fs/cfg/compress
> 
> diff --git a/test-appliance/files/root/fs/f2fs/cfg/all.list b/test-appliance/files/root/fs/f2fs/cfg/all.list
> index bc796ff..90a7a36 100644
> --- a/test-appliance/files/root/fs/f2fs/cfg/all.list
> +++ b/test-appliance/files/root/fs/f2fs/cfg/all.list
> @@ -1,2 +1,3 @@
>  default
>  encrypt
> +compress
> diff --git a/test-appliance/files/root/fs/f2fs/cfg/compress b/test-appliance/files/root/fs/f2fs/cfg/compress
> new file mode 100644
> index 0000000..6f2b954
> --- /dev/null
> +++ b/test-appliance/files/root/fs/f2fs/cfg/compress
> @@ -0,0 +1,5 @@
> +SIZE=small
> +export MKFS_OPTIONS="-O compression,extra_attr"
> +export F2FS_MOUNT_OPTIONS="compress_extension=*"
> +REQUIRE_FEATURE=compression
> +TESTNAME="F2FS compression"
> -- 
> 2.38.1
> 
> 
> 
> _______________________________________________
> Linux-f2fs-devel mailing list
> Linux-f2fs-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

      reply	other threads:[~2022-11-29 16:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-29  7:35 [f2fs-dev] [xfstests-bld PATCH] test_appliance: add f2fs/compress config Eric Biggers
2022-11-29 16:51 ` Jaegeuk Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y4Y4p2wpB0SOaXmz@google.com \
    --to=jaegeuk@kernel.org \
    --cc=ebiggers@kernel.org \
    --cc=linux-f2fs-devel@lists.sourceforge.net \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).