From: Boris Burkov <boris@bur.io>
To: linux-btrfs@vger.kernel.org, kernel-team@fb.com, fstests@vger.kernel.org
Subject: [PATCH 0/5] btrfs: simple quotas fstests
Date: Wed, 5 Jul 2023 16:42:22 -0700 [thread overview]
Message-ID: <cover.1688600422.git.boris@bur.io> (raw)
Add new tests (btrfs/400 for now, but intend to grab a real number
before the last version)
Also made modifications for passing existing qgroups tests when possible
and for passing all tests with simple quota enabled via mkfs and with
squota-aware `btrfs check`.
btrfs/400 depends on the kernel patchset:
https://lore.kernel.org/linux-btrfs/cover.1688597211.git.boris@bur.io/T/#t
and the btrfs-progs patchset:
https://lore.kernel.org/linux-btrfs/cover.1688599734.git.boris@bur.io/T/#t
(and config appropriate binaries to use squota-aware versions)
Boris Burkov (5):
btrfs/400: new test for simple quotas
common/btrfs: quota mode helpers
common/btrfs: quota rescan helpers
btrfs: use new rescan wrapper
btrfs: skip squota incompatible tests
common/btrfs | 68 +++++++
tests/btrfs/017 | 1 +
tests/btrfs/022 | 1 +
tests/btrfs/028 | 2 +-
tests/btrfs/057 | 1 +
tests/btrfs/091 | 3 +-
tests/btrfs/104 | 2 +-
tests/btrfs/123 | 2 +-
tests/btrfs/126 | 2 +-
tests/btrfs/139 | 2 +-
tests/btrfs/153 | 2 +-
tests/btrfs/171 | 6 +-
tests/btrfs/179 | 2 +-
tests/btrfs/180 | 2 +-
tests/btrfs/190 | 2 +-
tests/btrfs/193 | 2 +-
tests/btrfs/210 | 2 +-
tests/btrfs/224 | 6 +-
tests/btrfs/230 | 2 +-
tests/btrfs/232 | 2 +-
tests/btrfs/400 | 444 ++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/400.out | 2 +
22 files changed, 538 insertions(+), 20 deletions(-)
create mode 100755 tests/btrfs/400
create mode 100644 tests/btrfs/400.out
--
2.41.0
next reply other threads:[~2023-07-05 23:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-05 23:42 Boris Burkov [this message]
2023-07-05 23:42 ` [PATCH 1/5] btrfs/400: new test for simple quotas Boris Burkov
2023-09-22 15:40 ` Anand Jain
2023-09-22 15:50 ` Anand Jain
2023-09-27 17:57 ` Boris Burkov
2023-07-05 23:42 ` [PATCH 2/5] common/btrfs: quota mode helpers Boris Burkov
2023-09-22 16:34 ` Anand Jain
2023-07-05 23:42 ` [PATCH 3/5] common/btrfs: quota rescan helpers Boris Burkov
2023-07-13 20:30 ` Josef Bacik
2023-07-05 23:42 ` [PATCH 4/5] btrfs: use new rescan wrapper Boris Burkov
2023-07-05 23:42 ` [PATCH 5/5] btrfs: skip squota incompatible tests Boris Burkov
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.1688600422.git.boris@bur.io \
--to=boris@bur.io \
--cc=fstests@vger.kernel.org \
--cc=kernel-team@fb.com \
--cc=linux-btrfs@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.