* [GIT PULL] fstests: btrfs changes for for-next v2024.03.08
@ 2024-03-08 14:45 Anand Jain
2024-03-10 9:40 ` Zorro Lang
2024-03-10 17:08 ` Filipe Manana
0 siblings, 2 replies; 4+ messages in thread
From: Anand Jain @ 2024-03-08 14:45 UTC (permalink / raw)
To: zlang; +Cc: fstests, linux-btrfs
Zorro,
Please pull this branch containing bug fixes.
This changes are based on your branch for-next as below.
Thank you.
The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
are available in the Git repository at:
https://github.com/asj/fstests.git staged-20240308
for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
----------------------------------------------------------------
Anand Jain (1):
common/rc: specify required device size
Filipe Manana (1):
btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
Josef Bacik (8):
btrfs/011: increase the runtime for replace cancel
btrfs/012: adjust how we populate the fs to convert
btrfs/131: don't run with subpage blocksizes
btrfs/213: make the test more reliable
btrfs/271: adjust failure condition
btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
btrfs/291: remove image file after teardown
btrfs: test normal qgroup operations in a compress friendly way
check | 6 ---
common/btrfs | 2 +-
common/rc | 9 ++++-
tests/btrfs/011 | 9 ++++-
tests/btrfs/012 | 14 ++++---
tests/btrfs/022 | 86 ++---------------------------------------
tests/btrfs/131 | 4 ++
tests/btrfs/213 | 20 +++++-----
tests/btrfs/271 | 11 +++---
tests/btrfs/287 | 4 +-
tests/btrfs/287.out | 2 +-
tests/btrfs/291 | 2 +-
tests/btrfs/293 | 6 +--
tests/btrfs/293.out | 4 +-
tests/btrfs/320 | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/320.out | 2 +
16 files changed, 164 insertions(+), 124 deletions(-)
create mode 100755 tests/btrfs/320
create mode 100644 tests/btrfs/320.out
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.03.08
2024-03-08 14:45 [GIT PULL] fstests: btrfs changes for for-next v2024.03.08 Anand Jain
@ 2024-03-10 9:40 ` Zorro Lang
2024-03-10 17:08 ` Filipe Manana
1 sibling, 0 replies; 4+ messages in thread
From: Zorro Lang @ 2024-03-10 9:40 UTC (permalink / raw)
To: Anand Jain; +Cc: fstests, linux-btrfs
On Fri, Mar 08, 2024 at 08:15:32PM +0530, Anand Jain wrote:
> Zorro,
>
> Please pull this branch containing bug fixes.
> This changes are based on your branch for-next as below.
>
> Thank you.
>
> The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
>
> btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
>
> are available in the Git repository at:
>
> https://github.com/asj/fstests.git staged-20240308
Thanks Anand, merged into patches-in-queue branch. Will be in next release (might
be 03.17. I need to test some patches, and wait for some patches together :).
Thanks,
Zorro
>
> for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
>
> btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
>
> ----------------------------------------------------------------
> Anand Jain (1):
> common/rc: specify required device size
>
> Filipe Manana (1):
> btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
>
> Josef Bacik (8):
> btrfs/011: increase the runtime for replace cancel
> btrfs/012: adjust how we populate the fs to convert
> btrfs/131: don't run with subpage blocksizes
> btrfs/213: make the test more reliable
> btrfs/271: adjust failure condition
> btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
> btrfs/291: remove image file after teardown
> btrfs: test normal qgroup operations in a compress friendly way
>
> check | 6 ---
> common/btrfs | 2 +-
> common/rc | 9 ++++-
> tests/btrfs/011 | 9 ++++-
> tests/btrfs/012 | 14 ++++---
> tests/btrfs/022 | 86 ++---------------------------------------
> tests/btrfs/131 | 4 ++
> tests/btrfs/213 | 20 +++++-----
> tests/btrfs/271 | 11 +++---
> tests/btrfs/287 | 4 +-
> tests/btrfs/287.out | 2 +-
> tests/btrfs/291 | 2 +-
> tests/btrfs/293 | 6 +--
> tests/btrfs/293.out | 4 +-
> tests/btrfs/320 | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> tests/btrfs/320.out | 2 +
> 16 files changed, 164 insertions(+), 124 deletions(-)
> create mode 100755 tests/btrfs/320
> create mode 100644 tests/btrfs/320.out
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.03.08
2024-03-08 14:45 [GIT PULL] fstests: btrfs changes for for-next v2024.03.08 Anand Jain
2024-03-10 9:40 ` Zorro Lang
@ 2024-03-10 17:08 ` Filipe Manana
2024-03-11 2:01 ` Anand Jain
1 sibling, 1 reply; 4+ messages in thread
From: Filipe Manana @ 2024-03-10 17:08 UTC (permalink / raw)
To: Anand Jain; +Cc: zlang, fstests, linux-btrfs
On Fri, Mar 8, 2024 at 2:46 PM Anand Jain <anand.jain@oracle.com> wrote:
>
> Zorro,
>
> Please pull this branch containing bug fixes.
> This changes are based on your branch for-next as below.
>
> Thank you.
>
> The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
>
> btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
>
> are available in the Git repository at:
>
> https://github.com/asj/fstests.git staged-20240308
>
> for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
>
> btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
>
> ----------------------------------------------------------------
> Anand Jain (1):
> common/rc: specify required device size
>
> Filipe Manana (1):
> btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
David's review tag is missing for that patch btw (and it came before
your review and cherry pick):
https://lore.kernel.org/fstests/20240307095908.34913ff0@echidna/
>
> Josef Bacik (8):
> btrfs/011: increase the runtime for replace cancel
> btrfs/012: adjust how we populate the fs to convert
> btrfs/131: don't run with subpage blocksizes
> btrfs/213: make the test more reliable
> btrfs/271: adjust failure condition
> btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
> btrfs/291: remove image file after teardown
> btrfs: test normal qgroup operations in a compress friendly way
>
> check | 6 ---
> common/btrfs | 2 +-
> common/rc | 9 ++++-
> tests/btrfs/011 | 9 ++++-
> tests/btrfs/012 | 14 ++++---
> tests/btrfs/022 | 86 ++---------------------------------------
> tests/btrfs/131 | 4 ++
> tests/btrfs/213 | 20 +++++-----
> tests/btrfs/271 | 11 +++---
> tests/btrfs/287 | 4 +-
> tests/btrfs/287.out | 2 +-
> tests/btrfs/291 | 2 +-
> tests/btrfs/293 | 6 +--
> tests/btrfs/293.out | 4 +-
> tests/btrfs/320 | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> tests/btrfs/320.out | 2 +
> 16 files changed, 164 insertions(+), 124 deletions(-)
> create mode 100755 tests/btrfs/320
> create mode 100644 tests/btrfs/320.out
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.03.08
2024-03-10 17:08 ` Filipe Manana
@ 2024-03-11 2:01 ` Anand Jain
0 siblings, 0 replies; 4+ messages in thread
From: Anand Jain @ 2024-03-11 2:01 UTC (permalink / raw)
To: zlang; +Cc: fstests, linux-btrfs, Filipe Manana
On 3/10/24 22:38, Filipe Manana wrote:
> On Fri, Mar 8, 2024 at 2:46 PM Anand Jain <anand.jain@oracle.com> wrote:
>>
>> Zorro,
>>
>> Please pull this branch containing bug fixes.
>> This changes are based on your branch for-next as below.
>>
>> Thank you.
>>
>> The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
>>
>> btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
>>
>> are available in the Git repository at:
>>
>> https://github.com/asj/fstests.git staged-20240308
>>
>> for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
>>
>> btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
>>
>> ----------------------------------------------------------------
>> Anand Jain (1):
>> common/rc: specify required device size
>>
>> Filipe Manana (1):
>> btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
>
> David's review tag is missing for that patch btw (and it came before
> your review and cherry pick):
>
> https://lore.kernel.org/fstests/20240307095908.34913ff0@echidna/
>
Filipe, thanks for verifying.
Zorro, would you mind adding
"Reviewed-by: David Disseldorp ddiss@suse.de"
to the patch while it's still in your patches-in-queue branch?
Thanks, Anand
>>
>> Josef Bacik (8):
>> btrfs/011: increase the runtime for replace cancel
>> btrfs/012: adjust how we populate the fs to convert
>> btrfs/131: don't run with subpage blocksizes
>> btrfs/213: make the test more reliable
>> btrfs/271: adjust failure condition
>> btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
>> btrfs/291: remove image file after teardown
>> btrfs: test normal qgroup operations in a compress friendly way
>>
>> check | 6 ---
>> common/btrfs | 2 +-
>> common/rc | 9 ++++-
>> tests/btrfs/011 | 9 ++++-
>> tests/btrfs/012 | 14 ++++---
>> tests/btrfs/022 | 86 ++---------------------------------------
>> tests/btrfs/131 | 4 ++
>> tests/btrfs/213 | 20 +++++-----
>> tests/btrfs/271 | 11 +++---
>> tests/btrfs/287 | 4 +-
>> tests/btrfs/287.out | 2 +-
>> tests/btrfs/291 | 2 +-
>> tests/btrfs/293 | 6 +--
>> tests/btrfs/293.out | 4 +-
>> tests/btrfs/320 | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>> tests/btrfs/320.out | 2 +
>> 16 files changed, 164 insertions(+), 124 deletions(-)
>> create mode 100755 tests/btrfs/320
>> create mode 100644 tests/btrfs/320.out
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-11 2:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08 14:45 [GIT PULL] fstests: btrfs changes for for-next v2024.03.08 Anand Jain
2024-03-10 9:40 ` Zorro Lang
2024-03-10 17:08 ` Filipe Manana
2024-03-11 2:01 ` Anand Jain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox