commit | 1d4c84700a9bd1dcb02968b45d05360e00f26d25 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jan 09 09:38:32 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 17 15:49:54 2024 -0700 |
tree | f7182fefe0edaaf98e4acc289a5592473fdefc2a | |
parent | 561929238cbd914f1d3c6d9f053d7f4d7715c0bd [diff] |
mkfs: allow sizing internal logs for concurrency Add a -l option to mkfs so that sysadmins can configure the filesystem so that the log can handle a certain number of transactions (front and backend) without any threads contending for log grant space. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bill O'Donnell <bodonnel@redhat.com>