[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-xfs
Subject:    [PATCHSET v2 00/15] xfs: metadata inode directories
From:       "Darrick J. Wong" <darrick.wong () oracle ! com>
Date:       2020-12-31 22:45:12
Message-ID: 160945471235.2831517.11575699953142645925.stgit () magnolia
[Download RAW message or body]

Hi all,

This series delivers a new feature -- metadata inode directories.  This
is a separate directory tree (rooted in the superblock) that contains
only inodes that contain filesystem metadata.  Different metadata
objects can be looked up with regular paths.

We start by creating xfs_imeta_* functions to mediate access to metadata
inode pointers.  This enables the imeta code to abstract inode pointers,
whether they're the classic five in the superblock, or the much more
complex directory tree.  All current users of metadata inodes (rt+quota)
are converted to use the boilerplate code.

Next, we define the metadir on-disk format, which consists of marking
inodes with a new iflag that says they're metadata.  This we use to
prevent bulkstat and friends from ever getting their hands on fs
metadata.

Finally, we implement metadir operations so that clients can create,
delete, zap, and look up metadata inodes by path.  Beware that much of
this code is only lightly used, because the five current users of
metadata inodes don't tend to change them very often.  This is likely to
change if and when the subvolume and multiple-rt-volume features get
written/merged/etc.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=metadir

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=metadir

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=metadir

xfsdocs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-documentation.git/log/?h=metadir
---
 fs/xfs/Makefile                |    1 
 fs/xfs/libxfs/xfs_dir2.c       |    1 
 fs/xfs/libxfs/xfs_format.h     |   55 ++
 fs/xfs/libxfs/xfs_ialloc.c     |   47 +-
 fs/xfs/libxfs/xfs_ialloc.h     |    2 
 fs/xfs/libxfs/xfs_imeta.c      |  959 ++++++++++++++++++++++++++++++++++++++++
 fs/xfs/libxfs/xfs_imeta.h      |   73 +++
 fs/xfs/libxfs/xfs_inode_buf.c  |   69 +++
 fs/xfs/libxfs/xfs_inode_buf.h  |    3 
 fs/xfs/libxfs/xfs_inode_util.c |    4 
 fs/xfs/libxfs/xfs_sb.c         |   31 +
 fs/xfs/libxfs/xfs_trans_resv.c |   83 +++
 fs/xfs/libxfs/xfs_trans_resv.h |    2 
 fs/xfs/libxfs/xfs_types.c      |    7 
 fs/xfs/scrub/common.c          |    3 
 fs/xfs/scrub/inode_repair.c    |    6 
 fs/xfs/scrub/scrub.c           |    1 
 fs/xfs/xfs_icache.c            |   38 ++
 fs/xfs/xfs_inode.c             |  132 ++++++
 fs/xfs/xfs_inode.h             |    5 
 fs/xfs/xfs_iops.c              |   34 +
 fs/xfs/xfs_mount.c             |   39 ++
 fs/xfs/xfs_mount.h             |    1 
 fs/xfs/xfs_qm.c                |  192 +++++---
 fs/xfs/xfs_qm_syscalls.c       |    4 
 fs/xfs/xfs_rtalloc.c           |   14 -
 fs/xfs/xfs_super.c             |    4 
 fs/xfs/xfs_trace.h             |   81 +++
 28 files changed, 1786 insertions(+), 105 deletions(-)
 create mode 100644 fs/xfs/libxfs/xfs_imeta.c
 create mode 100644 fs/xfs/libxfs/xfs_imeta.h

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic