Details
-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
Linux commit v5.18-rc2-4-g218d921b581ea
fscrypt: add new helper functions for test_dummy_encryption
Splits fscrypt_set_test_dummy_encryption() into
fscrypt_parse_test_dummy_encryption() and
fscrypt_add_test_dummy_key()
Linux commit v6.2-rc6-5-g097d7c1fcb8d4
fscrypt: clean up fscrypt_add_test_dummy_key()
Drops fscrypt_add_test_dummy_key()
Linux commit v6.6-rc3-1-g5970fbad1036d
fscrypt: make it clearer that key_prefix is deprecated
Linux commit v6.6-rc3-2-g40e13e18168fd
fscrypt: make the bounce page pool opt-in instead of opt-out
struct fscrypt_operations members changed.
Linux commit v6.14-rc1-18-g59b59a943177e
fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
fscrypt_encrypt_pagecache_blocks_folio() and
fscrypt_decrypt_pagecache_blocks_folio() now take a folio and return
a (bounce) page.