commit | c02a18733fc0a0e1b607f75e90962b3adc27c8fa | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 16:07:47 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Apr 17 14:06:27 2024 -0700 |
tree | f7182fefe0edaaf98e4acc289a5592473fdefc2a | |
parent | 9338bc8b1bf07379cf789760c06c430c9132bcc5 [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>