From: Ritesh Harjani <riteshh@linux.ibm.com>
To: "Theodore Ts'o" <tytso@mit.edu>
Cc: fstests@vger.kernel.org, linux-ext4@vger.kernel.org,
Ritesh Harjani <riteshh@linux.ibm.com>
Subject: [PATCH 0/9] kvmxfstests: Add 64K related configs for Power
Date: Fri, 18 Jun 2021 16:39:51 +0530 [thread overview]
Message-ID: <cover.1624007533.git.riteshh@linux.ibm.com> (raw)
Hello,
These patches adds and/or fixes configs for 64K blocksize/pagesize related
platform (e.g. Power). This series adds some new configs for btrfs and 64K
related configs for ext4/xfs/btrfs.
There are also some fixes related to dax and related to SCRATCH_DEV_POOL
env variable is used by btrfs.
Then the last patch adds some extra packages which many a times are useful while
manual debugging/testing.
Reason for ccing fstests:-
=========================
In past I saw kvmxfstests patches going via fstests. One other reason
for sending it via fstests was to get a feedback on the btrfs & XFS configs.
We have started using kvmxfstests for filesystem testing of ext4/XFS/btrfs on
Power platform and are planning to scale it further to tests weekly upstream
releases too. Thus if there are any suggestions around other configs (mainly for
btrfs and/or XFS) which must (good to include) be tested as part of filesystem
testing, then I will be happy to add those into kvmxfstests suite configs.
For e.g. look at different ext4 configs [1].
[1]: https://github.com/tytso/xfstests-bld/tree/master/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg
Ritesh Harjani (9):
ext4/cfg/dax: Fix for 64K pagesize platform
ext4/cfg/64K: Add a 64K related config file
ext4/cfg/fast_commit: Add explicit 4k bs option
ext4/cfg/fast_commit_64K: Add a config file to test fast_commit with 64K bs
xfs/cfg/dax: Fix this config to work on 64K pagesize platform too
xfs/cfg/64K: Add a config file with 64K blocksize
btrfs/cfg: Add 4k and 64k related configs
runtests.sh: Fix when SCRATCH_DEV_POOL is passed
xfstests-packages: Add some more packages.
kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k | 5 +++++
kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k | 5 +++++
kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/64k | 4 ++++
kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/dax | 4 ++--
.../test-appliance/files/root/fs/ext4/cfg/fast_commit | 2 +-
.../test-appliance/files/root/fs/ext4/cfg/fast_commit_64k | 4 ++++
kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k | 3 +++
kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/dax | 2 +-
kvm-xfstests/test-appliance/files/root/runtests.sh | 6 ++++++
kvm-xfstests/test-appliance/xfstests-packages | 4 ++++
10 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/4k
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/btrfs/cfg/64k
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/64k
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/fast_commit_64k
create mode 100644 kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k
--
2.31.1
next reply other threads:[~2021-06-18 11:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-18 11:09 Ritesh Harjani [this message]
2021-06-18 11:09 ` [PATCH 1/9] ext4/cfg/dax: Fix for 64K pagesize platform Ritesh Harjani
2021-06-18 11:09 ` [PATCH 2/9] ext4/cfg/64K: Add a 64K related config file Ritesh Harjani
2021-06-18 11:09 ` [PATCH 3/9] ext4/cfg/fast_commit: Add explicit 4k bs option Ritesh Harjani
2021-06-18 11:09 ` [PATCH 4/9] ext4/cfg/fast_commit_64K: Add a config file to test fast_commit with 64K bs Ritesh Harjani
2021-06-18 11:09 ` [PATCH 5/9] xfs/cfg/dax: Fix this config to work on 64K pagesize platform too Ritesh Harjani
2021-06-18 11:09 ` [PATCH 6/9] xfs/cfg/64K: Add a config file with 64K blocksize Ritesh Harjani
2021-06-18 11:09 ` [PATCH 7/9] btrfs/cfg: Add 4k and 64k related configs Ritesh Harjani
2021-06-18 11:09 ` [PATCH 8/9] runtests.sh: Fix when SCRATCH_DEV_POOL is passed Ritesh Harjani
2021-06-18 11:10 ` [PATCH 9/9] xfstests-packages: Add some more packages Ritesh Harjani
2021-07-01 20:56 ` [PATCH 0/9] kvmxfstests: Add 64K related configs for Power Theodore Ts'o
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=cover.1624007533.git.riteshh@linux.ibm.com \
--to=riteshh@linux.ibm.com \
--cc=fstests@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--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).