Message ID | cover.1710871719.git.dsterba@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | Btrfs fstests fixups and updates | expand |
On 3/19/24 23:41, David Sterba wrote: > Hi, > > a few more fixup from our repository. They have been in our CI branch > and consider them tested and working for our needs. All of them are > btrfs-specific and will not affect other filesystems. > > Please apply, thanks. > > David Sterba (2): > common/rc: use proper temporary file path in _repair_test_fs() > generic/733: disable for btrfs > > Josef Bacik (3): > common/verity: use the correct options for btrfs-corrupt-block > btrfs/131,btrfs/172,btrfs/206: add check for block-group-tree feature > in btrfs > btrfs/330: add test to validate ro/rw subvol mounting > Which repo base is this from? Fails to apply without conflicts. Thanks, Anand > common/btrfs | 10 +++++++++ > common/rc | 4 ++-- > common/verity | 2 +- > tests/btrfs/131 | 2 ++ > tests/btrfs/172 | 3 +++ > tests/btrfs/206 | 3 +++ > tests/btrfs/330 | 54 +++++++++++++++++++++++++++++++++++++++++++++ > tests/btrfs/330.out | 6 +++++ > tests/generic/733 | 2 +- > 9 files changed, 82 insertions(+), 4 deletions(-) > create mode 100755 tests/btrfs/330 > create mode 100644 tests/btrfs/330.out >
On Wed, Mar 20, 2024 at 03:19:12PM +0530, Anand Jain wrote: > On 3/19/24 23:41, David Sterba wrote: > > Hi, > > > > a few more fixup from our repository. They have been in our CI branch > > and consider them tested and working for our needs. All of them are > > btrfs-specific and will not affect other filesystems. > > > > Please apply, thanks. > > > > David Sterba (2): > > common/rc: use proper temporary file path in _repair_test_fs() > > generic/733: disable for btrfs > > > > Josef Bacik (3): > > common/verity: use the correct options for btrfs-corrupt-block > > btrfs/131,btrfs/172,btrfs/206: add check for block-group-tree feature > > in btrfs > > btrfs/330: add test to validate ro/rw subvol mounting > > > > Which repo base is this from? Fails to apply without conflicts. I used for-next (ec5b77f70e602b2312) as a base as it was most up to date, unlike patches-in-queue.
On 3/19/24 23:41, David Sterba wrote: > Hi, > > a few more fixup from our repository. They have been in our CI branch > and consider them tested and working for our needs. All of them are > btrfs-specific and will not affect other filesystems. > > Please apply, thanks. > > David Sterba (2): > common/rc: use proper temporary file path in _repair_test_fs() Except for these two patches, the rest have been applied for the PR. { > generic/733: disable for btrfs > Josef Bacik (3): > common/verity: use the correct options for btrfs-corrupt-block} Thanks, Anand > btrfs/131,btrfs/172,btrfs/206: add check for block-group-tree feature > in btrfs > btrfs/330: add test to validate ro/rw subvol mounting > > common/btrfs | 10 +++++++++ > common/rc | 4 ++-- > common/verity | 2 +- > tests/btrfs/131 | 2 ++ > tests/btrfs/172 | 3 +++ > tests/btrfs/206 | 3 +++ > tests/btrfs/330 | 54 +++++++++++++++++++++++++++++++++++++++++++++ > tests/btrfs/330.out | 6 +++++ > tests/generic/733 | 2 +- > 9 files changed, 82 insertions(+), 4 deletions(-) > create mode 100755 tests/btrfs/330 > create mode 100644 tests/btrfs/330.out >