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 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@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