|
|
Log in / Subscribe / Register

xfs: introduce new BULKSTAT and INUMBERS ioctls

From:  "Darrick J. Wong" <darrick.wong-AT-oracle.com>
To:  darrick.wong-AT-oracle.com
Subject:  [PATCH 0/9] xfs: introduce new BULKSTAT and INUMBERS ioctls
Date:  Wed, 29 May 2019 15:27:31 -0700
Message-ID:  <155916885106.758159.3471602893858635007.stgit@magnolia>
Cc:  linux-xfs-AT-vger.kernel.org
Archive-link:  Article

Hi all,

Now that we've cleaned up the inode walking code, introduce new BULKSTAT
and INUMBERS ioctls.  The new ioctls will report V5 features such as
inode birth time and the ability to do per-AG BULKSTAT and INUMBERS.
The new structures fix the alignment and padding issues that plague the
old ioctls.  In xfsprogs, we will introduce some xfrog_* wrapper
functions that allow new utilities to run on old kernels by emulating
the new functionality.

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-l...

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfspr...

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfste...


Copyright © 2019, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds