Re: [PATCH 2/2] fsmap: use blocksize units instead of cluster units
From: Theodore Ts'o
Date: Fri Sep 26 2025 - 08:38:17 EST
On Fri, Sep 05, 2025 at 01:44:47PM +0530, Ojaswin Mujoo wrote:
> Currently, ext4's implementation of fsmap converts the ranges to cluster
> units if bigalloc is enabled and then converts to block units whenever
> needed. However, this back and forth conversion has known to cause
> several edge case issues since even with bigalloc the metadata is still
> in block size unit....
This commit causes ext4/028 to fail with a 1k blocksize. The failure
happens after just under 45 minutes; before this commit, ext4/028
would complete after a second.
Do you have a preference regarding whether I just drop this commit, or
drop the whole series? The previous patch looks fine to me and fixes
a real problem, so my plan is to keep the 1/2 commit and drop this
one.
Cheers,
- Ted