]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: define the on-disk format for the metadir feature
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:18:49 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:31 +0000 (13:38 -0800)
commit4f3d4dd1b04b2ba0bf236fbaa3c3c0c669aa5a47
tree3ed154c3590c81dc7c12ccc6ab94732284efdb52
parentecc8065dfa18b5f6d35e0e2eff96e7378071307b
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
15 files changed:
fs/xfs/libxfs/xfs_format.h
fs/xfs/libxfs/xfs_inode_buf.c
fs/xfs/libxfs/xfs_inode_util.c
fs/xfs/libxfs/xfs_log_format.h
fs/xfs/libxfs/xfs_ondisk.h
fs/xfs/libxfs/xfs_sb.c
fs/xfs/scrub/inode.c
fs/xfs/scrub/inode_repair.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode_item.c
fs/xfs/xfs_inode_item_recover.c
fs/xfs/xfs_message.c
fs/xfs/xfs_message.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c