Re: [PATCH v3 00/17] fscrypt: Standardize on blk-crypto
Eric Biggers <[email protected]> Mon, 20 Jul 2026 10:43:23 -0700
| Newsgroups | org.kernel.vger.linux-fscrypt,net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <20260720174323.GA1865@quark> |
On Sun, Jul 12, 2026 at 10:36:51PM -0400, Eric Biggers wrote: > Eric Biggers (17): > blk-crypto: Simplify check for fallback support > blk-crypto: Fold __blk_crypto_cfg_supported() into its caller > blk-crypto: Allow control over whether hardware is used > fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE > fscrypt: Always use blk-crypto for contents on block-based filesystems > Documentation: fscrypt: Update docs for inlinecrypt > ext4: Remove fs-layer file contents en/decryption code > ext4: Make ext4_bio_write_folio() return void > ext4: Further de-generalize the bio postprocessing code > f2fs: Remove fs-layer file contents en/decryption code > fs/buffer: Remove fs-layer decryption code > fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto() > fscrypt: Remove fscrypt_dio_supported() > fscrypt: Remove fs-layer zeroout code > fscrypt: Remove unused functions and workqueue > fscrypt: Merge bio.c and inline_crypt.c into block.c > fscrypt: Add safety checks to non-block-based en/decryption Applied to https://git.kernel.org/pub/scm/fs/fscrypt/linux.git/log/?h=for-next But I'd still like acks on the ext4 and f2fs patches. - Eric