[GIT PULL] fsverity fixes for v6.3-rc4

From: Eric Biggers
Date: Mon Mar 20 2023 - 17:07:37 EST


The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/fs/fsverity/linux.git tags/fsverity-for-linus

for you to fetch changes up to a075bacde257f755bea0e53400c9f1cdd1b8e8e6:

fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY (2023-03-15 22:50:41 -0700)

----------------------------------------------------------------

Fix two significant performance issues with fsverity.

----------------------------------------------------------------
Eric Biggers (1):
fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY

Nathan Huckleberry (1):
fsverity: Remove WQ_UNBOUND from fsverity read workqueue

fs/verity/enable.c | 25 +++++++++++++------------
fs/verity/verify.c | 12 ++++++------
2 files changed, 19 insertions(+), 18 deletions(-)