On Wed, May 25, 2022 at 11:06:25 AM +0530, Chandan Babu R wrote: > This patchset implements the changes to userspace programs that are > required to support large per-inode extent counters. These changes > allow programs in xfsprogs to be able to create and work with > filesystem instances with 64-bit data fork extent counter and 32-bit > attr fork extent counter fields. > > The patchset can also be obtained from > https://github.com/chandanr/xfsprogs-dev.git at branch > large-extent-counters. > > PS: Dave, I noticed that xfs/070 is failing during xfstest runs. This > failure is seen on libxfs-5.19-sync branch as well. The bad commit was > "xfs: validate v5 feature fields". I will debug this and find the root > cause. The failure is due to the above mentioned patch changing the warning message printed (in xfs_validate_sb_common()) when an invalid superblock magic number is detected. -- chandan