Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Pull fsverity updates from Eric Biggers: - Optimize fs-verity sequential read performance by implementing readahead of Merkle tree pages. This allows the Merkle tree to be read in larger chunks. - Optimize FS_IOC_ENABLE_VERITY performance in the uncached case by implementing readahead of data pages. - Allocate the hash requests from a mempool in order to eliminate the possibility of allocation failures during I/O. * tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt: fs-verity: use u64_to_user_ptr() fs-verity: use mempool for hash requests fs-verity: implement readahead of Merkle tree pages fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
No related branches found
No related tags found
Showing
- fs/ext4/verity.c 45 additions, 2 deletionsfs/ext4/verity.c
- fs/f2fs/data.c 1 addition, 1 deletionfs/f2fs/data.c
- fs/f2fs/f2fs.h 3 additions, 0 deletionsfs/f2fs/f2fs.h
- fs/f2fs/verity.c 45 additions, 2 deletionsfs/f2fs/verity.c
- fs/verity/enable.c 53 additions, 14 deletionsfs/verity/enable.c
- fs/verity/fsverity_private.h 12 additions, 5 deletionsfs/verity/fsverity_private.h
- fs/verity/hash_algs.c 73 additions, 25 deletionsfs/verity/hash_algs.c
- fs/verity/open.c 3 additions, 2 deletionsfs/verity/open.c
- fs/verity/verify.c 32 additions, 15 deletionsfs/verity/verify.c
- include/linux/fsverity.h 6 additions, 1 deletioninclude/linux/fsverity.h
Loading
Please register or sign in to comment