lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 14 Dec 2022 14:43:00 -0800 From: Eric Biggers <ebiggers@...nel.org> To: linux-fscrypt@...r.kernel.org Cc: linux-ext4@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net, linux-btrfs@...r.kernel.org, linux-xfs@...r.kernel.org Subject: [PATCH 0/4] fsverity cleanups This series implements a few cleanups that have been suggested in the thread "[RFC PATCH 00/11] fs-verity support for XFS" (https://lore.kernel.org/linux-fsdevel/20221213172935.680971-1-aalbersh@redhat.com/T/#u). This applies to mainline (commit 93761c93e9da). Eric Biggers (4): fsverity: optimize fsverity_file_open() on non-verity files fsverity: optimize fsverity_prepare_setattr() on non-verity files fsverity: optimize fsverity_cleanup_inode() on non-verity files fsverity: pass pos and size to ->write_merkle_tree_block fs/btrfs/verity.c | 19 ++++------- fs/ext4/verity.c | 6 ++-- fs/f2fs/verity.c | 6 ++-- fs/verity/enable.c | 4 +-- fs/verity/open.c | 46 ++++--------------------- include/linux/fsverity.h | 74 +++++++++++++++++++++++++++++++++------- 6 files changed, 84 insertions(+), 71 deletions(-) base-commit: 93761c93e9da28d8a020777cee2a84133082b477 -- 2.38.1
Powered by blists - more mailing lists