]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: heuristic: add bucket and sample counters and other defines
authorTimofey Titovets <nefelim4ag@gmail.com>
Thu, 28 Sep 2017 14:33:37 +0000 (17:33 +0300)
committerDavid Sterba <dsterba@suse.com>
Wed, 1 Nov 2017 19:45:36 +0000 (20:45 +0100)
commitd7e0dc061839b0497553d56b47d79882510b1f11
tree2eb9c8dab73fa0f881a94c67ff7030adc4ec6630
parenta6ff54bdfb3ece3303430445b32de16ff32e2d04
Btrfs: heuristic: add bucket and sample counters and other defines

Add basic defines and structures for data sampling.

Added macros:
 - For future sampling algo
 - For bucket size

Heuristic workspace:
 - Add bucket for storing byte type counters
 - Add sample array for storing partial copy of input data range
 - Add counter for store current sample size to workspace

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
[ minor coding style fixes, comments updated ]
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c