mbox series

[v3,00/11] xfs: refactor incore inode walking

Message ID 158993911808.976105.13679179790848338795.stgit@magnolia (mailing list archive)
Headers show
Series xfs: refactor incore inode walking | expand

Message

Darrick J. Wong May 20, 2020, 1:45 a.m. UTC
Hi all,

This series prepares the incore inode walking code used by the
eofblocks/cowblocks scanner to handle deferred inode inactivation.
First we clean up the eofblocks/cowblocks incore inode walking code to
get rid of some of the warts left by reflink development.  Next, we
rip out the many trivial wrapper functions that don't add much value.
Finally, we refactor the various helpers and predicate functions to
reduce open-coded logic.

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=incore-inode-walk