Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git have just been updated. The most notable change is the DAX patchset from Xiao Yang, which update & add new tests to test the new DAX mount behavior. Many thanks to Xiao Yang for the patchset, and to Ira Weiny and Darrick J. Wong for reviewing the patches! There're also some xfs quota related fixes to work with the new kernel & xfsprogs behaviors on XFS. And the new btrfs and ext4 tests currently fail on latest v5.8 kernel. Thanks, Eryu The new head of the master branch is commit: 59d1f998fd61 generic: Verify how to change the S_DAX flag on an existing file New commits: Bill O'Donnell (2): [7cee3f17280c] xfs/518: modify timer/state commands to remove new g,p timer output [569789e54eb0] xfs/263: filters to accommodate new xfs_quota state command and prevent regression Darrick J. Wong (4): [fc80a4954604] generic/603: don't run on XFS v4 filesystems [2b3de458c433] xfs/030: repair should actually find the zeroed block pointer in the agfl [9515832478a1] xfs/{263,106}: erase max warnings printout [e5bbd47e7c17] xfs/{050,299}: clear quota warnings in between checks Jeff Layton (2): [760616041b67] generic/377: filter out xattrs that don't start with 'user.' [85c3ee84f07b] generic/062: use more restrictive filter when querying for attributes Lukas Czerner (1): [3c9b1fe59ebd] ext4: Test read-only external journal device Qu Wenruo (1): [912521c9fa1a] btrfs: Add test to check if shrink works well with fstrim Xiao Yang (9): [f4a1c15b58de] generic/452: Fix the wrong commit id [c1a28a6e3a94] common/rc: Introduce helpers for new dax mount options and FS_XFLAG_DAX [49ba983a76a6] fstests: Use _require_scratch_dax_mountopt() and _require_dax_iflag() [2aaaef91f305] generic/223: Don't clear MKFS_OPTION before calling _scratch_mkfs_geom() [ab0680e58176] generic/413, xfs/260: Improve format operation for PMD fault testing [f85344a72f74] xfs/260: Move and update xfs/260 [efb26477fd3c] generic: Verify if statx() can qurey S_DAX flag on regular file correctly [76cfca6472ad] generic: Verify the inheritance behavior of FS_XFLAG_DAX flag in various combinations [59d1f998fd61] generic: Verify how to change the S_DAX flag on an existing file Code Diffstat: common/rc | 105 ++++++++++++++++++++--- tests/btrfs/217 | 62 ++++++++++++++ tests/btrfs/217.out | 2 + tests/btrfs/group | 1 + tests/ext4/002 | 139 ++++++++++++++++++++++++++++++ tests/ext4/002.out | 32 +++++++ tests/ext4/030 | 2 +- tests/ext4/031 | 4 +- tests/ext4/group | 1 + tests/generic/062 | 10 ++- tests/generic/223 | 1 - tests/generic/377 | 4 +- tests/generic/413 | 12 +-- tests/generic/452 | 2 +- tests/generic/462 | 2 +- tests/generic/603 | 4 + tests/{xfs/260 => generic/605} | 79 +++++++++-------- tests/generic/605.out | 2 + tests/generic/606 | 92 ++++++++++++++++++++ tests/generic/606.out | 2 + tests/generic/607 | 189 +++++++++++++++++++++++++++++++++++++++++ tests/generic/607.out | 2 + tests/generic/608 | 121 ++++++++++++++++++++++++++ tests/generic/608.out | 2 + tests/generic/group | 4 + tests/xfs/030.out | 1 + tests/xfs/050 | 23 +++-- tests/xfs/106 | 3 +- tests/xfs/260.out | 2 - tests/xfs/263 | 21 ++++- tests/xfs/299 | 23 +++-- tests/xfs/518 | 8 +- tests/xfs/group | 1 - 33 files changed, 867 insertions(+), 91 deletions(-) -- Eryu Guan guaneryu@gmail.com