Hi Chandan, Please pull this branch with changes. As usual, I did a test-merge with the main upstream branch as of a few minutes ago, and didn't see any conflicts. Please let me know if you encounter any problems. --D The following changes since commit 49813a21ed57895b73ec4ed3b99d4beec931496f: xfs: make inode unlinked bucket recovery work with quotacheck (2023-09-12 10:31:07 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git tags/fix-larp-requirements-6.6_2023-09-12 for you to fetch changes up to 34389616a963480b20ea7f997533380ae3946fba: xfs: require a relatively recent V5 filesystem for LARP mode (2023-09-12 10:31:08 -0700) ---------------------------------------------------------------- xfs: disallow LARP on old fses Before enabling logged xattrs, make sure the filesystem is new enough that it actually supports log incompat features. This has been lightly tested with fstests. Enjoy! Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> ---------------------------------------------------------------- Darrick J. Wong (1): xfs: require a relatively recent V5 filesystem for LARP mode fs/xfs/xfs_xattr.c | 11 +++++++++++ 1 file changed, 11 insertions(+)