diff options
author | Jan Kara <jack@suse.cz> | 2019-11-05 17:44:29 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-11-05 16:00:49 -0500 |
commit | 83448bdfb59731c2f54784ed3f4a93ff95be6e7e (patch) | |
tree | 1565589f99ab6ca22e94e2167c21b94934ab8ce3 /fs/jbd2 | |
parent | d090707edab59cb07047d6d7e138ffcc3bdc42be (diff) | |
download | linux-83448bdfb59731c2f54784ed3f4a93ff95be6e7e.tar.bz2 |
ext4: Reserve revoke credits for freed blocks
So far we have reserved only relatively high fixed amount of revoke
credits for each transaction. We over-reserved by large amount for most
cases but when freeing large directories or files with data journalling,
the fixed amount is not enough. In fact the worst case estimate is
inconveniently large (maximum extent size) for freeing of one extent.
We fix this by doing proper estimate of the amount of blocks that need
to be revoked when removing blocks from the inode due to truncate or
hole punching and otherwise reserve just a small amount of revoke
credits for each transaction to accommodate freeing of xattrs block or
so.
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20191105164437.32602-23-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions