Re: [PATCH 0/6] More fscrypt and blk-crypto doc updates and code removals

Eric Biggers <[email protected]> Mon, 20 Jul 2026 10:43:56 -0700
Newsgroups org.kernel.vger.linux-fscrypt,net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-doc,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel
Message-ID <20260720174356.GB1865@quark>
On Sat, Jul 18, 2026 at 02:46:49PM -0700, Eric Biggers wrote:
> This series applies on top of
> "[PATCH v3 00/17] fscrypt: Standardize on blk-crypto"
> (https://lore.kernel.org/linux-fscrypt/[email protected]/).
> It gets more documentation up to date, and it
> removes a couple more functions that are no longer used.
> I'm planning to take both series via the fscrypt tree.
> 
> Eric Biggers (6):
>   fs: Update outdated comment for SB_INLINECRYPT
>   f2fs: Update outdated comment in f2fs_write_begin()
>   fscrypt: Remove unused function fscrypt_finalize_bounce_page()
>   fscrypt: Update docs for data path
>   blk-crypto: Remove unused function blk_crypto_config_supported()
>   blk-crypto: Update docs for blk-crypto-fallback motivation

Applied to https://git.kernel.org/pub/scm/fs/fscrypt/linux.git/log/?h=for-next

- Eric