* [GIT PULL] fstests: btrfs changes for for-next v2023.09.03
@ 2023-09-17 14:16 Anand Jain
2023-09-18 5:08 ` Zorro Lang
0 siblings, 1 reply; 3+ messages in thread
From: Anand Jain @ 2023-09-17 14:16 UTC (permalink / raw)
To: zlang; +Cc: fstests, Linux BTRFS Development, anand.jain
These four patches are ready to be included in your for-next branch.
I've consolidated them here for your git pull.
Thanks, Anand
------------------------------------------------------------
The following changes since commit 2848174358e542de0ad18c42cd79f7208ae93711:
xfs/559: adapt to kernels that use large folios for writes
(2023-09-02 13:54:38 +0800)
are available in the Git repository at:
https://github.com/asj/fstests.git for-next
for you to fetch changes up to 964d3327d3954ed589bf4a2f8c86302bbb37acf9:
fstests: btrfs/185 update for single device pseudo device-scan
(2023-09-17 21:20:53 +0800)
----------------------------------------------------------------
Anand Jain (4):
fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable
fstests: btrfs add more tests into the scrub group
fstests: use btrfs check repair for repairing btrfs filesystems
fstests: btrfs/185 update for single device pseudo device-scan
common/rc | 16 ++++++++++++++++
tests/btrfs/011 | 2 +-
tests/btrfs/027 | 2 +-
tests/btrfs/060 | 2 +-
tests/btrfs/062 | 2 +-
tests/btrfs/063 | 2 +-
tests/btrfs/064 | 2 +-
tests/btrfs/065 | 2 +-
tests/btrfs/067 | 2 +-
tests/btrfs/068 | 2 +-
tests/btrfs/070 | 2 +-
tests/btrfs/071 | 2 +-
tests/btrfs/074 | 2 +-
tests/btrfs/148 | 2 +-
tests/btrfs/185 | 5 +++--
tests/btrfs/195 | 2 +-
tests/btrfs/261 | 6 ++++--
17 files changed, 37 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2023.09.03
2023-09-17 14:16 [GIT PULL] fstests: btrfs changes for for-next v2023.09.03 Anand Jain
@ 2023-09-18 5:08 ` Zorro Lang
2023-09-18 7:07 ` Anand Jain
0 siblings, 1 reply; 3+ messages in thread
From: Zorro Lang @ 2023-09-18 5:08 UTC (permalink / raw)
To: Anand Jain; +Cc: zlang, fstests, Linux BTRFS Development
On Sun, Sep 17, 2023 at 10:16:08PM +0800, Anand Jain wrote:
>
> These four patches are ready to be included in your for-next branch. I've
> consolidated them here for your git pull.
>
> Thanks, Anand
>
>
> ------------------------------------------------------------
> The following changes since commit 2848174358e542de0ad18c42cd79f7208ae93711:
>
> xfs/559: adapt to kernels that use large folios for writes (2023-09-02
> 13:54:38 +0800)
>
> are available in the Git repository at:
>
> https://github.com/asj/fstests.git for-next
>
> for you to fetch changes up to 964d3327d3954ed589bf4a2f8c86302bbb37acf9:
>
> fstests: btrfs/185 update for single device pseudo device-scan (2023-09-17
> 21:20:53 +0800)
>
> ----------------------------------------------------------------
> Anand Jain (4):
> fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable
> fstests: btrfs add more tests into the scrub group
> fstests: use btrfs check repair for repairing btrfs filesystems
> fstests: btrfs/185 update for single device pseudo device-scan
Hi Anand,
Thanks Anand, actually I've merged these patches in my local branch [1]. I
planned to push them last Sunday, but something blocked that. These un-pushed
commits list as [1], feel free to tell me if I missed some btrfs patches. I'll
push them soon.
There're several btrfs related patches are pending as [2], if you'd like, feel
free to review them, especially the btrfs new feature testing, hope to get review
from btrfs side at first :)
Thanks,
Zorro
[1]
5bc43d67 (HEAD -> rh-for-next, redhat/rh-for-next) btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit
38b7cb72 btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit
6540ed24 btrfs/076: support smaller extent size limit
49abf950 fstests: btrfs add more tests into the scrub group
7ae7bcb1 common/rc: make _get_max_file_size find file size on mount point
0e2055b4 tools/mvtest: ensure testcase is executable (755)
39551b4d fstests: btrfs/185 update for single device pseudo device-scan
253f54c0 overlay: add test for persistent unique fsid
04bbac00 xfs/270: actually test log recovery with unknown rocompat features
75adb8f7 xfs/270: actually test file readability
8abf8a20 fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable
2da0d269 fstests: use btrfs check repair for repairing btrfs filesystems
[2]
[PATCH] generic: test new directory entries are returned after rewinding directory
[PATCH 0/5] btrfs: simple quotas fstests
[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
>
> common/rc | 16 ++++++++++++++++
> tests/btrfs/011 | 2 +-
> tests/btrfs/027 | 2 +-
> tests/btrfs/060 | 2 +-
> tests/btrfs/062 | 2 +-
> tests/btrfs/063 | 2 +-
> tests/btrfs/064 | 2 +-
> tests/btrfs/065 | 2 +-
> tests/btrfs/067 | 2 +-
> tests/btrfs/068 | 2 +-
> tests/btrfs/070 | 2 +-
> tests/btrfs/071 | 2 +-
> tests/btrfs/074 | 2 +-
> tests/btrfs/148 | 2 +-
> tests/btrfs/185 | 5 +++--
> tests/btrfs/195 | 2 +-
> tests/btrfs/261 | 6 ++++--
> 17 files changed, 37 insertions(+), 18 deletions(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2023.09.03
2023-09-18 5:08 ` Zorro Lang
@ 2023-09-18 7:07 ` Anand Jain
0 siblings, 0 replies; 3+ messages in thread
From: Anand Jain @ 2023-09-18 7:07 UTC (permalink / raw)
To: Zorro Lang; +Cc: zlang, fstests, Linux BTRFS Development
> [1]
> 5bc43d67 (HEAD -> rh-for-next, redhat/rh-for-next) btrfs: add missing commit ids for a few tests using _fixed_by_kernel_commit
> 38b7cb72 btrfs/076: use _fixed_by_kernel_commit to tell the fixing kernel commit
> 6540ed24 btrfs/076: support smaller extent size limit
> 49abf950 fstests: btrfs add more tests into the scrub group
> 7ae7bcb1 common/rc: make _get_max_file_size find file size on mount point
> 0e2055b4 tools/mvtest: ensure testcase is executable (755)
> 39551b4d fstests: btrfs/185 update for single device pseudo device-scan
> 253f54c0 overlay: add test for persistent unique fsid
> 04bbac00 xfs/270: actually test log recovery with unknown rocompat features
> 75adb8f7 xfs/270: actually test file readability
> 8abf8a20 fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable
> 2da0d269 fstests: use btrfs check repair for repairing btrfs filesystems
>
The btrfs patches in the list looks complete to me for now. Thanks.
> [2]
> [PATCH] generic: test new directory entries are returned after rewinding directory
> [PATCH 0/5] btrfs: simple quotas fstests
> [RFC PATCH v3 0/9] fstests: add btrfs encryption testing
Yeah, I'm planning to have them for the local tests. So I'll take care
of them.
Also, I've included "[PATCH v3] btrfs: Add a test for the temp-fsid
feature."
Thanks. Anand
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-18 7:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 14:16 [GIT PULL] fstests: btrfs changes for for-next v2023.09.03 Anand Jain
2023-09-18 5:08 ` Zorro Lang
2023-09-18 7:07 ` Anand Jain
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).