]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: define the on-disk format for the metadir feature
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:10:55 +0000 (21:10 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:17:12 +0000 (17:17 -0700)
commite160f86a0807e31ff37a5f189f150fa8a5e597c9
tree255029649a4f3a4af7c35300645009e13053a0e9
parent4e47afd18180805b79b4836c394a085c926acaef
xfs: define the on-disk format for the metadir feature

Define the on-disk layout and feature flags for the metadata inode
directory feature.  Add a xfs_sb_version_hasmetadir for benefit of
xfs_repair, which needs to know where the new end of the superblock
lies.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_inode_util.c
fs/xfs/libxfs/xfs_ondisk.h
fs/xfs/libxfs/xfs_sb.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c