Files
scoutfs/kmod
Zach Brown b2e12a9f27 scoutfs: sync large transactions as released
We don't want very large transactions to build up and create huge commit
latencies.  All blocks are written to free space so we use a count of
allocations to count dirty blocks.  We arbitrarily limit the transaction
to 128MB and try to kick off commits when we release transactions that
have gotten that big.

Signed-off-by: Zach Brown <zab@versity.com>
2016-09-06 15:16:50 -07:00
..
2016-03-24 21:45:08 -07:00