commit | b37b0fb5d89befca99d833e5a59016b28e1b83e2 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Jul 01 10:45:12 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Jul 14 22:12:03 2025 -0700 |
tree | 9a81b22e879e10bc8f158c935945e16e5aea796e | |
parent | 8ccf3002f5f71ba0b0919e6aca82e962e222ccb1 [diff] |
libxfs: add helpers to compute log item overhead Add selected helpers to estimate the transaction reservation required to write various log intent and buffer items to the log. These helpers will be used by the online repair code for more precise estimations of how much work can be done in a single transaction. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>