Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git tags/fuse-update-6.10 - Add fs-verity support (Richard Fung) - Add multi-queue support to virtio-fs (Peter-Jan Gootzen) - Fix a bug in NOTIFY_RESEND handling (Hou Tao) - page -> folio cleanup (Matthew Wilcox) Thanks, Miklos --- Hou Tao (2): fuse: set FR_PENDING atomically in fuse_resend() fuse: clear FR_SENT when re-adding requests into pending list Matthew Wilcox (Oracle) (1): fuse: Convert fuse_readpages_end() to use folio_end_read() Peter-Jan Gootzen (2): virtio-fs: limit number of request queues virtio-fs: add multi-queue support Richard Fung (1): fuse: Add initial support for fs-verity --- fs/fuse/dev.c | 3 ++- fs/fuse/file.c | 10 +++----- fs/fuse/ioctl.c | 60 +++++++++++++++++++++++++++++++++++++++++++ fs/fuse/virtio_fs.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 130 insertions(+), 16 deletions(-)