Re: Software encryption at fscrypt causing the filesystem access unresponsive
From: Theodore Ts'o
Date: Wed Jul 24 2024 - 12:22:16 EST
On Wed, Jul 24, 2024 at 02:21:26PM +0000, Yuvaraj Ranganathan wrote:
> Hello developers,
>
> We are trying to validate a Software file based encryption with
> standard key by disabling Inline encryption and we are observing the
> adb session is hung. We are not able to access the same filesystem
> at that moment.
The stack trace seems to indicate that the fast_commit feature is
enabled. That's a relatively new feature; can you replicate the hang
without fast_commit being enabled?
- Ted