]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs: define the on-disk format for the metadir feature
authorDarrick J. Wong <djwong@kernel.org>
Mon, 25 Nov 2024 21:14:16 +0000 (13:14 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:25 +0000 (18:01 -0800)
commit65713c2c2ec38a3bff001efdc892177747559c36
tree480bcd5b0ba8c4bd66469b8a1ad2aa9d4e254f18
parentffcb97b2320bdb146f3541cfaf984ede86576511
xfs: define the on-disk format for the metadir feature

Source kernel commit: 4f3d4dd1b04b2ba0bf236fbaa3c3c0c669aa5a47

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>
12 files changed:
db/check.c
db/inode.c
include/xfs_inode.h
include/xfs_mount.h
libxfs/xfs_format.h
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_util.c
libxfs/xfs_log_format.h
libxfs/xfs_ondisk.h
libxfs/xfs_sb.c
repair/dino_chunks.c
repair/dinode.c