Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-10-24 Thread David Sterba
On Sun, Oct 22, 2017 at 04:44:04PM +0300, Timofey Titovets wrote: > 2017-10-20 16:45 GMT+03:00 David Sterba : > > On Fri, Oct 20, 2017 at 01:48:01AM +0300, Timofey Titovets wrote: > >> 2017-10-19 18:39 GMT+03:00 David Sterba : > >> > On Fri, Sep 29, 2017 at

Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-10-23 Thread Timofey Titovets
2017-10-22 16:44 GMT+03:00 Timofey Titovets : > 2017-10-20 16:45 GMT+03:00 David Sterba : >> On Fri, Oct 20, 2017 at 01:48:01AM +0300, Timofey Titovets wrote: >>> 2017-10-19 18:39 GMT+03:00 David Sterba : >>> > On Fri, Sep 29, 2017 at

Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-10-22 Thread Timofey Titovets
2017-10-20 16:45 GMT+03:00 David Sterba : > On Fri, Oct 20, 2017 at 01:48:01AM +0300, Timofey Titovets wrote: >> 2017-10-19 18:39 GMT+03:00 David Sterba : >> > On Fri, Sep 29, 2017 at 06:22:00PM +0200, David Sterba wrote: >> >> On Thu, Sep 28, 2017 at 05:33:35PM

Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-10-20 Thread David Sterba
On Fri, Oct 20, 2017 at 01:48:01AM +0300, Timofey Titovets wrote: > 2017-10-19 18:39 GMT+03:00 David Sterba : > > On Fri, Sep 29, 2017 at 06:22:00PM +0200, David Sterba wrote: > >> On Thu, Sep 28, 2017 at 05:33:35PM +0300, Timofey Titovets wrote: > >> > Compile tested, hand tested

Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-10-19 Thread Timofey Titovets
2017-10-19 18:39 GMT+03:00 David Sterba : > On Fri, Sep 29, 2017 at 06:22:00PM +0200, David Sterba wrote: >> On Thu, Sep 28, 2017 at 05:33:35PM +0300, Timofey Titovets wrote: >> > Compile tested, hand tested on live system >> > >> > Change v7 -> v8 >> > - All code moved to

Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-10-19 Thread David Sterba
On Fri, Sep 29, 2017 at 06:22:00PM +0200, David Sterba wrote: > On Thu, Sep 28, 2017 at 05:33:35PM +0300, Timofey Titovets wrote: > > Compile tested, hand tested on live system > > > > Change v7 -> v8 > > - All code moved to compression.c (again) > > - Heuristic workspaces inmplemented

Re: [PATCH v8 0/6] Btrfs: populate heuristic with code

2017-09-29 Thread David Sterba
On Thu, Sep 28, 2017 at 05:33:35PM +0300, Timofey Titovets wrote: > Compile tested, hand tested on live system > > Change v7 -> v8 > - All code moved to compression.c (again) > - Heuristic workspaces inmplemented another way > i.e. only share logic with compression workspaces > - Some

[PATCH v8 0/6] Btrfs: populate heuristic with code

2017-09-28 Thread Timofey Titovets
Based on linux master 4.14-rc2 Duplicated to github: https://github.com/Nefelim4ag/linux/tree/heuristic_v8 Compile tested, hand tested on live system Patches short: 1. Implement workspaces for heuristic Separate heuristic/compression workspaces Main target for that patch: Maximum code