Re: [PATCH v3 00/12] FITRIM improvements

2019-03-26 Thread Filipe Manana
On Tue, Mar 26, 2019 at 8:10 AM Nikolay Borisov wrote: > > [CC'ing Filipe as he should now better ] > > On 25.03.19 г. 20:44 ч., Darrick J. Wong wrote: > > On Mon, Mar 25, 2019 at 02:31:20PM +0200, Nikolay Borisov wrote: > >> Here is v3 of the fitrim patches. Change since v2 [0]: > >> > >> * Repl

Re: [PATCH v3 00/12] FITRIM improvements

2019-03-26 Thread Nikolay Borisov
[CC'ing Filipe as he should now better ] On 25.03.19 г. 20:44 ч., Darrick J. Wong wrote: > On Mon, Mar 25, 2019 at 02:31:20PM +0200, Nikolay Borisov wrote: >> Here is v3 of the fitrim patches. Change since v2 [0]: >> >> * Replaced BUG_ON with WARN_ON in patch 2 >> >> * Added RB to patches 04/05

Re: [PATCH v3 00/12] FITRIM improvements

2019-03-25 Thread Darrick J. Wong
On Mon, Mar 25, 2019 at 02:31:20PM +0200, Nikolay Borisov wrote: > Here is v3 of the fitrim patches. Change since v2 [0]: > > * Replaced BUG_ON with WARN_ON in patch 2 > > * Added RB to patches 04/05/06/09 > > * Squashed "btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in > clo

[PATCH v3 00/12] FITRIM improvements

2019-03-25 Thread Nikolay Borisov
Here is v3 of the fitrim patches. Change since v2 [0]: * Replaced BUG_ON with WARN_ON in patch 2 * Added RB to patches 04/05/06/09 * Squashed "btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctree" into patch 07. It was only sent to the mailing list as a followup. *