On Mon, May 18, 2020 at 07:04:31PM +0200, Christoph Hellwig wrote: > Hi all, > > this series cleans up a bunch of lose ends in the inode iterator > functions. Funny, I was going to send a series next cycle that refactors a fair amount of the incore inode iterators and then collapses the free_cowblocks/free_eofblocks code into a single worker and radix tree tag that takes care of all the speculative preallocation extent gc stuff... incore walks: https://lore.kernel.org/linux-xfs/157784075463.1360343.1278255546758019580.stgit@magnolia/ reworking of the quota flushing: https://lore.kernel.org/linux-xfs/157784083298.1361522.7064886067520069080.stgit@magnolia/ posteof/cowblocks consolidation: https://lore.kernel.org/linux-xfs/157784087594.1361683.5987233633798863051.stgit@magnolia/ --D