Zorro,
These patches have undergone testing and are now prepared for merging,
based on your for-next branch.
The following changes since commit 2fddeb5c79ff16bf37e1f1d809bd94b360c27801:
btrfs/287: filter snapshot IDs to avoid failures when using some
features (2023-09-23 22:13:11 +0800)
are available in the Git repository at:
https://github.com/asj/fstests.git staged-20231005
for you to fetch changes up to 9750f8d42560a459c89071c6a0bd68bdb467fa49:
btrfs/295: skip on zoned device as we cannot corrupt it directly
(2023-10-05 17:37:39 +0800)
----------------------------------------------------------------
Anand Jain (1):
btrfs test scan but not register the single device fs
Boris Burkov (6):
common: refactor sysfs_attr functions
btrfs: quota mode helpers
btrfs/301: new test for simple quotas
btrfs: quota rescan helpers
btrfs: use new rescan wrapper
btrfs: skip squota incompatible tests
Filipe Manana (2):
fstests: redirect fsstress' stdout to $seqres.full instead of
/dev/null
btrfs/192: use append operator to output log replay results to
$seqres.full
Naohiro Aota (3):
btrfs/283: skip if we cannot write into one extent
btrfs/076: fix file_size variable
btrfs/295: skip on zoned device as we cannot corrupt it directly
common/btrfs | 64 ++++++++++++++++
common/rc | 127 ++++++++++++++++++++-----------
tests/btrfs/017 | 1 +
tests/btrfs/022 | 1 +
tests/btrfs/028 | 4 +-
tests/btrfs/049 | 2 +-
tests/btrfs/057 | 1 +
tests/btrfs/060 | 2 +-
tests/btrfs/061 | 2 +-
tests/btrfs/062 | 2 +-
tests/btrfs/063 | 2 +-
tests/btrfs/064 | 2 +-
tests/btrfs/065 | 2 +-
tests/btrfs/066 | 2 +-
tests/btrfs/067 | 2 +-
tests/btrfs/068 | 2 +-
tests/btrfs/069 | 2 +-
tests/btrfs/070 | 2 +-
tests/btrfs/071 | 2 +-
tests/btrfs/072 | 2 +-
tests/btrfs/073 | 2 +-
tests/btrfs/074 | 2 +-
tests/btrfs/076 | 2 +-
tests/btrfs/091 | 3 +-
tests/btrfs/104 | 2 +-
tests/btrfs/123 | 2 +-
tests/btrfs/126 | 2 +-
tests/btrfs/136 | 2 +-
tests/btrfs/139 | 2 +-
tests/btrfs/153 | 2 +-
tests/btrfs/171 | 6 +-
tests/btrfs/179 | 2 +-
tests/btrfs/180 | 2 +-
tests/btrfs/190 | 2 +-
tests/btrfs/192 | 4 +-
tests/btrfs/193 | 2 +-
tests/btrfs/210 | 2 +-
tests/btrfs/224 | 6 +-
tests/btrfs/230 | 2 +-
tests/btrfs/232 | 4 +-
tests/btrfs/261 | 2 +-
tests/btrfs/283 | 8 ++
tests/btrfs/286 | 2 +-
tests/btrfs/295 | 2 +
tests/btrfs/298 | 53 +++++++++++++
tests/btrfs/298.out | 2 +
tests/btrfs/301 | 444
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/btrfs/301.out | 18 +++++
tests/ext4/057 | 2 +-
tests/ext4/307 | 2 +-
tests/generic/068 | 2 +-
tests/generic/269 | 2 +-
tests/generic/409 | 2 +-
tests/generic/410 | 2 +-
tests/generic/411 | 2 +-
tests/generic/589 | 2 +-
tests/xfs/051 | 2 +-
tests/xfs/057 | 2 +-
tests/xfs/297 | 2 +-
tests/xfs/305 | 2 +-
tests/xfs/538 | 2 +-
61 files changed, 734 insertions(+), 102 deletions(-)
create mode 100755 tests/btrfs/298
create mode 100644 tests/btrfs/298.out
create mode 100755 tests/btrfs/301
create mode 100644 tests/btrfs/301.out