commit | a9487ec7d90c1dc88e1254a7804d961f727b3730 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Dec 20 08:31:43 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Jan 09 19:47:56 2025 -0800 |
tree | 0809d29c08db0e80a4e7334650197696914f3857 | |
parent | 0312f4eb38cc0f47dfa4fb9ed7f956f299f0edc0 [diff] |
mkfs: allow sizing realtime allocation groups for concurrency Add a -r concurrency= option to mkfs so that sysadmins can configure the filesystem so that there are enough rtgroups that the specified number of threads can (in theory) can find an uncontended rtgroup from which to allocate space. This has the exact same purpose as the -d concurrency switch that was added for the data device. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>