summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-07-22 18:26:24 +0200
committerEric Biggers <ebiggers@google.com>2019-08-13 04:33:51 +0200
commit22cfe4b48ccb5a3dbb92d6dcb88f396e0f400f74 (patch)
treea542a34c4ff891e8b361b18c55602304e6487371 /block/blk-flush.c
parentext4: add basic fs-verity support (diff)
downloadlinux-22cfe4b48ccb5a3dbb92d6dcb88f396e0f400f74.tar.xz
linux-22cfe4b48ccb5a3dbb92d6dcb88f396e0f400f74.zip
ext4: add fs-verity read support
Make ext4_mpage_readpages() verify data as it is read from fs-verity files, using the helper functions from fs/verity/. To support both encryption and verity simultaneously, this required refactoring the decryption workflow into a generic "post-read processing" workflow which can do decryption, verification, or both. The case where the ext4 block size is not equal to the PAGE_SIZE is not supported yet, since in that case ext4_mpage_readpages() sometimes falls back to block_read_full_page(), which does not support fs-verity yet. Co-developed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Eric Biggers <ebiggers@google.com>
Diffstat (limited to 'block/blk-flush.c')
0 files changed, 0 insertions, 0 deletions