mbox series

[GIT,PULL] fstests: btrfs changes for for-next v2023.09.03

Message ID 2a2f6e34-980b-2c11-bb07-95e0222f3140@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] fstests: btrfs changes for for-next v2023.09.03 | expand

Pull-request

https://github.com/asj/fstests.git for-next

Message

Anand Jain Sept. 17, 2023, 2:16 p.m. UTC
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(-)

Comments

Zorro Lang Sept. 18, 2023, 5:08 a.m. UTC | #1
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(-)
>
Anand Jain Sept. 18, 2023, 7:07 a.m. UTC | #2
> [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