]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: read and write metadata inode directory tree
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:38:26 +0000 (12:38 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:36:03 +0000 (13:36 -0800)
commitd8387e46b43a044d08860d392575cd8b72beb11b
tree906e9ef305c28dee99c759da941e7b2bc08ef4c6
parentce39b8604483f783e19e12880d98e54bb2875718
xfs: read and write metadata inode directory tree

Plumb in the bits we need to load metadata inodes from a named entry in
a metadir directory, create (or hardlink) inodes into a metadir
directory, create metadir directories, and flag inodes as being metadata
files.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile
fs/xfs/libxfs/xfs_metadir.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_metadir.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_metafile.c [new file with mode: 0644]
fs/xfs/libxfs/xfs_metafile.h
fs/xfs/xfs_icache.c
fs/xfs/xfs_trace.c
fs/xfs/xfs_trace.h