Message ID | cover.1706116485.git.josef@toxicpanda.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: add fscrypt support | expand |
On Wed, Jan 24, 2024 at 12:19 PM Josef Bacik <josef@toxicpanda.com> wrote: > > Hello, > > This is based on > > https://github.com/btrfs/linux.git for-next > > which has the recent pull from the fscrypt tree. > > I've reworked a lot of this to incorporate Eric's suggestions. There are a few > more patches because of bugs I've found in testing, and I've disabled a few > features, namely RAID5/6 and send, as they will require more work to support > with encryption and that can be done after the core work is merged. > > Thanks, > > Josef > > v4->v5: > - Addressed all the comments from Eric and then reworked the rest of the code to > handle the various changes. > - Fixed read repair. > - Fixed log replay. > - Disabled send for encrypted file systems. > - Disabled turning on encryption on RAID5/6 file systems. > As long as we get these features back soon after this is merged, I'm fine with this. It's important from the Fedora perspective to at least have the ability to do blind replication, so I hope it follows shortly after. With regards to the RAID 5/6 modes, I'm somewhat okay on sitting that out while the rework to use the raid-stripe-tree stuff is in progress. -- 真実はいつも一つ!/ Always, there's only one truth!
On Wed, Jan 24, 2024 at 02:18:40PM -0500, Neal Gompa wrote: > On Wed, Jan 24, 2024 at 12:19 PM Josef Bacik <josef@toxicpanda.com> wrote: > > > > Hello, > > > > This is based on > > > > https://github.com/btrfs/linux.git for-next > > > > which has the recent pull from the fscrypt tree. > > > > I've reworked a lot of this to incorporate Eric's suggestions. There are a few > > more patches because of bugs I've found in testing, and I've disabled a few > > features, namely RAID5/6 and send, as they will require more work to support > > with encryption and that can be done after the core work is merged. > > > > Thanks, > > > > Josef > > > > v4->v5: > > - Addressed all the comments from Eric and then reworked the rest of the code to > > handle the various changes. > > - Fixed read repair. > > - Fixed log replay. > > - Disabled send for encrypted file systems. > > - Disabled turning on encryption on RAID5/6 file systems. > > > > As long as we get these features back soon after this is merged, I'm > fine with this. It's important from the Fedora perspective to at least > have the ability to do blind replication, so I hope it follows shortly > after. Yup the send/receive stuff is mostly done, it's just the incremental part that's broken. I have a plan for it, but it's an additional 10-20 patches and this series is already a monster. I don't plan on enabling it for normal users until send support is landed as well. Thanks, Josef