[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250926123536.GA12175@mit.edu>
Date: Fri, 26 Sep 2025 08:35:36 -0400
From: "Theodore Ts'o" <tytso@....edu>
To: Ojaswin Mujoo <ojaswin@...ux.ibm.com>
Cc: linux-ext4@...r.kernel.org, Ritesh Harjani <ritesh.list@...il.com>,
Zhang Yi <yi.zhang@...wei.com>, linux-kernel@...r.kernel.org,
"Darrick J . Wong" <djwong@...nel.org>
Subject: Re: [PATCH 2/2] fsmap: use blocksize units instead of cluster units
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
Powered by blists - more mailing lists