Re: [PATCH v6 00/43] btrfs: add fscrypt support
Daniel Vacek <[email protected]>
| Newsgroups | org.kernel.vger.linux-fscrypt,org.kernel.vger.linux-block,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAPjX3Fet5M2C=1TDNRhrqmanvJ2=aFdtQXfXK7MuxiOkz2rNUw@mail.gmail.com> |
On Sat, 21 Feb 2026 at 21:56, Eric Biggers <[email protected]> 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