| commit | b245cf32529350a593454389f652e8df1d421752 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Tue Jul 01 10:45:14 2025 -0700 |
| committer | Andrey Albershteyn <aalbersh@kernel.org> | Fri Jul 18 16:05:10 2025 +0200 |
| tree | f51e0019b3692869ff7232eb30f6776f49505018 | |
| parent | 5015906cf669607697cd8a6d02b3654581fe65f3 [diff] |
mkfs: try to align AG size based on atomic write capabilities Try to align the AG size to the maximum hardware atomic write unit so that we can give users maximum flexibility in choosing an RWF_ATOMIC write size. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: John Garry <john.g.garry@oracle.com>