mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
8b28dae4ac
In Linux v5.6, f2fs added support for per-file compression. f2fs compression can be used in combination with the existing f2fs encryption support (a.k.a. fscrypt), in which case the compressed data is encrypted rather than the uncompressed data. We need to verify that the encryption is actually being done as expected in this case. So add a test which verifies it. For now this is a f2fs-specific test. It's possible that ext4 will implement compression in the same way as f2fs (in which case this could be made a generic test), but for now there are no plans for that. This complements the existing ciphertext verification tests, e.g. generic/548, which don't handle compression. Encryption+compression has some unique considerations, so it requires its own test. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Daeho Jeong <daeho43@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
# QA groups control file
|
|
# Defines test groups and nominal group owners
|
|
# - do not start group names with a digit
|
|
# - comment line before each group is "new" description
|
|
#
|
|
001 auto quick rw
|
|
002 auto quick rw encrypt compress
|