[PATCH U-BOOT 00/26] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code

Marek Behun marek.behun at nic.cz
Wed Apr 22 09:46:07 CEST 2020


On Wed, 22 Apr 2020 14:49:43 +0800
Qu Wenruo <wqu at suse.com> wrote:

Hi Qu,

> The current btrfs code in U-boot is using a creative way to read on-disk
> data.
> It's pretty simple, involving the least amount of code, but pretty
> different from btrfs-progs nor kernel, making it pretty hard to sync
> code between different projects.

do you think maybe btrfs-progs / kernel would be interested if I
tried to convert their code to this "simpler to use" implementation of
conversion functions?

> Thus only the following 5 patches need extra review attention:
> - Patch 0017
> - Patch 0018
> - Patch 0022
> - Patch 0023
> - Patch 0024

Anyway, this patch series does not apply cleanly on u-boot/master. I
tried with the first 3 patches and then gave up :(
Sorry about this but I will review and test if you send a series that
applies cleanly.

Marek


More information about the U-Boot mailing list