Stefan Hajnoczi
2019-Sep-04 15:54 UTC
[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
On Tue, Sep 03, 2019 at 11:17:35AM +0200, Miklos Szeredi wrote:> On Tue, Sep 3, 2019 at 10:31 AM Michael S. Tsirkin <mst at redhat.com> wrote: > > > > fs/fuse/Kconfig | 11 + > > > > fs/fuse/Makefile | 1 + > > > > fs/fuse/control.c | 4 +- > > > > fs/fuse/cuse.c | 4 +- > > > > fs/fuse/dev.c | 89 ++- > > > > fs/fuse/dir.c | 26 +- > > > > fs/fuse/file.c | 15 +- > > > > fs/fuse/fuse_i.h | 120 +++- > > > > fs/fuse/inode.c | 203 +++--- > > > > fs/fuse/virtio_fs.c | 1061 +++++++++++++++++++++++++++++++ > > > > fs/splice.c | 3 +- > > > > include/linux/fs.h | 2 + > > > > include/uapi/linux/virtio_fs.h | 41 ++ > > > > include/uapi/linux/virtio_ids.h | 1 + > > > > init/do_mounts.c | 10 + > > > > 15 files changed, 1462 insertions(+), 129 deletions(-) > > > > create mode 100644 fs/fuse/virtio_fs.c > > > > create mode 100644 include/uapi/linux/virtio_fs.h > > > > Don't the new files need a MAINTAINERS entry? > > I think we want virtualization at lists.linux-foundation.org to be > > copied. > > Yep. > > Stefan, do you want to formally maintain this file?Vivek has been doing most of the kernel work lately and I would suggest that he acts as maintainer. But I'm happy to be added if you want two people or if Vivek is unwilling. Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20190904/da3407ba/attachment.sig>
Apparently Analagous Threads
- [PATCH v3 00/13] virtio-fs: shared file system for virtual machines
- [PATCH v3 00/13] virtio-fs: shared file system for virtual machines
- [PATCH v6] virtio-fs: add virtiofs filesystem
- [PATCH AUTOSEL 5.4 096/266] virtiofs: schedule blocking async replies in separate worker
- [PATCH AUTOSEL 5.7 131/388] virtiofs: schedule blocking async replies in separate worker