fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] fstests: master branch updated to 59d1f998fd61
@ 2020-08-09 17:21 Eryu Guan
  2020-08-10 11:12 ` Xiao Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Eryu Guan @ 2020-08-09 17:21 UTC (permalink / raw)
  To: fstests

[-- Attachment #1: Type: text/plain, Size: 4005 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] fstests: master branch updated to 59d1f998fd61
  2020-08-09 17:21 [ANNOUNCE] fstests: master branch updated to 59d1f998fd61 Eryu Guan
@ 2020-08-10 11:12 ` Xiao Yang
  2020-08-10 12:07   ` Eryu Guan
  0 siblings, 1 reply; 4+ messages in thread
From: Xiao Yang @ 2020-08-10 11:12 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

On 2020/8/10 1:21, Eryu Guan wrote:
> 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!
Hi Eryu,

Thank you for applying my patch set. :-)
In addition, I also updated some helpers related to new dax option by
another
separate patch set[1] and hope you can apply it in next update.
[1]:
https://www.spinics.net/lists/fstests/msg14360.html
https://www.spinics.net/lists/fstests/msg14359.html
P.S. The patch set has been reviewed by Ira Weiny.

Best Regards,
Xiao Yang
> 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] fstests: master branch updated to 59d1f998fd61
  2020-08-10 11:12 ` Xiao Yang
@ 2020-08-10 12:07   ` Eryu Guan
  2020-08-10 14:09     ` Xiao Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Eryu Guan @ 2020-08-10 12:07 UTC (permalink / raw)
  To: Xiao Yang; +Cc: Eryu Guan, fstests

On Mon, Aug 10, 2020 at 07:12:05PM +0800, Xiao Yang wrote:
> On 2020/8/10 1:21, Eryu Guan wrote:
> > 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!
> Hi Eryu,
> 
> Thank you for applying my patch set. :-)
> In addition, I also updated some helpers related to new dax option by
> another
> separate patch set[1] and hope you can apply it in next update.
> [1]:
> https://www.spinics.net/lists/fstests/msg14360.html
> https://www.spinics.net/lists/fstests/msg14359.html
> P.S. The patch set has been reviewed by Ira Weiny.

Thanks for the heads-up! I thought you've folded all dax-related patches
in the big patchset.. Would you please resend above two patches? with
Ira Weiny's reviewed-by tag?

Thanks,
Eryu

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANNOUNCE] fstests: master branch updated to 59d1f998fd61
  2020-08-10 12:07   ` Eryu Guan
@ 2020-08-10 14:09     ` Xiao Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Xiao Yang @ 2020-08-10 14:09 UTC (permalink / raw)
  To: Eryu Guan; +Cc: Eryu Guan, fstests

于 2020/8/10 20:07, Eryu Guan 写道:
> On Mon, Aug 10, 2020 at 07:12:05PM +0800, Xiao Yang wrote:
>> On 2020/8/10 1:21, Eryu Guan wrote:
>>> 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!
>> Hi Eryu,
>>
>> Thank you for applying my patch set. :-)
>> In addition, I also updated some helpers related to new dax option by
>> another
>> separate patch set[1] and hope you can apply it in next update.
>> [1]:
>> https://www.spinics.net/lists/fstests/msg14360.html
>> https://www.spinics.net/lists/fstests/msg14359.html
>> P.S. The patch set has been reviewed by Ira Weiny.
> Thanks for the heads-up! I thought you've folded all dax-related patches
> in the big patchset.. Would you please resend above two patches? with
> Ira Weiny's reviewed-by tag?
Hi Eryu,

Sure, I will send v3 patches with some changes soon.

Best Regards,
Xiao Yang
> Thanks,
> Eryu
>
>
> .
>




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-10 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 17:21 [ANNOUNCE] fstests: master branch updated to 59d1f998fd61 Eryu Guan
2020-08-10 11:12 ` Xiao Yang
2020-08-10 12:07   ` Eryu Guan
2020-08-10 14:09     ` Xiao Yang

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).