diff options
author | Dennis Zhou <dennis@kernel.org> | 2019-12-13 16:22:20 -0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-01-20 16:40:58 +0100 |
commit | dfb79ddb130e0a239e3e90aaf5f5b908555f52bb (patch) | |
tree | 9f21dfa02d5a64a860e4cc392b534c2720785950 /lib/bitmap.c | |
parent | e4faab844a55edb9b628bf1f982fbc30f07b9700 (diff) | |
download | linux-stable-dfb79ddb130e0a239e3e90aaf5f5b908555f52bb.tar.gz linux-stable-dfb79ddb130e0a239e3e90aaf5f5b908555f52bb.tar.bz2 linux-stable-dfb79ddb130e0a239e3e90aaf5f5b908555f52bb.zip |
btrfs: track discardable extents for async discard
The number of discardable extents will serve as the rate limiting metric
for how often we should discard. This keeps track of discardable extents
in the free space caches by maintaining deltas and propagating them to
the global count.
The deltas are calculated from 2 values stored in PREV and CURR entries,
then propagated up to the global discard ctl. The current counter value
becomes the previous counter value after update.
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Reviewed-by: David Sterba <dsterba@suse.com>
[ update changelog ]
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions