On Tue, Dec 17, 2024 at 09:10:55AM -0800, Darrick J. Wong wrote: > Mostly intellectual curiosity on my part about self-reorganizing > filesystems. The zonegc you've already written is good enough for now, > though the no-reflink requirement feels a bit onerous. The no-reflink is mostly because we want a minimum viable merge candidate, and our initial uses for things like lsm databases and objects stores don't strongly need it. I hope to add reflink support ~ 2 or 3 merge windows after the initial code.