Re: [PATCH v6 00/43] btrfs: add fscrypt support
From: Daniel Vacek
Date: Fri Feb 27 2026 - 10:55:58 EST
On Sat, 21 Feb 2026 at 21:56, Eric Biggers <ebiggers@xxxxxxxxxx> wrote:
> On Fri, Feb 06, 2026 at 07:22:32PM +0100, Daniel Vacek wrote:
> > Hello,
> >
> > These are the remaining parts from former series [1] from Omar, Sweet Tea
> > and Josef. Some bits of it were split into the separate set [2] before.
> >
> > Notably, at this stage encryption is not supported with RAID5/6 setup
> > and send is also isabled for now.
>
> Where does this series apply to? There's no base-commit or git tree,
> and it doesn't apply to mainline or btrfs/for-next.
Hi Eric,
My apologies, I did not explicitly mention the base. I'll do it next time.
This was based on for-next @20260127 (commit 80dbfe6512d9c).
Since then, some changes occurred that will require additional
touches. No wonder it does not apply anymore.
Daniel
> - Eric