(ml emailid fixed) Zorro, Please pull these small changes; they have been reviewed and tested. Thank you. The following changes since commit d862cf27d1b44de3e3d0b8380d22ef43b308ca32: generic/530: only use xfs-specific mkfs options when testing on xfs (2024-12-19 18:18:47 +0800) are available in the Git repository at: https://github.com/asj/fstests.git staged-20250109 for you to fetch changes up to 73e44e1ba7bf072a9e4f77bc3ac6a60eebe0102a: btrfs: test cycle mounting a filesystem right after enabling simple quotas (2025-01-09 11:00:37 +0800) ---------------------------------------------------------------- Filipe Manana (1): btrfs: test cycle mounting a filesystem right after enabling simple quotas Mark Harmstone (2): configure: use pkg-config to find liburing btrfs: add test for encoded reads Qu Wenruo (1): btrfs/326: update _fixed_by_kernel_commit .gitignore | 2 + VERSION | 8 +- common/btrfs | 32 ++++++ m4/package_globals.m4 | 4 +- m4/package_liburing.m4 | 8 +- release.sh | 2 +- src/Makefile | 1 + src/btrfs_encoded_read.c | 195 +++++++++++++++++++++++++++++++++ src/btrfs_encoded_write.c | 226 ++++++++++++++++++++++++++++++++++++++ src/feature.c | 4 +- src/vfs/idmapped-mounts.c | 6 +- src/vfs/idmapped-mounts.h | 2 +- src/vfs/tmpfs-idmapped-mounts.c | 6 +- src/vfs/utils.c | 4 +- src/vfs/utils.h | 6 +- src/vfs/vfstest.c | 6 +- tests/btrfs/326 | 7 +- tests/btrfs/328 | 31 ++++++ tests/btrfs/328.out | 2 + tests/btrfs/333 | 233 ++++++++++++++++++++++++++++++++++++++++ tests/btrfs/333.out | 2 + 21 files changed, 761 insertions(+), 26 deletions(-) create mode 100644 src/btrfs_encoded_read.c create mode 100644 src/btrfs_encoded_write.c create mode 100755 tests/btrfs/328 create mode 100644 tests/btrfs/328.out create mode 100755 tests/btrfs/333 create mode 100644 tests/btrfs/333.out