[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJfpegs9w+yNAvFCj9Ne54H6WMCJ9T16CrNDO-NRJwb9V5ieTw@mail.gmail.com>
Date: Wed, 22 May 2024 12:07:06 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] fuse update for 6.10
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(-)
Powered by blists - more mailing lists