]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: read and write metadata inode directory tree
authorDarrick J. Wong <djwong@kernel.org>
Mon, 23 Sep 2024 20:40:50 +0000 (13:40 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 01:10:40 +0000 (18:10 -0700)
commit1a131805998b6f99a652a5f07a854034dd373d1b
tree63a85a8896fe1f6460403c95daa87cd989d22bf5
parentea829ff259d37fca2bd44bad81f24b07b263a9ff
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