Re: [PATCH 0/3] Btrfs: populate heuristic with detection logic

2017-07-24 Thread Josef Bacik
On Mon, Jul 24, 2017 at 02:37:05PM +0300, Timofey Titovets wrote: > Based on kdave for-next > As heuristic skeleton already merged > Populate heuristic with basic code that: > 1. Collect sample from input data > 2. Calculate byte set for sample >For detect easily compressible data > 3.

[PATCH 0/3] Btrfs: populate heuristic with detection logic

2017-07-24 Thread Timofey Titovets
Based on kdave for-next As heuristic skeleton already merged Populate heuristic with basic code that: 1. Collect sample from input data 2. Calculate byte set for sample For detect easily compressible data 3. Calculate byte core set size For detect easily and not compressible data Timofey