commit | 3423827c2ed31164aec06168b6ff86fdfae6d170 | [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 | 9588bee277de1a6fd3e309d560dc679ca6dbcbde | |
parent | b245cf32529350a593454389f652e8df1d421752 [diff] |
mkfs: allow users to configure the desired maximum atomic write size Allow callers of mkfs.xfs to specify a desired maximum atomic write size. This value will cause the log size to be adjusted to support software atomic writes, and the AG size to be aligned to support hardware atomic writes. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: John Garry <john.g.garry@oracle.com>