Re: [PATCH 8/8] Add raid6 recovery for a btrfs filesystem.

2018-05-16 Thread Goffredo Baroncelli
On 05/14/2018 09:06 PM, Daniel Kiper wrote: > On Fri, May 11, 2018 at 09:24:46PM +0200, Goffredo Baroncelli wrote: >> Add the raid6 recovery, in order to use a raid6 filesystem even if some >> disks (up to two) are missing. >> This code use the old md raid6 code already present in grub. > > Please

Re: [PATCH 8/8] Add raid6 recovery for a btrfs filesystem.

2018-05-14 Thread Daniel Kiper
On Fri, May 11, 2018 at 09:24:46PM +0200, Goffredo Baroncelli wrote: > Add the raid6 recovery, in order to use a raid6 filesystem even if some > disks (up to two) are missing. > This code use the old md raid6 code already present in grub. Please fix the commit message formating. > Signed-off-by:

[PATCH 8/8] Add raid6 recovery for a btrfs filesystem.

2018-05-11 Thread Goffredo Baroncelli
Add the raid6 recovery, in order to use a raid6 filesystem even if some disks (up to two) are missing. This code use the old md raid6 code already present in grub. Signed-off-by: Goffredo Baroncelli --- grub-core/fs/btrfs.c | 43 +++ 1 file changed, 39 ins