From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Wed, 22 Apr 2020 09:46:07 +0200 Subject: [PATCH U-BOOT 00/26] fs: btrfs: Re-implement btrfs support using the more widely used extent buffer base code In-Reply-To: <20200422065009.69392-1-wqu@suse.com> References: <20200422065009.69392-1-wqu@suse.com> Message-ID: <20200422094607.1797ce2e@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 22 Apr 2020 14:49:43 +0800 Qu Wenruo 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