Re: [f2fs-dev] [PATCH v2] f2fs: compress: add compress_inode to cache compressed blocks

From: Eric Biggers
Date: Thu Nov 26 2020 - 12:55:24 EST


On Thu, Nov 26, 2020 at 06:37:09PM +0800, Chao Yu wrote:
> Support to use address space of inner inode to cache compressed block,
> in order to improve cache hit ratio of random read.
>
> Signed-off-by: Chao Yu <yuchao0@xxxxxxxxxx>

If the file is also encrypted, are the compressed pages that are cached still
encrypted, or are they decrypted?

- Eric